aboutsummaryrefslogtreecommitdiff
path: root/lib_ppc
AgeCommit message (Expand)AuthorFilesLines
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-21Consolidate strmhz() implementationHaavard Skinnemoen1-13/+0
2008-08-19Update linux bootm to support ePAPR client interfaceKumar Gala1-10/+23
2008-08-12NAND boot: MPC8313ERDB supportScott Wood1-2/+2
2008-08-12Fix fallout from autostart revertKumar Gala1-4/+1
2008-08-11POWERPC: Add synchronization to write_bat in lib_ppc/bat_rw.cBecky Bruce1-0/+6
2008-07-14Fix printf() format issues with sizeof_t types by using %zuWolfgang Denk1-2/+2
2008-07-10Fix some more print() format errors.Wolfgang Denk1-1/+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-06ppc4xx: Rename CONFIG_XILINX_ML300 to CONFIG_XILINX_405Michal Simek1-1/+1
2008-07-03lmb: fix "implicit declaration of function 'lmb_free'" warningWolfgang Denk1-1/+1
2008-07-01Move conditional compilation of MPC8XXX SPI driver to MakefileBen Warren1-2/+0
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-11Merge branch 'master' of git://www.denx.de/git/u-boot-fdtWolfgang Denk1-1/+1
2008-06-11FSL LAW: Keep track of LAW allocationsKumar Gala1-1/+2
2008-06-10fdt: unshadow global working fdt variableKim Phillips1-1/+1
2008-06-03Avoid initrd and logbuffer area overlapsMarian Balakowicz1-0/+7
2008-06-03PPC: Add print_bats() to lib_ppc/bat_rw.cBecky Bruce1-0/+41
2008-06-03PPC: Change lib_ppc/bat_rw.c to use high batsBecky Bruce1-40/+92
2008-05-28Remove prototypes of nand_init() in favor of including nand.h.Scott Wood1-3/+1
2008-05-21Big white-space cleanup.Wolfgang Denk1-1/+1
2008-05-12Revert "Avoid initrd and logbuffer area overlaps"Wolfgang Denk1-5/+0
2008-05-10Support legacy multi-type images without FDT section.Nick Spence1-3/+2
2008-05-10Avoid initrd and logbuffer area overlapsMarian Balakowicz1-0/+5
2008-05-10ppc: Cleanup get_effective_memsize() useMarian Balakowicz1-11/+0
2008-04-29ppc flush_cache: add watch-dog triggering into the loops.Yuri Tikhonov1-0/+3
2008-04-25lib_ppc: Revert "Make MPC83xx one step closer to full relocation."Kim Phillips1-1/+0
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-09ppc: Revert patch 70431e8a that used _start instead of CFG_MONITOR_BASEStefan Roese1-1/+1
2008-04-08Merge branch 'master' of git://www.denx.de/git/u-boot-fdtWolfgang Denk1-12/+0
2008-04-07Merge branch 'master' of git://www.denx.de/git/u-boot-mpc83xxWolfgang Denk1-2/+3
2008-04-01remove remaining CONFIG_OF_HAS_{UBOOT_ENV,BD_T} codeKim Phillips1-12/+0
2008-03-28Make MPC83xx one step closer to full relocation.Joakim Tjernlund1-1/+2
2008-03-28mpc8323erdb: fix EEPROM page size and get MAC from EEPROMMichael Barkowski1-1/+1
2008-03-27ppc: Set CFG_MEM_TOP_HIDE to 0 if not already definedStefan Roese1-0/+4
2008-03-27ppc: Add CFG_MEM_TOP_HIDE option to hide memory area that doesn't get "touched"Stefan Roese1-0/+13
2008-03-26ata: enable the sata initialize on boot upDave Liu1-0/+8
2008-03-26Cleanup coding style, update CHANGELOGWolfgang Denk1-4/+4
2008-03-26Merge branch 'new-image' of git://www.denx.de/git/u-boot-testingBartlomiej Sieka2-7/+789
2008-03-25ppc: Allow boards to specify how much memory they can mapKumar Gala1-0/+11