summaryrefslogtreecommitdiffstats
path: root/lib_ppc
Commit message (Expand)AuthorAgeFilesLines
* stdio/device: rework function naming conventionJean-Christophe PLAGNIOL-VILLARD2009-07-181-3/+3
* 83xx: Replace CONFIG_MPC83XX with CONFIG_MPC83xxPeter Tyser2009-06-121-4/+4
* make MODEM SUPPORT generic instead of duplicate itJean-Christophe PLAGNIOL-VILLARD2009-06-121-97/+0
* lib_arch/board.c: Move malloc initialization before flash_init()Stefan Roese2009-06-121-4/+4
* Update CHANGELOG, coding style cleanup.Wolfgang Denk2009-04-051-1/+1
* rename include/zlib.h to include/u-boot/zlib.hJean-Christophe PLAGNIOL-VILLARD2009-04-041-1/+1
* 85xx/86xx: Ensure MP boot page is not usedKumar Gala2009-04-011-0/+15
* powerpc: Only use eth_getenv_enetaddr() if networking is enabledStefan Roese2009-03-201-0/+2
* powerpc: Fix compilation warning in board.cStefan Roese2009-03-201-2/+1
* ppc: mark global bi_enet*addr as legacyMike Frysinger2009-03-201-47/+7
* boards: get mac address from env and move load_sernum_ethaddr() to board initMike Frysinger2009-03-201-6/+0
* boards: move board_get_enetaddr() into board-specific initMike Frysinger2009-03-201-28/+0
* nx823: get mac address from environmentMike Frysinger2009-03-201-4/+0
* 8xx, icache: enabling ICache not before running from RAMHeiko Schocher2009-03-181-2/+1
* i2c, dtt: move dtt_init () to board_init_r ()Heiko Schocher2009-03-021-3/+3
* Add MMC FrameworkAndy Fleming2009-02-161-0/+9
* ppc: Fix roll over bug in flush_cache()Kumar Gala2009-02-101-2/+4
* ppc: Move CONFIG_MAX_MEM_MAPPED to common config.hKumar Gala2009-02-101-3/+0
* mpc86xx: Add support to populate addr map based on BATsBecky Bruce2009-02-102-1/+29
* SATA: do not auto-initialize during bootMike Frysinger2009-01-271-20/+0
* 85xx: Add support to populate addr map based on TLB settingsKumar Gala2008-12-191-0/+8
* lib_ppc: rework the flush_cacheDave Liu2008-12-151-19/+17
* lib_ppc: Move trap_init to occur earlierBecky Bruce2008-11-101-5/+5
* ppc: Fix compile warnings when !CONFIG_OF_LIBFDTPeter Tyser2008-11-021-2/+3
* Coding Style cleanup, update CHANGELOGWolfgang Denk2008-11-021-1/+1
* bootm: support subcommands in linux ppc bootmKumar Gala2008-10-291-96/+175
* bootm: Add subcommandsKumar Gala2008-10-291-0/+3
* Added arch_lmb_reserve to allow arch specific memory regions protectionKumar Gala2008-10-181-22/+28
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-186-68/+68
* Adds two more ethernet interface to 83xxrichardretanubun2008-10-181-0/+30
* Fix compiler warning in lib_ppc/board.cHeiko Schocher2008-10-151-2/+2
* Do not init SATA when disabled on 8536DS.Jason Jin2008-10-141-2/+14
* fdt: Overwrite /chosen node in bootm if it already exists in the dtbStefan Roese2008-10-011-1/+1
* powerpc: Fix bootm to boot up again with a RamdiskHeiko Schocher2008-09-131-2/+3
* rename CFG_ENV macros to CONFIG_ENVJean-Christophe PLAGNIOL-VILLARD2008-09-101-4/+4
* rename CFG_ENV_IS_NOWHERE in CONFIG_ENV_IS_NOWHEREJean-Christophe PLAGNIOL-VILLARD2008-09-101-2/+2
* rename CFG_ENV_IS_IN_NVRAM in CONFIG_ENV_IS_IN_NVRAMJean-Christophe PLAGNIOL-VILLARD2008-09-101-1/+1
* rename CFG_ENV_IS_IN_EEPROM in CONFIG_ENV_IS_IN_EEPROMJean-Christophe PLAGNIOL-VILLARD2008-09-101-1/+1
* cmd_mac: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD2008-09-101-1/+1
* lib_ppc/interrupts.c: make board_show_activity() a weak functionWolfgang Denk2008-09-091-1/+6
* bootm: refactor do_reset and os boot function argsKumar Gala2008-08-261-7/+4
* fdt: refactor initrd related codeKumar Gala2008-08-261-26/+2
* fdt: refactor fdt resize codeKumar Gala2008-08-261-28/+4
* bootm: move lmb into the bootm_headers_t structureKumar Gala2008-08-261-1/+1
* bootm: refactor fdt locating and relocation codeKumar Gala2008-08-261-484/+8
* bootm: refactor ramdisk locating codeKumar Gala2008-08-261-11/+5
* bootm: refactor entry point codeKumar Gala2008-08-261-19/+3
* Consolidate strmhz() implementationHaavard Skinnemoen2008-08-211-13/+0
* Update linux bootm to support ePAPR client interfaceKumar Gala2008-08-191-10/+23
* NAND boot: MPC8313ERDB supportScott Wood2008-08-121-2/+2
OpenPOWER on IntegriCloud