]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
[PATCH] Update some AMCC 4xx board config files (set initrd_high)
authorStefan Roese <sr@denx.de>
Wed, 7 Feb 2007 15:51:08 +0000 (16:51 +0100)
committerStefan Roese <sr@denx.de>
Wed, 7 Feb 2007 15:51:08 +0000 (16:51 +0100)
Some boards that can have more than 768MBytes of SDRAM need to
set "initrd_high", so that the initrd can be accessed by the
Linux kernel.

Signed-off-by: Stefan Roese <sr@denx.de>
include/configs/bamboo.h
include/configs/bubinga.h
include/configs/ebony.h
include/configs/luan.h
include/configs/ocotea.h
include/configs/taishan.h
include/configs/walnut.h
include/configs/yucca.h

index 4961011b5cd631712f7f0df9aca56c1e076b1db9..bcc736ceb57c7b1bc7b0f93f8f10a8b7c6c7b74a 100644 (file)
        "bootfile=/tftpboot/bamboo/uImage\0"                            \
        "kernel_addr=fff00000\0"                                        \
        "ramdisk_addr=fff10000\0"                                       \
+       "initrd_high=30000000\0"                                        \
        "load=tftp 100000 /tftpboot/bamboo/u-boot.bin\0"                \
        "update=protect off fffa0000 ffffffff;era fffa0000 ffffffff;"   \
                "cp.b 100000 fffa0000 60000;"                           \
index a66cdc39567fcad2294d46fd011ff93fe1f2c030..10c48143117c4fe643492876c9c5f479251adb88 100644 (file)
        "bootfile=/tftpboot/bubinga/uImage\0"                           \
        "kernel_addr=fff80000\0"                                        \
        "ramdisk_addr=fff90000\0"                                       \
+       "initrd_high=30000000\0"                                        \
        "load=tftp 100000 /tftpboot/bubinga/u-boot.bin\0"               \
        "update=protect off fffc0000 ffffffff;era fffc0000 ffffffff;"   \
                "cp.b 100000 fffc0000 40000;"                           \
index d8882ea31c56facba581da671a2a5fb0f77ea152..6c4d7cc4fe5bb16a06729cd0872fa217dc6bc71a 100644 (file)
        "bootfile=/tftpboot/ebony/uImage\0"                             \
        "kernel_addr=ff800000\0"                                        \
        "ramdisk_addr=ff810000\0"                                       \
+       "initrd_high=30000000\0"                                        \
        "load=tftp 100000 /tftpboot/ebony/u-boot.bin\0"                 \
        "update=protect off fffc0000 ffffffff;era fffc0000 ffffffff;"   \
                "cp.b 100000 fffc0000 40000;"                           \
index 0350e91f0fb5c1903ad6454220bae98375adfd8f..5c9d208feb6edd79a3acefd7d4244de28ae40eaf 100644 (file)
        "bootfile=/tftpboot/luan/uImage\0"                              \
        "kernel_addr=fc000000\0"                                        \
        "ramdisk_addr=fc100000\0"                                       \
+       "initrd_high=30000000\0"                                        \
        "load=tftp 100000 /tftpboot/luan/u-boot.bin\0"                  \
        "update=protect off fffc0000 ffffffff;era fffc0000 ffffffff;"   \
                "cp.b 100000 fffc0000 40000;"                           \
index 89e9164e036cb249df978daf441d9106cbc331b9..0e3660ba2da8b59b3e13bc21e14fa7cbb3c3d123 100644 (file)
        "bootfile=/tftpboot/ocotea/uImage\0"                            \
        "kernel_addr=fff00000\0"                                        \
        "ramdisk_addr=fff10000\0"                                       \
+       "initrd_high=30000000\0"                                        \
        "load=tftp 100000 /tftpboot/ocotea/u-boot.bin\0"                \
        "update=protect off fffc0000 ffffffff;era fffc0000 ffffffff;"   \
                "cp.b 100000 fffc0000 40000;"                           \
index 7ace3971d74de00b4cc25d3a3c9649ba21472f97..2b28f93a071e211a34523c943223267bb5d7375b 100644 (file)
        "bootfile=/tftpboot/taishan/uImage\0"                           \
        "kernel_addr=fc000000\0"                                        \
        "ramdisk_addr=fc180000\0"                                       \
+       "initrd_high=30000000\0"                                        \
        "load=tftp 100000 /tftpboot/taishan/u-boot.bin\0"               \
        "update=protect off fffc0000 ffffffff;era fffc0000 ffffffff;"   \
                "cp.b 100000 fffc0000 40000;"                           \
index 28abd6e1533709962377b5ff0cca65a12cb321bc..b34dc71d23f3762f38b8de1dc98b27eef1399c4a 100644 (file)
@@ -68,6 +68,7 @@
        "bootfile=/tftpboot/walnut/uImage\0"                            \
        "kernel_addr=fff80000\0"                                        \
        "ramdisk_addr=fff80000\0"                                       \
+       "initrd_high=30000000\0"                                        \
        "load=tftp 100000 /tftpboot/walnut/u-boot.bin\0"                \
        "update=protect off fffc0000 ffffffff;era fffc0000 ffffffff;"   \
                "cp.b 100000 fffc0000 40000;"                           \
index a6532b5e85338d112c09aab20ac0934977d5bf92..6417ed891df4e9693a1fe89e648639ce98cd6c1d 100644 (file)
        "bootfile=yucca/uImage\0"                                       \
        "kernel_addr=E7F10000\0"                                        \
        "ramdisk_addr=E7F20000\0"                                       \
+       "initrd_high=30000000\0"                                        \
        "load=tftp 100000 yuca/u-boot.bin\0"                            \
        "update=protect off 2:4-7;era 2:4-7;"                           \
                "cp.b ${fileaddr} FFFB0000 ${filesize};"                \