aboutsummaryrefslogtreecommitdiff
path: root/lib_ppc
AgeCommit message (Expand)Author
2008-12-1985xx: Add support to populate addr map based on TLB settingsKumar Gala
2008-12-15lib_ppc: rework the flush_cacheDave Liu
2008-11-10lib_ppc: Move trap_init to occur earlierBecky Bruce
2008-11-02ppc: Fix compile warnings when !CONFIG_OF_LIBFDTPeter Tyser
2008-11-02Coding Style cleanup, update CHANGELOGWolfgang Denk
2008-10-29bootm: support subcommands in linux ppc bootmKumar Gala
2008-10-29bootm: Add subcommandsKumar Gala
2008-10-18Added arch_lmb_reserve to allow arch specific memory regions protectionKumar Gala
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD
2008-10-18Adds two more ethernet interface to 83xxrichardretanubun
2008-10-15Fix compiler warning in lib_ppc/board.cHeiko Schocher
2008-10-14Do not init SATA when disabled on 8536DS.Jason Jin
2008-10-01fdt: Overwrite /chosen node in bootm if it already exists in the dtbStefan Roese
2008-09-13powerpc: Fix bootm to boot up again with a RamdiskHeiko Schocher
2008-09-10rename CFG_ENV macros to CONFIG_ENVJean-Christophe PLAGNIOL-VILLARD
2008-09-10rename CFG_ENV_IS_NOWHERE in CONFIG_ENV_IS_NOWHEREJean-Christophe PLAGNIOL-VILLARD
2008-09-10rename CFG_ENV_IS_IN_NVRAM in CONFIG_ENV_IS_IN_NVRAMJean-Christophe PLAGNIOL-VILLARD
2008-09-10rename CFG_ENV_IS_IN_EEPROM in CONFIG_ENV_IS_IN_EEPROMJean-Christophe PLAGNIOL-VILLARD
2008-09-10cmd_mac: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD
2008-09-09lib_ppc/interrupts.c: make board_show_activity() a weak functionWolfgang Denk
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-21Consolidate strmhz() implementationHaavard Skinnemoen
2008-08-19Update linux bootm to support ePAPR client interfaceKumar Gala
2008-08-12NAND boot: MPC8313ERDB supportScott Wood
2008-08-12Fix 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-10Fix LMB type issuesAndy Fleming
2008-07-10Fix 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-12Change 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-10fdt: 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-21Big white-space cleanup.Wolfgang Denk