mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 23:47:24 +00:00
d5934ad775
This patch adds framework for dual format images. Format detection is added and the bootm controll flow is updated to include cases for new FIT format uImages. When the legacy (image_header based) format is detected appropriate legacy specific handling is invoked. For the new (FIT based) format uImages dual boot framework has a minial support, that will only print out a corresponding debug messages. Implementation of the FIT specific handling will be added in following patches. Signed-off-by: Marian Balakowicz <m8@semihalf.com> |
||
---|---|---|
.. | ||
fpga.c | ||
fpga.h | ||
README |
CCM/SCM-Ergaenzungen fuer U-Boot und Linux: ------------------------------------------- Es gibt nun ein gemeinsames Kommando zum Laden der FPGAs: => help fpga fpga fpga status [name] - print FPGA status fpga reset [name] - reset FPGA fpga load [name] addr - load FPGA configuration data Der Name kann beim CCM-Module auch weggelassen werden. Die Laengenangabe und damit "puma_len" ist nicht mehr noetig: => fpga load puma 40600000 FPGA load PUMA: addr 40600000: (00000005)... done Die MTD-Partitionierung kann nun mittels "bootargs" ueber- geben werden: => printenv addmtd addmtd=setenv bootargs ${bootargs} mtdparts=0:256k(U-Boot)ro,768k(Kernel),-(Rest)\;1:-(myJFFS2) Die Portierung auf SMC ist natuerlich noch nicht getestet. Wolfgang Grandegger (04.06.2002)