summaryrefslogtreecommitdiff
path: root/lib_ppc
AgeCommit message (Expand)Author
2008-08-26bootm: refactor do_reset and os boot function argsKumar Gala
2008-08-26fdt: refactor initrd related codeKumar Gala
2008-08-26fdt: refactor fdt resize codeKumar Gala
2008-08-26bootm: move lmb into the bootm_headers_t structureKumar Gala
2008-08-26bootm: refactor fdt locating and relocation codeKumar Gala
2008-08-26bootm: refactor ramdisk locating codeKumar Gala
2008-08-26bootm: refactor entry point codeKumar Gala
2008-08-20Consolidate strmhz() implementationHaavard Skinnemoen
2008-08-18Update linux bootm to support ePAPR client interfaceKumar Gala
2008-08-12NAND boot: MPC8313ERDB supportScott Wood
2008-08-11Fix fallout from autostart revertKumar Gala
2008-08-11POWERPC: Add synchronization to write_bat in lib_ppc/bat_rw.cBecky Bruce
2008-07-14Fix printf() format issues with sizeof_t types by using %zuWolfgang Denk
2008-07-10Fix some more print() format errors.Wolfgang Denk
2008-07-09Fix LMB type issuesAndy Fleming
2008-07-09Fix compiler warningsKumar Gala
2008-07-09Fix printf errors.Andrew Klossner
2008-07-06ppc4xx: Rename CONFIG_XILINX_ML300 to CONFIG_XILINX_405Michal Simek
2008-07-03lmb: fix "implicit declaration of function 'lmb_free'" warningWolfgang Denk
2008-07-01Move conditional compilation of MPC8XXX SPI driver to MakefileBen Warren
2008-06-28Resize device tree to allow space for board changes and the chosen nodeAndy Fleming
2008-06-11Change lmb to use phys_size_t/phys_addr_tBecky Bruce
2008-06-11Merge branch 'master' of git://www.denx.de/git/u-boot-fdtWolfgang Denk
2008-06-11FSL LAW: Keep track of LAW allocationsKumar Gala
2008-06-11fdt: unshadow global working fdt variableKim Phillips
2008-06-03Avoid initrd and logbuffer area overlapsMarian Balakowicz
2008-06-03PPC: Add print_bats() to lib_ppc/bat_rw.cBecky Bruce
2008-06-03PPC: Change lib_ppc/bat_rw.c to use high batsBecky Bruce
2008-05-28Remove prototypes of nand_init() in favor of including nand.h.Scott Wood
2008-05-20Big white-space cleanup.Wolfgang Denk
2008-05-11Revert "Avoid initrd and logbuffer area overlaps"Wolfgang Denk
2008-05-09Support legacy multi-type images without FDT section.Nick Spence
2008-05-09Avoid initrd and logbuffer area overlapsMarian Balakowicz
2008-05-09ppc: Cleanup get_effective_memsize() useMarian Balakowicz
2008-04-29ppc flush_cache: add watch-dog triggering into the loops.Yuri Tikhonov
2008-04-24lib_ppc: Revert "Make MPC83xx one step closer to full relocation."Kim Phillips
2008-04-18Restore the ability to continue booting after legacy image overwriteMarian Balakowicz
2008-04-18ppc: 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-07Merge 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