diff options
author | Denys Dmytriyenko <denis@denix.org> | 2009-03-17 14:32:59 -0400 |
---|---|---|
committer | Denys Dmytriyenko <denis@denix.org> | 2009-03-17 14:32:59 -0400 |
commit | 709c4d66e0b107ca606941b988bad717c0b45d9b (patch) | |
tree | 37ee08b1eb308f3b2b6426d5793545c38396b838 /recipes/u-boot/u-boot-1.2.0/u-boot-kurobox-fdt.patch | |
parent | fa6cd5a3b993f16c27de4ff82b42684516d433ba (diff) |
rename packages/ to recipes/ per earlier agreement
See links below for more details:
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Acked-by: Mike Westerhof <mwester@dls.net>
Acked-by: Philip Balister <philip@balister.org>
Acked-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Marcin Juszkiewicz <hrw@openembedded.org>
Acked-by: Koen Kooi <koen@openembedded.org>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/u-boot/u-boot-1.2.0/u-boot-kurobox-fdt.patch')
-rw-r--r-- | recipes/u-boot/u-boot-1.2.0/u-boot-kurobox-fdt.patch | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/recipes/u-boot/u-boot-1.2.0/u-boot-kurobox-fdt.patch b/recipes/u-boot/u-boot-1.2.0/u-boot-kurobox-fdt.patch new file mode 100644 index 0000000000..182c3785c7 --- /dev/null +++ b/recipes/u-boot/u-boot-1.2.0/u-boot-kurobox-fdt.patch @@ -0,0 +1,29 @@ +diff -ur u-boot-86xx-kuro_clean/include/configs/linkstation.h u-boot-86xx-kuro_flash/include/configs/linkstation.h +--- u-boot-86xx-kuro_clean/include/configs/linkstation.h 2006-11-06 22:05:38.000000000 +0100 ++++ u-boot-86xx-kuro_flash/include/configs/linkstation.h 2006-10-28 11:27:42.000000000 +0200 +@@ -101,6 +101,14 @@ + CFG_CMD_EXT2 ) + #define CONFIG_BOOTP_MASK CONFIG_BOOTP_ALL + ++#define CONFIG_OF_FLAT_TREE 1 ++ ++#ifdef CONFIG_OF_FLAT_TREE ++#define OF_CPU "PowerPC,603e" ++#define OF_SOC "soc10x@80000000" ++#define OF_STDOUT_PATH "/soc10x/serial@80004600" ++#endif ++ + /* this must be included AFTER the definition of CONFIG_COMMANDS (if any) */ + #include <cmd_confdefs.h> + +@@ -151,8 +159,8 @@ + "ldaddr=800000\0" \ + "hdpart=0:1\0" \ + "hdfile=boot/vmlinux.UBoot\0" \ +- "hdload=echo Loading ${hdpart}:${hdfile};ext2load ide ${hdpart} ${ldaddr} ${hdfile}\0" \ +- "boothd=setenv bootargs root=/dev/hda1;bootm ${ldaddr}\0" \ ++ "hdload=echo Loading ${hdpart}:${hdfile};ext2load ide ${hdpart} ${ldaddr} ${hdfile};ext2load ide ${hdpart} 7f0000 boot/kuroboxHG.dtb\0" \ ++ "boothd=setenv bootargs " CONFIG_BOOTARGS ";bootm ${ldaddr} - 7f0000\0" \ + "hdboot=run hdload boothd\0" \ + "flboot=setenv bootargs root=/dev/hda1;bootm ffc00000\0" \ + "emboot=setenv bootargs root=/dev/ram0;bootm ffc00000\0" \ |