aboutsummaryrefslogtreecommitdiff
path: root/lib_ppc/bootm.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-288xxx: Removed CONFIG_NUM_CPUS from 85xx/86xxPoonam Aggrwal1-1/+1
2009-08-18ppc: trigger WDT before starting LinuxHeiko Schocher1-0/+2
2009-07-26Revert "ppc: Unlock cache-as-ram in a consistent manner"Wolfgang Denk1-0/+9
2009-07-23ppc: Unlock cache-as-ram in a consistent mannerPeter Tyser1-9/+0
2009-04-04rename include/zlib.h to include/u-boot/zlib.hJean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-11-02ppc: Fix compile warnings when !CONFIG_OF_LIBFDTPeter Tyser1-2/+3
2008-11-02Coding Style cleanup, update CHANGELOGWolfgang Denk1-1/+1
2008-10-29bootm: support subcommands in linux ppc bootmKumar Gala1-96/+175
2008-10-29bootm: Add subcommandsKumar Gala1-0/+3
2008-10-18Added arch_lmb_reserve to allow arch specific memory regions protectionKumar Gala1-22/+28
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-9/+9
2008-10-01fdt: Overwrite /chosen node in bootm if it already exists in the dtbStefan Roese1-1/+1
2008-09-13powerpc: Fix bootm to boot up again with a RamdiskHeiko Schocher1-2/+3
2008-08-26bootm: refactor do_reset and os boot function argsKumar Gala1-7/+4
2008-08-26fdt: refactor initrd related codeKumar Gala1-26/+2
2008-08-26fdt: refactor fdt resize codeKumar Gala1-28/+4
2008-08-26bootm: move lmb into the bootm_headers_t structureKumar Gala1-1/+1
2008-08-26bootm: refactor fdt locating and relocation codeKumar Gala1-484/+8
2008-08-26bootm: refactor ramdisk locating codeKumar Gala1-11/+5
2008-08-26bootm: refactor entry point codeKumar Gala1-19/+3
2008-08-19Update linux bootm to support ePAPR client interfaceKumar Gala1-10/+23
2008-08-12Fix fallout from autostart revertKumar Gala1-4/+1
2008-07-10Fix LMB type issuesAndy Fleming1-1/+2
2008-07-10Fix compiler warningsKumar Gala1-2/+2
2008-07-09Fix printf errors.Andrew Klossner1-4/+4
2008-07-03lmb: fix "implicit declaration of function 'lmb_free'" warningWolfgang Denk1-1/+1
2008-06-28Resize device tree to allow space for board changes and the chosen nodeAndy Fleming1-8/+58
2008-06-12Change lmb to use phys_size_t/phys_addr_tBecky Bruce1-7/+9
2008-06-10fdt: unshadow global working fdt variableKim Phillips1-1/+1
2008-05-10Support legacy multi-type images without FDT section.Nick Spence1-3/+2
2008-04-17Restore the ability to continue booting after legacy image overwriteMarian Balakowicz1-2/+2
2008-04-17ppc: Fix ftd_blob variable init when processing raw blobMarian Balakowicz1-1/+1
2008-04-01remove remaining CONFIG_OF_HAS_{UBOOT_ENV,BD_T} codeKim Phillips1-12/+0
2008-03-26Cleanup coding style, update CHANGELOGWolfgang Denk1-4/+4
2008-03-20[new uImage] Disable debuging output in preparation for merge with masterBartlomiej Sieka1-1/+0
2008-03-12[new uImage] Add proper ramdisk/FDT handling when FIT configuration is usedMarian Balakowicz1-31/+73
2008-03-12[new uImage] Add new uImage format support to arch specific do_bootm_linux() ...Marian Balakowicz1-2/+6
2008-03-12[new uImage] Add node offsets for FIT images listed in struct bootm_headersMarian Balakowicz1-0/+1
2008-03-12[new uImage] ppc: Add new uImage format support to FDT handling routinesMarian Balakowicz1-23/+151
2008-03-12[new uImage] Remove unnecessary arguments passed to ramdisk routinesMarian Balakowicz1-3/+2
2008-02-29[new uImage] Fix FDT blob totalsize calculation in boot_relocate_fdt()Marian Balakowicz1-1/+1
2008-02-29[new uImage] Update naming convention for bootm/uImage related codeMarian Balakowicz1-12/+12
2008-02-29[new uImage] Respect autostart setting in linux bootmKumar Gala1-1/+4
2008-02-29[new uImage] Provide ability to restrict region used for boot imagesKumar Gala1-2/+24
2008-02-29[new uImage] Use lmb for bootm allocationsKumar Gala1-25/+40
2008-02-29[new uImage] rework error handling so common functions don't resetKumar Gala1-20/+41
2008-02-29[new uImage] ppc: Re-order ramdisk/fdt handling sequenceKumar Gala1-4/+35
2008-02-29[new uImage] ppc: Determine if we are booting an OF styleKumar Gala1-9/+13
2008-02-29[new uImage] Don't pass kdb to ramdisk_high since we may not have oneKumar Gala1-2/+1
2008-02-27[new uImage] Correct raw FDT blob handlig when CONFIG_FIT is disabledMarian Balakowicz1-6/+12