Commit Graph

244 Commits (f61faeba822d6db72ade5fb6fe04b4db122a0874)

Author SHA1 Message Date
Wolfgang Denk 1e01477aea Fix build breakage casued by commit c0559be371 17 years ago
Marian Balakowicz cb1c489690 Restore the ability to continue booting after legacy image overwrite 17 years ago
Jerry Van Baren 43ddd9c820 Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_T 17 years ago
Bartlomiej Sieka dafaede8a4 [new uImage] Disable debuging output in preparation for merge with master 17 years ago
Yuri Tikhonov 3d61018643 The patch introduces the alternative configuration of the log buffer for the lwmon5 board: the storage for the log-buffer itself is OCM(on-chip memory), the log-buffer header is moved to six GPT registers (PPC440EPX_GPT0_COMP1, ..., PPC440EPX_GPT0_COMP5). 17 years ago
Yuri Tikhonov 2d991958b1 The patch introduces the alternative configuration of the log buffer for 17 years ago
Marian Balakowicz f773bea8e1 [new uImage] Add proper ramdisk/FDT handling when FIT configuration is used 17 years ago
Marian Balakowicz 2682ce8a42 [new uImage] More verbose kernel image uncompress error message 17 years ago
Marian Balakowicz 1372cce2b9 [new uImage] Use show_boot_progress() for new uImage format 17 years ago
Marian Balakowicz 3dfe110149 [new uImage] Add node offsets for FIT images listed in struct bootm_headers 17 years ago
Marian Balakowicz a44a269a90 [new uImage] Re-enable interrupts for non automatic booting 17 years ago
Marian Balakowicz 6986a38567 [new uImage] Add new uImage format support for kernel booting 17 years ago
Marian Balakowicz e32fea6adb [new uImage] Add new uImage format support for imls and iminfo commands 17 years ago
Marian Balakowicz 9a4daad0a3 [new uImage] Update naming convention for bootm/uImage related code 17 years ago
Kumar Gala d3f2fa0d27 [new uImage] Provide ability to restrict region used for boot images 17 years ago
Kumar Gala e822d7fc4d [new uImage] Use lmb for bootm allocations 17 years ago
Kumar Gala f5614e7926 [new uImage] Add autostart flag to bootm_headers structure 17 years ago
Kumar Gala 4ed6552f71 [new uImage] Introduce lmb from linux kernel for memory mgmt of boot images 17 years ago
Marian Balakowicz 1efd43601f [new uImage] Add image_get_kernel() routine 17 years ago
Marian Balakowicz 8a5ea3e616 [new uImage] Move image verify flag to bootm_headers structure 17 years ago
Marian Balakowicz d5934ad775 [new uImage] Add dual format uImage support framework 17 years ago
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 17 years ago
Marian Balakowicz 42b73e8ee0 [new uImage] Factor out common routines for getting os/arch/type/comp names 17 years ago
Marian Balakowicz e99c26694a [new uImage] Remove standalone applications handling from boootm 17 years ago
Marian Balakowicz 4a2ad5ff64 [new uImage] Remove OF_FLAT_TREE support from PPC bootm code 17 years ago
Marian Balakowicz 7582438c28 [new uImage] Return error on image move/uncompress overwrites 17 years ago
Marian Balakowicz f13e7b2e99 [new uImage] Cleanup image header pointer use in bootm code 17 years ago
Marian Balakowicz 1ee1180b6e [new uImage] Cleanup cmd_bootm.c 17 years ago
Marian Balakowicz af13cdbc01 [new uImage] Add memmove_wd() common routine 17 years ago
Marian Balakowicz 261dcf4624 [new uImage] Remove I386 uImage fake_header() routine 17 years ago
Marian Balakowicz 559316faf7 [new uImage] Move CHUNKSZ definition to image.h 17 years ago
Marian Balakowicz 321359f208 [new uImage] Move gunzip() common code to common/gunzip.c 17 years ago
Marian Balakowicz d45d5a18b6 [new uImage] Cleanup OF/FDT #if/#elif/#endif use in do_bootm_linux() 17 years ago
Marian Balakowicz 5d3cc55ecb [new uImage] Move PPC do_bootm_linux() to lib_ppc/ppc_linux.c 17 years ago
Marian Balakowicz b97a2a0a21 [new uImage] Define a API for image handling operations 17 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