aboutsummaryrefslogtreecommitdiff
path: root/lib_ppc
AgeCommit message (Expand)Author
2009-10-16mpc85xx: Fix booting on various boardsAnton Vorontsov
2009-10-10Add bb_miiphy_init call before any ethernet bring-up code.Luigi 'Comio' Mantellini
2009-10-03ppc: Remove extable relocation fixupsPeter Tyser
2009-10-03ppc: Remove board.c relocation fixupsPeter Tyser
2009-10-03ppc: Check for compilers that don't support relocationPeter Tyser
2009-10-03ppc: Enable full relocation to RAMPeter Tyser
2009-09-22ppc: Clean up calling of phy_reset() during initPeter Tyser
2009-09-22ppc: Clean up calling of misc_init_r() during initPeter Tyser
2009-09-08ppc/8xxx: relocate cpu pointer in global dataKumar Gala
2009-09-04push LOAD_ADDR out to arch mk filesMike Frysinger
2009-09-04Consolidate arch-specific mem_malloc_init() implementationsPeter Tyser
2009-09-04Standardize mem_malloc_init() implementationPeter Tyser
2009-09-04Consolidate arch-specific sbrk() implementationsPeter Tyser
2009-08-288xxx: Removed CONFIG_NUM_CPUS from 85xx/86xxPoonam Aggrwal
2009-08-18ppc: trigger WDT before starting LinuxHeiko Schocher
2009-07-29Update Freescale copyrights to remove "All Rights Reserved"Kumar Gala
2009-07-26Revert "ppc: Unlock cache-as-ram in a consistent manner"Wolfgang Denk
2009-07-23ppc: Unlock cache-as-ram in a consistent mannerPeter Tyser
2009-07-21Move architecture specific config.mk files into subdirsPeter Tyser
2009-07-18stdio/device: rework function naming conventionJean-Christophe PLAGNIOL-VILLARD
2009-06-1283xx: Replace CONFIG_MPC83XX with CONFIG_MPC83xxPeter Tyser
2009-06-12make MODEM SUPPORT generic instead of duplicate itJean-Christophe PLAGNIOL-VILLARD
2009-06-12lib_arch/board.c: Move malloc initialization before flash_init()Stefan Roese
2009-04-05Update CHANGELOG, coding style cleanup.Wolfgang Denk
2009-04-04rename include/zlib.h to include/u-boot/zlib.hJean-Christophe PLAGNIOL-VILLARD
2009-04-0185xx/86xx: Ensure MP boot page is not usedKumar Gala
2009-03-20powerpc: Only use eth_getenv_enetaddr() if networking is enabledStefan Roese
2009-03-20powerpc: Fix compilation warning in board.cStefan Roese
2009-03-20ppc: mark global bi_enet*addr as legacyMike Frysinger
2009-03-20boards: get mac address from env and move load_sernum_ethaddr() to board initMike Frysinger
2009-03-20boards: move board_get_enetaddr() into board-specific initMike Frysinger
2009-03-20nx823: get mac address from environmentMike Frysinger
2009-03-188xx, icache: enabling ICache not before running from RAMHeiko Schocher
2009-03-02i2c, dtt: move dtt_init () to board_init_r ()Heiko Schocher
2009-02-16Add MMC FrameworkAndy Fleming
2009-02-10ppc: Fix roll over bug in flush_cache()Kumar Gala
2009-02-10ppc: Move CONFIG_MAX_MEM_MAPPED to common config.hKumar Gala
2009-02-10mpc86xx: Add support to populate addr map based on BATsBecky Bruce
2009-01-27SATA: do not auto-initialize during bootMike Frysinger
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