summaryrefslogtreecommitdiffstats
path: root/lib_ppc
Commit message (Expand)AuthorAgeFilesLines
* Big white-space cleanup.Wolfgang Denk2008-05-211-1/+1
* Revert "Avoid initrd and logbuffer area overlaps"Wolfgang Denk2008-05-121-5/+0
* Support legacy multi-type images without FDT section.Nick Spence2008-05-101-3/+2
* Avoid initrd and logbuffer area overlapsMarian Balakowicz2008-05-101-0/+5
* ppc: Cleanup get_effective_memsize() useMarian Balakowicz2008-05-101-11/+0
* ppc flush_cache: add watch-dog triggering into the loops.Yuri Tikhonov2008-04-291-0/+3
* lib_ppc: Revert "Make MPC83xx one step closer to full relocation."Kim Phillips2008-04-251-1/+0
* Restore the ability to continue booting after legacy image overwriteMarian Balakowicz2008-04-171-2/+2
* ppc: Fix ftd_blob variable init when processing raw blobMarian Balakowicz2008-04-171-1/+1
* ppc: Revert patch 70431e8a that used _start instead of CFG_MONITOR_BASEStefan Roese2008-04-091-1/+1
* Merge branch 'master' of git://www.denx.de/git/u-boot-fdtWolfgang Denk2008-04-081-12/+0
|\
| * remove remaining CONFIG_OF_HAS_{UBOOT_ENV,BD_T} codeKim Phillips2008-04-011-12/+0
* | Merge branch 'master' of git://www.denx.de/git/u-boot-mpc83xxWolfgang Denk2008-04-071-2/+3
|\ \
| * | Make MPC83xx one step closer to full relocation.Joakim Tjernlund2008-03-281-1/+2
| * | mpc8323erdb: fix EEPROM page size and get MAC from EEPROMMichael Barkowski2008-03-281-1/+1
| |/
* | ppc: Set CFG_MEM_TOP_HIDE to 0 if not already definedStefan Roese2008-03-271-0/+4
* | ppc: Add CFG_MEM_TOP_HIDE option to hide memory area that doesn't get "touched"Stefan Roese2008-03-271-0/+13
|/
* ata: enable the sata initialize on boot upDave Liu2008-03-261-0/+8
* Cleanup coding style, update CHANGELOGWolfgang Denk2008-03-261-4/+4
* Merge branch 'new-image' of git://www.denx.de/git/u-boot-testingBartlomiej Sieka2008-03-262-7/+789
|\
| * [new uImage] Disable debuging output in preparation for merge with masterBartlomiej Sieka2008-03-201-1/+0
| * [new uImage] Add proper ramdisk/FDT handling when FIT configuration is usedMarian Balakowicz2008-03-121-31/+73
| * [new uImage] Add new uImage format support to arch specific do_bootm_linux() ...Marian Balakowicz2008-03-121-2/+6
| * [new uImage] Add node offsets for FIT images listed in struct bootm_headersMarian Balakowicz2008-03-121-0/+1
| * [new uImage] ppc: Add new uImage format support to FDT handling routinesMarian Balakowicz2008-03-121-23/+151
| * [new uImage] Remove unnecessary arguments passed to ramdisk routinesMarian Balakowicz2008-03-121-3/+2
| * [new uImage] Fix FDT blob totalsize calculation in boot_relocate_fdt()Marian Balakowicz2008-02-291-1/+1
| * [new uImage] Update naming convention for bootm/uImage related codeMarian Balakowicz2008-02-291-12/+12
| * Merge branch 'master' of git://www.denx.de/git/u-boot into new-imageMarian Balakowicz2008-02-291-3/+11
| |\
| * | [new uImage] Respect autostart setting in linux bootmKumar Gala2008-02-291-1/+4
| * | [new uImage] Provide ability to restrict region used for boot imagesKumar Gala2008-02-291-2/+24
| * | [new uImage] Use lmb for bootm allocationsKumar Gala2008-02-291-25/+40
| * | [new uImage] ppc: Allow boards to specify effective amount of memoryKumar Gala2008-02-291-7/+15
| * | [new uImage] rework error handling so common functions don't resetKumar Gala2008-02-291-20/+41
| * | [new uImage] ppc: Re-order ramdisk/fdt handling sequenceKumar Gala2008-02-291-4/+35
| * | [new uImage] ppc: Determine if we are booting an OF styleKumar Gala2008-02-291-9/+13
| * | [new uImage] Don't pass kdb to ramdisk_high since we may not have oneKumar Gala2008-02-291-2/+1
| * | [new uImage] Correct raw FDT blob handlig when CONFIG_FIT is disabledMarian Balakowicz2008-02-271-6/+12
| * | [new uImage] POWERPC: Add image_get_fdt() routineMarian Balakowicz2008-02-271-32/+44
| * | [new uImage] Move image verify flag to bootm_headers structureMarian Balakowicz2008-02-271-5/+3
| * | [Makefile] Sort COBJS in lib_<arch> MakefilesMarian Balakowicz2008-02-271-8/+15
| * | [new uImage] POWERPC: Split get_fdt() into get and relocate routinesMarian Balakowicz2008-02-271-18/+43
| * | [new uImage] Add dual format uImage support frameworkMarian Balakowicz2008-02-251-47/+131
| * | [new uImage] Rename and move print_image_hdr() routineMarian Balakowicz2008-02-211-1/+1
| * | [new uImage] Add gen_get_image() routineMarian Balakowicz2008-02-211-0/+5
| * | Merge branch 'master' of /home/git/u-bootMarian Balakowicz2008-02-212-1/+73
| |\ \
| * | | [new uImage] Cleanup FDT handling in PPC do_boot_linux()Marian Balakowicz2008-02-071-127/+158
| * | | [new uImage] Cleanup do_botm_linux() boot allocationsMarian Balakowicz2008-02-071-62/+44
| * | | [new uImage] Move ramdisk loading to a common routineMarian Balakowicz2008-02-071-86/+26
| * | | [new uImage] Factor out common image_get_ramdisk() routineMarian Balakowicz2008-02-071-85/+9
OpenPOWER on IntegriCloud