summaryrefslogtreecommitdiff
path: root/lib_ppc
AgeCommit message (Expand)AuthorFilesLines
2008-11-10lib_ppc: Move trap_init to occur earlierBecky Bruce1-5/+5
2008-11-02ppc: Fix compile warnings when !CONFIG_OF_LIBFDTPeter Tyser1-2/+3
2008-11-02Coding Style cleanup, update CHANGELOGWolfgang Denk1-1/+1
2008-10-29bootm: support subcommands in linux ppc bootmKumar Gala1-96/+175
2008-10-29bootm: Add subcommandsKumar Gala1-0/+3
2008-10-18Added arch_lmb_reserve to allow arch specific memory regions protectionKumar Gala1-22/+28
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD6-68/+68
2008-10-18Adds two more ethernet interface to 83xxrichardretanubun1-0/+30
2008-10-15Fix compiler warning in lib_ppc/board.cHeiko Schocher1-2/+2
2008-10-14Do not init SATA when disabled on 8536DS.Jason Jin1-2/+14
2008-10-02fdt: Overwrite /chosen node in bootm if it already exists in the dtbStefan Roese1-1/+1
2008-09-13powerpc: Fix bootm to boot up again with a RamdiskHeiko Schocher1-2/+3
2008-09-11rename CFG_ENV macros to CONFIG_ENVJean-Christophe PLAGNIOL-VILLARD1-4/+4
2008-09-11rename CFG_ENV_IS_NOWHERE in CONFIG_ENV_IS_NOWHEREJean-Christophe PLAGNIOL-VILLARD1-2/+2
2008-09-11rename CFG_ENV_IS_IN_NVRAM in CONFIG_ENV_IS_IN_NVRAMJean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-09-10rename CFG_ENV_IS_IN_EEPROM in CONFIG_ENV_IS_IN_EEPROMJean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-09-10cmd_mac: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-09-09lib_ppc/interrupts.c: make board_show_activity() a weak functionWolfgang Denk1-1/+6
2008-08-27bootm: refactor do_reset and os boot function argsKumar Gala1-7/+4
2008-08-27fdt: refactor initrd related codeKumar Gala1-26/+2
2008-08-27fdt: refactor fdt resize codeKumar Gala1-28/+4
2008-08-27bootm: move lmb into the bootm_headers_t structureKumar Gala1-1/+1
2008-08-27bootm: refactor fdt locating and relocation codeKumar Gala1-484/+8
2008-08-27bootm: refactor ramdisk locating codeKumar Gala1-11/+5
2008-08-27bootm: 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-12POWERPC: 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-10Fix printf errors.Andrew Klossner1-4/+4
2008-07-07ppc4xx: Rename CONFIG_XILINX_ML300 to CONFIG_XILINX_405Michal Simek1-1/+1
2008-07-04lmb: 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-29Resize 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-12Merge 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-11fdt: 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