From: Vladimir 'phcoder' Serbinenko Date: Fri, 26 Mar 2010 15:40:41 +0000 (+0100) Subject: Sunpc partitions support. X-Git-Tag: 1.99~1003 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6a5cf6b696babf95236e25c2718db39d47699e4a;p=thirdparty%2Fgrub.git Sunpc partitions support. * conf/common.rmk (grub_probe_SOURCES): Add partmap/sunpc.c. (grub_fstest_SOURCES): Likewise. (pkglib_MODULES): Add part_sunpc.mod. (part_sunpc_mod_SOURCES): New variable. (part_sunpc_mod_CFLAGS): Likewise. (part_sunpc_mod_LDFLAGS): Likewise. * conf/i386-pc.rmk (grub_setup_SOURCES): Add partmap/sunpc.c. * partmap/sunpc.c: New file. --- 6a5cf6b696babf95236e25c2718db39d47699e4a diff --cc ChangeLog index 5ffeccf8d,8cf9fdd58..8fd3eb176 --- a/ChangeLog +++ b/ChangeLog @@@ -1,19 -1,3 +1,32 @@@ ++2010-03-26 Vladimir Serbinenko ++ ++ Sunpc partitions support. ++ ++ * conf/common.rmk (grub_probe_SOURCES): Add partmap/sunpc.c. ++ (grub_fstest_SOURCES): Likewise. ++ (pkglib_MODULES): Add part_sunpc.mod. ++ (part_sunpc_mod_SOURCES): New variable. ++ (part_sunpc_mod_CFLAGS): Likewise. ++ (part_sunpc_mod_LDFLAGS): Likewise. ++ * conf/i386-pc.rmk (grub_setup_SOURCES): Add partmap/sunpc.c. ++ * partmap/sunpc.c: New file. ++ +2010-03-26 BVK Chaitanya + + For loop support to GRUB script. + + * include/grub/script_sh.h (grub_script_cmdfor): New struct. + (grub_script_create_cmdfor): New function prototype. + (grub_script_execute_cmdfor): New function prototype. + * script/execute.c (grub_script_execute_cmdfor): New function. + * script/parser.y (command): New for command. + (forcmd): New grammar rule. + * script/script.c (grub_script_create_cmdfor): New function. + * util/grub-script-check.c (grub_script_execute_cmdfor): New + function. + * tests/grub_script_for1.in: New testcase. + * conf/tests.rmk: Rules for new testcase. + 2010-03-26 Vladimir Serbinenko Nested partitions