summaryrefslogtreecommitdiffstats
path: root/lib_ppc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next' of ../nextWolfgang Denk2009-12-151-13/+3
|\
| * Merge branch 'master' into nextWolfgang Denk2009-12-052-6/+1
| |\
| * | Generic udelay() with watchdog supportIngo van Lil2009-12-051-13/+3
* | | mpc85xx, mpc86xx: Fix gd->cpu pointer after relocationPeter Tyser2009-12-151-0/+8
| |/ |/|
* | ppc: Move conditional compilation of kgdb.c to MakefilePeter Tyser2009-11-242-6/+1
|/
* mpc85xx: Fix booting on various boardsAnton Vorontsov2009-10-161-5/+3
* Add bb_miiphy_init call before any ethernet bring-up code.Luigi 'Comio' Mantellini2009-10-101-0/+7
* ppc: Remove extable relocation fixupsPeter Tyser2009-10-031-20/+6
* ppc: Remove board.c relocation fixupsPeter Tyser2009-10-031-50/+0
* ppc: Check for compilers that don't support relocationPeter Tyser2009-10-031-0/+6
* ppc: Enable full relocation to RAMPeter Tyser2009-10-031-0/+1
* ppc: Clean up calling of phy_reset() during initPeter Tyser2009-09-221-16/+1
* ppc: Clean up calling of misc_init_r() during initPeter Tyser2009-09-221-11/+1
* ppc/8xxx: relocate cpu pointer in global dataKumar Gala2009-09-081-0/+4
* push LOAD_ADDR out to arch mk filesMike Frysinger2009-09-041-0/+2
* Consolidate arch-specific mem_malloc_init() implementationsPeter Tyser2009-09-041-13/+1
* Standardize mem_malloc_init() implementationPeter Tyser2009-09-041-11/+10
* Consolidate arch-specific sbrk() implementationsPeter Tyser2009-09-041-19/+0
* 8xxx: Removed CONFIG_NUM_CPUS from 85xx/86xxPoonam Aggrwal2009-08-282-1/+4
* ppc: trigger WDT before starting LinuxHeiko Schocher2009-08-181-0/+2
* Update Freescale copyrights to remove "All Rights Reserved"Kumar Gala2009-07-291-1/+1
* Revert "ppc: Unlock cache-as-ram in a consistent manner"Wolfgang Denk2009-07-262-3/+12
* ppc: Unlock cache-as-ram in a consistent mannerPeter Tyser2009-07-232-12/+3
* Move architecture specific config.mk files into subdirsPeter Tyser2009-07-211-0/+41
* 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
OpenPOWER on IntegriCloud