aboutsummaryrefslogtreecommitdiff
path: root/lib_ppc/bootm.c
AgeCommit message (Expand)Author
2009-04-04rename include/zlib.h to include/u-boot/zlib.hJean-Christophe PLAGNIOL-VILLARD
2008-11-02ppc: Fix compile warnings when !CONFIG_OF_LIBFDTPeter Tyser
2008-11-02Coding Style cleanup, update CHANGELOGWolfgang Denk
2008-10-29bootm: support subcommands in linux ppc bootmKumar Gala
2008-10-29bootm: Add subcommandsKumar Gala
2008-10-18Added arch_lmb_reserve to allow arch specific memory regions protectionKumar Gala
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD
2008-10-01fdt: Overwrite /chosen node in bootm if it already exists in the dtbStefan Roese
2008-09-13powerpc: Fix bootm to boot up again with a RamdiskHeiko Schocher
2008-08-26bootm: refactor do_reset and os boot function argsKumar Gala
2008-08-26fdt: refactor initrd related codeKumar Gala
2008-08-26fdt: refactor fdt resize codeKumar Gala
2008-08-26bootm: move lmb into the bootm_headers_t structureKumar Gala
2008-08-26bootm: refactor fdt locating and relocation codeKumar Gala
2008-08-26bootm: refactor ramdisk locating codeKumar Gala
2008-08-26bootm: refactor entry point codeKumar Gala
2008-08-19Update linux bootm to support ePAPR client interfaceKumar Gala
2008-08-12Fix fallout from autostart revertKumar Gala
2008-07-10Fix LMB type issuesAndy Fleming
2008-07-10Fix compiler warningsKumar Gala
2008-07-09Fix printf errors.Andrew Klossner
2008-07-03lmb: fix "implicit declaration of function 'lmb_free'" warningWolfgang Denk
2008-06-28Resize device tree to allow space for board changes and the chosen nodeAndy Fleming
2008-06-12Change lmb to use phys_size_t/phys_addr_tBecky Bruce
2008-06-10fdt: unshadow global working fdt variableKim Phillips
2008-05-10Support legacy multi-type images without FDT section.Nick Spence
2008-04-17Restore the ability to continue booting after legacy image overwriteMarian Balakowicz
2008-04-17ppc: Fix ftd_blob variable init when processing raw blobMarian Balakowicz
2008-04-01remove remaining CONFIG_OF_HAS_{UBOOT_ENV,BD_T} codeKim Phillips
2008-03-26Cleanup coding style, update CHANGELOGWolfgang Denk
2008-03-20[new uImage] Disable debuging output in preparation for merge with masterBartlomiej Sieka
2008-03-12[new uImage] Add proper ramdisk/FDT handling when FIT configuration is usedMarian Balakowicz
2008-03-12[new uImage] Add new uImage format support to arch specific do_bootm_linux() ...Marian Balakowicz
2008-03-12[new uImage] Add node offsets for FIT images listed in struct bootm_headersMarian Balakowicz
2008-03-12[new uImage] ppc: Add new uImage format support to FDT handling routinesMarian Balakowicz
2008-03-12[new uImage] Remove unnecessary arguments passed to ramdisk routinesMarian Balakowicz
2008-02-29[new uImage] Fix FDT blob totalsize calculation in boot_relocate_fdt()Marian Balakowicz
2008-02-29[new uImage] Update naming convention for bootm/uImage related codeMarian Balakowicz
2008-02-29[new uImage] Respect autostart setting in linux bootmKumar Gala
2008-02-29[new uImage] Provide ability to restrict region used for boot imagesKumar Gala
2008-02-29[new uImage] Use lmb for bootm allocationsKumar Gala
2008-02-29[new uImage] rework error handling so common functions don't resetKumar Gala
2008-02-29[new uImage] ppc: Re-order ramdisk/fdt handling sequenceKumar Gala
2008-02-29[new uImage] ppc: Determine if we are booting an OF styleKumar Gala
2008-02-29[new uImage] Don't pass kdb to ramdisk_high since we may not have oneKumar Gala
2008-02-27[new uImage] Correct raw FDT blob handlig when CONFIG_FIT is disabledMarian Balakowicz
2008-02-27[new uImage] POWERPC: Add image_get_fdt() routineMarian Balakowicz
2008-02-27[new uImage] Move image verify flag to bootm_headers structureMarian Balakowicz
2008-02-27[new uImage] POWERPC: Split get_fdt() into get and relocate routinesMarian Balakowicz
2008-02-25[new uImage] Add dual format uImage support frameworkMarian Balakowicz