aboutsummaryrefslogtreecommitdiff
path: root/lib_ppc
AgeCommit message (Expand)AuthorFilesLines
2008-02-29[new uImage] Update naming convention for bootm/uImage related codeMarian Balakowicz1-12/+12
2008-02-29Merge branch 'master' of git://www.denx.de/git/u-boot into new-imageMarian Balakowicz1-3/+11
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] ppc: Allow boards to specify effective amount of memoryKumar Gala1-7/+15
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
2008-02-27[new uImage] POWERPC: Add image_get_fdt() routineMarian Balakowicz1-32/+44
2008-02-27[new uImage] Move image verify flag to bootm_headers structureMarian Balakowicz1-5/+3
2008-02-27[Makefile] Sort COBJS in lib_<arch> MakefilesMarian Balakowicz1-8/+15
2008-02-27[new uImage] POWERPC: Split get_fdt() into get and relocate routinesMarian Balakowicz1-18/+43
2008-02-25[new uImage] Add dual format uImage support frameworkMarian Balakowicz1-47/+131
2008-02-22lwmon5: enable hardware watchdogYuri Tikhonov1-3/+11
2008-02-22ppc: Allow boards to specify effective amount of memoryKumar Gala1-7/+15
2008-02-21[new uImage] Rename and move print_image_hdr() routineMarian Balakowicz1-1/+1
2008-02-21[new uImage] Add gen_get_image() routineMarian Balakowicz1-0/+5
2008-02-21Merge branch 'master' of /home/git/u-bootMarian Balakowicz2-1/+73
2008-02-14ppc: Refactor cache routines, so there is only one common set.Rafal Jaworowski2-1/+73
2008-02-07[new uImage] Cleanup FDT handling in PPC do_boot_linux()Marian Balakowicz1-127/+158
2008-02-07[new uImage] Cleanup do_botm_linux() boot allocationsMarian Balakowicz1-62/+44
2008-02-07[new uImage] Move ramdisk loading to a common routineMarian Balakowicz1-86/+26
2008-02-07[new uImage] Factor out common image_get_ramdisk() routineMarian Balakowicz1-85/+9
2008-02-07[new uImage] Move FDT error printing to common fdt_error() routineMarian Balakowicz1-26/+24
2008-02-07[new uImage] Remove OF_FLAT_TREE support from PPC bootm codeMarian Balakowicz1-59/+6
2008-02-07[new uImage] Rename architecture specific bootm code filesMarian Balakowicz2-1/+1
2008-02-07[new uImage] Return error on image move/uncompress overwritesMarian Balakowicz1-2/+12
2008-02-07[new uImage] Cleanup image header pointer use in bootm codeMarian Balakowicz1-104/+73
2008-02-07[new uImage] Add memmove_wd() common routineMarian Balakowicz1-18/+4
2008-02-07[new uImage] Fix FDT header verification in PPC do_boot_linux() routineMarian Balakowicz1-2/+2
2008-02-07[new uImage] Move CHUNKSZ definition to image.hMarian Balakowicz1-2/+0
2008-02-07[new uImage] Cleanup OF/FDT #if/#elif/#endif use in do_bootm_linux()Marian Balakowicz1-9/+11
2008-02-07[new uImage] Move PPC do_bootm_linux() to lib_ppc/ppc_linux.cMarian Balakowicz2-1/+591
2008-01-23Merge branch 'master' of git://www.denx.de/git/u-boot-mpc86xxWolfgang Denk1-4/+5
2008-01-17FSL: Fix common EEPROM_data structure definitionHaiying Wang1-4/+5
2008-01-17Add support for a Freescale non-CPM SPI controllerBen Warren1-0/+16
2008-01-12MPC512X: Cleanup bus clock names.Grzegorz Bernacki1-1/+1
2008-01-12ads5121: Added support for FDT.Grzegorz Bernacki1-0/+3
2008-01-09API for external applications.Rafal Jaworowski1-0/+5
2007-10-31ppc4xx: Rework 4xx cache supportStefan Roese1-1/+1
2007-08-18lib_ppc: make board_add_ram_info weakKim Phillips1-5/+6
2007-08-14Merge with git://www.denx.de/git/u-boot.gitStefan Roese2-26/+35
2007-08-10mpc83xx: Add support for the display of reset statusDave Liu1-2/+4
2007-08-06Merge with /home/wd/git/u-boot/custodian/u-boot-testingWolfgang Denk2-24/+31
2007-08-03Merge branch 'testing' into workingAndy Fleming2-24/+31
2007-08-02[ppc440SPe] Graceful recovery from machine check during PCIe configurationGrzegorz Bernacki1-1/+1
2007-07-13make show_boot_progress () weak.Heiko Schocher1-2/+0