diff options
author | Rod Whitby <rod@whitby.id.au> | 2007-04-11 07:11:36 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2007-04-11 07:11:36 +0000 |
commit | cbf858aaeca31c7fd4f56bb334cdefa37ddbddd9 (patch) | |
tree | 9ab5a681ad8eeb4afb42e254e7abf6332816535f /packages/uboot/u-boot-1.2.0/u-boot-kurobox-fdt.patch | |
parent | 6ffd9d3b78882f811d014c65cb52bfc9503fb218 (diff) | |
parent | 79915835842e69056c7f52eba57a93effb2e1d14 (diff) |
merge of '82fb03e3d78d465b8f7903451af35bcae014501c'
and '895242856fcf260e6a8c8b8e33b96b1304232974'
Diffstat (limited to 'packages/uboot/u-boot-1.2.0/u-boot-kurobox-fdt.patch')
-rw-r--r-- | packages/uboot/u-boot-1.2.0/u-boot-kurobox-fdt.patch | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/packages/uboot/u-boot-1.2.0/u-boot-kurobox-fdt.patch b/packages/uboot/u-boot-1.2.0/u-boot-kurobox-fdt.patch new file mode 100644 index 0000000000..182c3785c7 --- /dev/null +++ b/packages/uboot/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" \ |