u-boot-brain/common
Marian Balakowicz 4efbe9dbb1 [new uImage] Correct raw FDT blob handlig when CONFIG_FIT is disabled
Dual format image code must properly handle all three FDT passing methods:
- raw FDT blob passed
- FDT blob embedded in the legacy uImage
- FDT blob embedded in the new uImage

This patch enables proper raw FDT handling when no FIT imaeg support
is compiled in. This is a bit tricky as we must dected FIT format even
when FIT uImage handling is not enabled as both FIT uImages and raw FDT
blobs use tha same low level format (libfdt).

Signed-off-by: Marian Balakowicz <m8@semihalf.com>
2008-02-27 11:02:26 +01:00
..
ACEX1K.c Improve configuration of FPGA subsystem 2008-01-09 13:34:20 +01:00
altera.c Improve configuration of FPGA subsystem 2008-01-09 13:34:20 +01:00
bedbug.c common/cmd_[af]*: Remove obsolete references to CONFIG_COMMANDS. 2007-07-08 17:55:57 -05:00
circbuf.c Add support for Siemens SX1 mobile phone; 2004-03-12 00:14:09 +00:00
cmd_autoscript.c [new uImage] Add dual format uImage support framework 2008-02-25 15:53:49 +01:00
cmd_bdinfo.c Merge branch 'master' of git://www.denx.de/git/u-boot-blackfin 2008-02-15 00:06:18 +01:00
cmd_bedbug.c [BUILD] conditionally compile common/cmd_*.c in common/Makefile 2007-11-20 22:33:54 -07:00
cmd_bmp.c Fix compilation problem in common/cmd_bmp.c 2008-01-12 00:35:48 +01:00
cmd_boot.c Undo commit 3033ebb2: reset command does not take any arguments 2007-01-13 11:17:10 +01:00
cmd_bootm.c [new uImage] Add image_get_kernel() routine 2008-02-27 11:02:07 +01:00
cmd_cache.c common/: Remove lingering references to CFG_CMD_* symbols. 2007-07-10 11:02:44 -05:00
cmd_console.c [BUILD] conditionally compile common/cmd_*.c in common/Makefile 2007-11-20 22:33:54 -07:00
cmd_date.c [BUILD] conditionally compile common/cmd_*.c in common/Makefile 2007-11-20 22:33:54 -07:00
cmd_dcr.c [BUILD] conditionally compile common/cmd_*.c in common/Makefile 2007-11-20 22:33:54 -07:00
cmd_diag.c [BUILD] conditionally compile common/cmd_*.c in common/Makefile 2007-11-20 22:33:54 -07:00
cmd_display.c [BUILD] conditionally compile common/cmd_*.c in common/Makefile 2007-11-20 22:33:54 -07:00
cmd_doc.c [new uImage] Add dual format uImage support framework 2008-02-25 15:53:49 +01:00
cmd_dtt.c [BUILD] conditionally compile common/cmd_*.c in common/Makefile 2007-11-20 22:33:54 -07:00
cmd_eeprom.c common/: Remove lingering references to CFG_CMD_* symbols. 2007-07-10 11:02:44 -05:00
cmd_elf.c [BUILD] conditionally compile common/cmd_*.c in common/Makefile 2007-11-20 22:33:54 -07:00
cmd_ext2.c [BUILD] conditionally compile common/cmd_*.c in common/Makefile 2007-11-20 22:33:54 -07:00
cmd_fat.c [BUILD] conditionally compile common/cmd_*.c in common/Makefile 2007-11-20 22:33:54 -07:00
cmd_fdc.c [new uImage] Add dual format uImage support framework 2008-02-25 15:53:49 +01:00
cmd_fdos.c [BUILD] conditionally compile common/cmd_*.c in common/Makefile 2007-11-20 22:33:54 -07:00
cmd_fdt.c Improve the FDT help message. 2008-01-08 15:03:18 -05:00
cmd_flash.c [BUILD] conditionally compile common/cmd_*.c in common/Makefile 2007-11-20 22:33:54 -07:00
cmd_fpga.c [new uImage] Add dual format uImage support framework 2008-02-25 15:53:49 +01:00
cmd_i2c.c Refactor code for "i2c sdram" command 2008-01-12 20:58:21 +01:00
cmd_ide.c [new uImage] Add dual format uImage support framework 2008-02-25 15:53:49 +01:00
cmd_immap.c [BUILD] conditionally compile common/cmd_*.c in common/Makefile 2007-11-20 22:33:54 -07:00
cmd_itest.c [BUILD] conditionally compile common/cmd_*.c in common/Makefile 2007-11-20 22:33:54 -07:00
cmd_jffs2.c Fix building with CRAMFS but not JFFS2 support 2008-01-09 13:04:37 +01:00
cmd_load.c common/: Remove lingering references to CFG_CMD_* symbols. 2007-07-10 11:02:44 -05:00
cmd_log.c [BUILD] conditionally compile common/cmd_*.c in common/Makefile 2007-11-20 22:33:54 -07:00
cmd_mac.c FSL: Fix common EEPROM_data structure definition 2008-01-17 12:26:56 -06:00
cmd_mem.c Fix wrong memory limit calculation in memory-test 2008-02-15 00:51:02 +01:00
cmd_mfsl.c [BUILD] conditionally compile common/cmd_*.c in common/Makefile 2007-11-20 22:33:54 -07:00
cmd_mii.c Remove the obsolete terse version of do_mii() 2008-01-09 21:44:22 +01:00
cmd_misc.c [BUILD] conditionally compile common/cmd_*.c in common/Makefile 2007-11-20 22:33:54 -07:00
cmd_mmc.c [BUILD] conditionally compile common/cmd_*.c in common/Makefile 2007-11-20 22:33:54 -07:00
cmd_nand.c [new uImage] Add dual format uImage support framework 2008-02-25 15:53:49 +01:00
cmd_net.c TFTP: add host ip addr support 2008-02-05 00:41:55 +01:00
cmd_nvedit.c Globalize envmatch() 2008-01-09 18:05:27 +01:00
cmd_onenand.c OneNAND support (take #2) 2007-09-17 08:19:08 +02:00
cmd_otp.c interface to Blackfin on-chip One-Time-Programmable memory 2008-02-04 19:26:57 -05:00
cmd_pci.c [BUILD] conditionally compile common/cmd_*.c in common/Makefile 2007-11-20 22:33:54 -07:00
cmd_pcmcia.c common/cmd_[p-x]*: Remove obsolete references to CONFIG_COMMANDS. 2007-07-08 18:05:39 -05:00
cmd_portio.c [BUILD] conditionally compile common/cmd_*.c in common/Makefile 2007-11-20 22:33:54 -07:00
cmd_reginfo.c Merge branch 'master' of git://www.denx.de/git/u-boot-mpc86xx 2008-02-15 00:26:52 +01:00
cmd_reiser.c [BUILD] conditionally compile common/cmd_*.c in common/Makefile 2007-11-20 22:33:54 -07:00
cmd_sata.c Fix S-ATA support. 2007-06-30 18:50:48 +02:00
cmd_scsi.c [new uImage] Add dual format uImage support framework 2008-02-25 15:53:49 +01:00
cmd_spi.c [BUILD] conditionally compile common/cmd_*.c in common/Makefile 2007-11-20 22:33:54 -07:00
cmd_strings.c new command for displaying strings at specified memory locations 2008-02-04 19:26:57 -05:00
cmd_terminal.c add 'terminal program' functionality 2008-01-09 13:26:38 +01:00
cmd_universe.c [BUILD] conditionally compile common/cmd_*.c in common/Makefile 2007-11-20 22:33:54 -07:00
cmd_usb.c [new uImage] Add dual format uImage support framework 2008-02-25 15:53:49 +01:00
cmd_vfd.c common/: Remove lingering references to CFG_CMD_* symbols. 2007-07-10 11:02:44 -05:00
cmd_ximg.c [new uImage] Add dual format uImage support framework 2008-02-25 15:53:49 +01:00
command.c common/: Remove lingering references to CFG_CMD_* symbols. 2007-07-10 11:02:44 -05:00
console.c [PATCH] simplify silent console 2007-05-05 21:34:19 +02:00
crc16.c Code cleanup 2006-07-21 11:56:05 +02:00
cyclon2.c Improve configuration of FPGA subsystem 2008-01-09 13:34:20 +01:00
devices.c GCC-4.x fixes: clean up global data pointer initialization for all boards. 2006-03-31 18:32:53 +02:00
dlmalloc.c GCC-4.x fixes: clean up global data pointer initialization for all boards. 2006-03-31 18:32:53 +02:00
dlmalloc.src * Code cleanup: 2003-06-27 21:31:46 +00:00
docecc.c common/* non-cmd*: Remove obsolete references to CONFIG_COMMANDS 2007-07-08 18:10:08 -05:00
env_common.c make show_boot_progress () weak. 2007-07-13 09:54:17 +02:00
env_dataflash.c AT91CAP9 support 2008-02-14 09:37:58 +00:00
env_eeprom.c GCC-4.x fixes: clean up global data pointer initialization for all boards. 2006-03-31 18:32:53 +02:00
env_flash.c Fix compilation error for omap2420h4_config. 2007-08-29 02:01:47 +02:00
env_nand.c fix comments with new drivers organization 2008-01-09 21:48:49 +01:00
env_nowhere.c GCC-4.x fixes: clean up global data pointer initialization for all boards. 2006-03-31 18:32:53 +02:00
env_nvram.c GCC-4.x fixes: clean up global data pointer initialization for all boards. 2006-03-31 18:32:53 +02:00
env_onenand.c Remove warnings re CONFIG_EXTRA_ENV_SETTINGS 2007-11-15 08:58:00 +00:00
environment.c fix building on Blackfin as the assembler supports the .set syntax, not the = syntax, for assigning symbols 2008-02-04 19:26:54 -05:00
exports.c Add functions to list of exported functions 2007-08-06 00:45:40 +02:00
fdt_support.c Fix building of fdt_support.c if DEBUG set 2008-02-13 23:58:18 +01:00
flash.c ppc4xx: Update AMCC Bamboo 440EP support 2007-07-31 10:24:56 +02:00
fpga.c Improve configuration of FPGA subsystem 2008-01-09 13:34:20 +01:00
ft_build.c [PATCH 4_4] Remove local implementation of isprint() in ft_build.c 2007-02-20 09:05:07 +01:00
gunzip.c [new uImage] Move gunzip() common code to common/gunzip.c 2008-02-07 01:12:55 +01:00
hush.c common/: Remove lingering references to CFG_CMD_* symbols. 2007-07-10 11:02:44 -05:00
image.c [new uImage] Correct raw FDT blob handlig when CONFIG_FIT is disabled 2008-02-27 11:02:26 +01:00
kgdb.c common/: Remove lingering references to CFG_CMD_* symbols. 2007-07-10 11:02:44 -05:00
lcd.c common/* non-cmd*: Remove obsolete references to CONFIG_COMMANDS 2007-07-08 18:10:08 -05:00
lists.c Initial revision 2002-08-17 09:36:01 +00:00
lynxkdi.c [new uImage] Cleanup cmd_bootm.c 2008-02-07 01:12:56 +01:00
main.c Make bootretry work when command line editing is enabled 2008-01-12 21:14:14 +01:00
Makefile Merge branch 'master' of /home/git/u-boot 2008-02-21 17:18:01 +01:00
memsize.c Sequential accesses to non-existent memory must be synchronized, 2006-11-06 17:06:36 +01:00
miiphybb.c Cleanup compile warnings. Prepare for release 1.1.5 2006-10-20 17:54:33 +02:00
miiphyutil.c common/miiphyutil.c: Cleanup MII_DEBUG and debug() 2008-02-14 22:10:38 +01:00
s_record.c Initial revision 2002-08-17 09:36:01 +00:00
serial.c ARM: s3c24xx: Multiple serial port support 2008-02-04 23:52:49 +01:00
soft_i2c.c Add MACH_TYPE records for several AT91 boards. 2007-08-14 10:10:52 +01:00
soft_spi.c ppc4xx: Add support for AMCC 405EP Taihu board 2007-07-26 17:49:11 +02:00
spartan2.c Fix MSB check in Xilinx Spartan slave serial mode 2008-01-09 13:37:08 +01:00
spartan3.c Fix MSB check in Xilinx Spartan slave serial mode 2008-01-09 13:37:08 +01:00
usb_kbd.c Add Ctrl combo key support to usb keyboard driver. 2008-01-09 21:52:23 +01:00
usb_storage.c Fix compiler warnings for PPC systems. Update CHANGELOG. 2007-11-18 16:36:27 +01:00
usb.c ppc4xx: Rename 405gp_pci to 4xx_pci since its used on all 4xx platforms 2007-10-31 21:20:49 +01:00
virtex2.c Improve configuration of FPGA subsystem 2008-01-09 13:34:20 +01:00
xilinx.c Improve configuration of FPGA subsystem 2008-01-09 13:34:20 +01:00
xyzModem.c Coding Style cleanup. 2006-08-31 16:46:53 +02:00