aboutsummaryrefslogtreecommitdiff
path: root/lib_ppc
AgeCommit message (Expand)Author
2008-04-29ppc flush_cache: add watch-dog triggering into the loops.Yuri Tikhonov
2008-04-25lib_ppc: Revert "Make MPC83xx one step closer to full relocation."Kim Phillips
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-09ppc: Revert patch 70431e8a that used _start instead of CFG_MONITOR_BASEStefan Roese
2008-04-08Merge branch 'master' of git://www.denx.de/git/u-boot-fdtWolfgang Denk
2008-04-07Merge branch 'master' of git://www.denx.de/git/u-boot-mpc83xxWolfgang Denk
2008-04-01remove remaining CONFIG_OF_HAS_{UBOOT_ENV,BD_T} codeKim Phillips
2008-03-28Make MPC83xx one step closer to full relocation.Joakim Tjernlund
2008-03-28mpc8323erdb: fix EEPROM page size and get MAC from EEPROMMichael Barkowski
2008-03-27ppc: Set CFG_MEM_TOP_HIDE to 0 if not already definedStefan Roese
2008-03-27ppc: Add CFG_MEM_TOP_HIDE option to hide memory area that doesn't get "touched"Stefan Roese
2008-03-26ata: enable the sata initialize on boot upDave Liu
2008-03-26Cleanup coding style, update CHANGELOGWolfgang Denk
2008-03-26Merge branch 'new-image' of git://www.denx.de/git/u-boot-testingBartlomiej Sieka
2008-03-25ppc: Allow boards to specify how much memory they can mapKumar Gala
2008-03-20[new uImage] Disable debuging output in preparation for merge with masterBartlomiej Sieka
2008-03-18The patch introduces the alternative configuration of the log buffer for the ...Yuri Tikhonov
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-29Merge branch 'master' of git://www.denx.de/git/u-boot into new-imageMarian 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] ppc: Allow boards to specify effective amount of memoryKumar 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[Makefile] Sort COBJS in lib_<arch> MakefilesMarian 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
2008-02-22lwmon5: enable hardware watchdogYuri Tikhonov
2008-02-22ppc: Allow boards to specify effective amount of memoryKumar Gala
2008-02-21[new uImage] Rename and move print_image_hdr() routineMarian Balakowicz
2008-02-21[new uImage] Add gen_get_image() routineMarian Balakowicz
2008-02-21Merge branch 'master' of /home/git/u-bootMarian Balakowicz
2008-02-14ppc: Refactor cache routines, so there is only one common set.Rafal Jaworowski
2008-02-07[new uImage] Cleanup FDT handling in PPC do_boot_linux()Marian Balakowicz
2008-02-07[new uImage] Cleanup do_botm_linux() boot allocationsMarian Balakowicz
2008-02-07[new uImage] Move ramdisk loading to a common routineMarian Balakowicz
2008-02-07[new uImage] Factor out common image_get_ramdisk() routineMarian Balakowicz