summaryrefslogtreecommitdiff
path: root/lib_ppc
AgeCommit message (Expand)AuthorFilesLines
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
2007-07-11Fix malloc problem introduced with the relocation fixup for the PPC platformStefan Roese1-4/+5
2007-07-10disk/ doc/ lib_*/ and tools/: Remove lingering references to CFG_CMD_* symbols.Jon Loeliger2-3/+3
2007-07-10lib_{m68k,microblaze,mips,ppc}/: Remove obsolete references to CONFIG_COMMANDSJon Loeliger2-18/+18
2007-07-10Merge with /home/hs/Atronic/u-bootWolfgang Denk1-2/+3
2007-07-04Don't set gd->reloc_off if relocation of .fixup works correctlyGrant Likely1-0/+5
2007-07-04lib_ppc/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger2-17/+18
2007-07-03Merge with /home/wd/git/u-boot/custodian/u-boot-testingWolfgang Denk1-21/+18
2007-06-22[PCS440EP] upgrade the PCS440EP board:Heiko Schocher1-2/+3
2007-06-08Fix config problems on SC3 board; make ide_reset_timeout work.Wolfgang Denk1-3/+3
2007-05-18Merge with git://www.denx.de/git/u-boot.gitStefan Roese1-4/+0
2007-05-17Merge with /home/git/u-bootWolfgang Denk1-4/+0
2007-05-16Search the exception table with linear algorithmZang Roy-r619111-21/+18
2007-05-11ppc4xx: Set bd->bi_pci_busfreq on 440EPx/GRx tooStefan Roese1-1/+3
2007-05-01mpc83xx: replace elaborate boottime verbosity with 'clocks' commandKim Phillips1-4/+0
2007-04-20Cleanup compiler warnings, update CHANGELOGWolfgang Denk1-9/+9
2007-01-22Merge branch 'master' into hpc2roy zang1-0/+16
2007-01-11 Added support for the SOLIDCARD III board from EurodesignHeiko Schocher1-0/+16
2007-01-04Merge branch 'master' into hpc2roy zang1-0/+12
2006-12-24Merge with /home/hs/TQ/u-boot-devWolfgang Denk1-0/+12
2006-12-21Added support for the TQM8272 board from TQHeiko Schocher1-0/+12
2006-12-04Slight code clean up.roy zang1-5/+5
2006-12-01Fix the exception occuring in RAM table search issue.roy zang1-10/+17
2006-12-01Fix the confilcts when merging 'master' into hpc2.roy zang1-12/+12
2006-11-30Code cleanup.Wolfgang Denk1-11/+11