Commit Graph

224 Commits (d308c9d35aee2578d0a69a9ecb8bc7fd7df8fa2d)

Author SHA1 Message Date
Marian Balakowicz 2242f53698 [new uImage] Rename and move print_image_hdr() routine 17 years ago
Marian Balakowicz fff888a199 [new uImage] Add gen_get_image() routine 17 years ago
Marian Balakowicz 5cf746c303 [new uImage] Move kernel data find code to get_kernel() routine 18 years ago
Marian Balakowicz 42b73e8ee0 [new uImage] Factor out common routines for getting os/arch/type/comp names 18 years ago
Marian Balakowicz e99c26694a [new uImage] Remove standalone applications handling from boootm 18 years ago
Marian Balakowicz 4a2ad5ff64 [new uImage] Remove OF_FLAT_TREE support from PPC bootm code 18 years ago
Marian Balakowicz 7582438c28 [new uImage] Return error on image move/uncompress overwrites 18 years ago
Marian Balakowicz f13e7b2e99 [new uImage] Cleanup image header pointer use in bootm code 18 years ago
Marian Balakowicz 1ee1180b6e [new uImage] Cleanup cmd_bootm.c 18 years ago
Marian Balakowicz af13cdbc01 [new uImage] Add memmove_wd() common routine 18 years ago
Marian Balakowicz 261dcf4624 [new uImage] Remove I386 uImage fake_header() routine 18 years ago
Marian Balakowicz 559316faf7 [new uImage] Move CHUNKSZ definition to image.h 18 years ago
Marian Balakowicz 321359f208 [new uImage] Move gunzip() common code to common/gunzip.c 18 years ago
Marian Balakowicz d45d5a18b6 [new uImage] Cleanup OF/FDT #if/#elif/#endif use in do_bootm_linux() 18 years ago
Marian Balakowicz 5d3cc55ecb [new uImage] Move PPC do_bootm_linux() to lib_ppc/ppc_linux.c 18 years ago
Marian Balakowicz b97a2a0a21 [new uImage] Define a API for image handling operations 18 years ago
Detlev Zundel 5441f61a3d Fix two typos. 18 years ago
Grant Likely a7d7eca791 Bugfix: make bootm+libfdt compile on boards with no flash 18 years ago
Bartlomiej Sieka 5b729fb3bd Fix do_bootm_linux() so that multi-file images with FDT blob boot. 18 years ago
Grant Likely e79021223b bootm/fdt: Only process the fdt if an fdt address was provided 18 years ago
Andy Fleming 82bd9ee774 Fix warnings from of_data copy fix 18 years ago
Andy Fleming 10aaf716cb Fix of_data copying for CONFIG_OF_FLAT_TREE-using boards 18 years ago
Jerry Van Baren 210f463c71 Fix where the #ifdef CFG_BOOTMAPSZ is placed. 18 years ago
Andy Fleming 073e1b5099 Fix initrd/dtb interaction 18 years ago
Kim Phillips 91148bf7ae fdt: do board setup based on fdt address specified on bootm line 18 years ago
Gerald Van Baren e125a2ffc2 Call ft_board_setup() from the bootm command. 18 years ago
Gerald Van Baren c45874b05a Asthetic improvements: error messages and line lengths. 18 years ago
Gerald Van Baren 38eb508e8e Reorganize and fix problems (returns) in the bootm command. 18 years ago
Gerald Van Baren 89c8757d8f Fix bugs in the CONFIG_OF_LIBFDT 18 years ago
Heiko Schocher fad6340715 make show_boot_progress () weak. 18 years ago
Jon Loeliger 9025317883 common/: Remove lingering references to CFG_CMD_* symbols. 18 years ago
Jon Loeliger baa26db411 common/cmd_[af]*: Remove obsolete references to CONFIG_COMMANDS. 18 years ago
Jon Loeliger a76adc8142 common/cmd_[a-f]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). 18 years ago
Nobuhiro Iwamatsu 0b135cfc2e sh: First support code of SuperH. 18 years ago
Wolfgang Denk 9877d7dcd1 Fix initrd length corruption in bootm command. 18 years ago
Gerald Van Baren c28abb9c61 Improve the bootm command for CONFIG_OF_LIBFDT 18 years ago
Gerald Van Baren 64dbbd40c5 Moved fdt command support code to fdt_support.c 18 years ago
Gerald Van Baren aea03c4e8c Fix some minor whitespace violations. 18 years ago
Gerald Van Baren 213bf8c822 Add a flattened device tree (fdt) command (2 of 2) 18 years ago
Wolfgang Denk 44ba464b99 Code cleanup / re-insert previous Copyright entries. 18 years ago
Aubrey.Li ef26a08fef [Blackfin][PATCH-2/2] Common files changed to support bf533 platform 18 years ago
Stefan Roese da5553b095 [PATCH] Allow CONFIG_OF_FLAT_TREE to boot a non-arch/powerpc kernel 19 years ago
Wolfgang Denk 2b2a40bebb Code cleanup. 19 years ago
Kumar Gala c76f951a74 Added support for Multi-Image files that contain a device tree 19 years ago
Grant Likely 1eaf3a5ff4 Fix possible uninitialized variable compiler warning. 19 years ago
Matthew McClintock 7376eb87aa * Fix a bunch of compiler warnings for gcc 4.0 19 years ago
Stefan Roese 1a1b7374b8 Define IH_CPU_AVR32 19 years ago
Matthew McClintock b2b78421d9 * Another small fix for booting with disable_of 19 years ago
Matthew McClintock 5de62c47a8 Fix disable_of booting 19 years ago
Matthew McClintock 87a449c8ac Support for FDT in uImage format, error when using FDT from flash 19 years ago