summaryrefslogtreecommitdiff
path: root/lib_ppc
AgeCommit message (Expand)AuthorFilesLines
2009-04-0285xx/86xx: Ensure MP boot page is not usedKumar Gala1-0/+15
2009-03-21powerpc: Only use eth_getenv_enetaddr() if networking is enabledStefan Roese1-0/+2
2009-03-21powerpc: Fix compilation warning in board.cStefan Roese1-2/+1
2009-03-21ppc: mark global bi_enet*addr as legacyMike Frysinger1-47/+7
2009-03-21boards: get mac address from env and move load_sernum_ethaddr() to board initMike Frysinger1-6/+0
2009-03-21boards: move board_get_enetaddr() into board-specific initMike Frysinger1-28/+0
2009-03-21nx823: get mac address from environmentMike Frysinger1-4/+0
2009-03-188xx, icache: enabling ICache not before running from RAMHeiko Schocher1-2/+1
2009-03-02i2c, dtt: move dtt_init () to board_init_r ()Heiko Schocher1-3/+3
2009-02-17Add MMC FrameworkAndy Fleming1-0/+9
2009-02-10ppc: Fix roll over bug in flush_cache()Kumar Gala1-2/+4
2009-02-10ppc: Move CONFIG_MAX_MEM_MAPPED to common config.hKumar Gala1-3/+0
2009-02-10mpc86xx: Add support to populate addr map based on BATsBecky Bruce2-1/+29
2009-01-28SATA: do not auto-initialize during bootMike Frysinger1-20/+0
2008-12-2085xx: Add support to populate addr map based on TLB settingsKumar Gala1-0/+8
2008-12-16lib_ppc: rework the flush_cacheDave Liu1-19/+17
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