| Commit message (Expand) | Author | Age | Lines |
* | ppc: Loose GOT access in IRQ | Joakim Tjernlund | 2010-01-26 | -0/+50 |
* | mpc512x: Add display of reset status register | Detlev Zundel | 2010-01-24 | -3/+4 |
* | Merge branch 'next' of ../next | Wolfgang Denk | 2009-12-15 | -13/+3 |
|\ |
|
| * | Merge branch 'master' into next | Wolfgang Denk | 2009-12-05 | -6/+1 |
| |\ |
|
| * | | Generic udelay() with watchdog support | Ingo van Lil | 2009-12-05 | -13/+3 |
* | | | mpc85xx, mpc86xx: Fix gd->cpu pointer after relocation | Peter Tyser | 2009-12-15 | -0/+8 |
| |/
|/| |
|
* | | ppc: Move conditional compilation of kgdb.c to Makefile | Peter Tyser | 2009-11-24 | -6/+1 |
|/ |
|
* | mpc85xx: Fix booting on various boards | Anton Vorontsov | 2009-10-16 | -5/+3 |
* | Add bb_miiphy_init call before any ethernet bring-up code. | Luigi 'Comio' Mantellini | 2009-10-10 | -0/+7 |
* | ppc: Remove extable relocation fixups | Peter Tyser | 2009-10-03 | -20/+6 |
* | ppc: Remove board.c relocation fixups | Peter Tyser | 2009-10-03 | -50/+0 |
* | ppc: Check for compilers that don't support relocation | Peter Tyser | 2009-10-03 | -0/+6 |
* | ppc: Enable full relocation to RAM | Peter Tyser | 2009-10-03 | -0/+1 |
* | ppc: Clean up calling of phy_reset() during init | Peter Tyser | 2009-09-22 | -16/+1 |
* | ppc: Clean up calling of misc_init_r() during init | Peter Tyser | 2009-09-22 | -11/+1 |
* | ppc/8xxx: relocate cpu pointer in global data | Kumar Gala | 2009-09-08 | -0/+4 |
* | push LOAD_ADDR out to arch mk files | Mike Frysinger | 2009-09-04 | -0/+2 |
* | Consolidate arch-specific mem_malloc_init() implementations | Peter Tyser | 2009-09-04 | -13/+1 |
* | Standardize mem_malloc_init() implementation | Peter Tyser | 2009-09-04 | -11/+10 |
* | Consolidate arch-specific sbrk() implementations | Peter Tyser | 2009-09-04 | -19/+0 |
* | 8xxx: Removed CONFIG_NUM_CPUS from 85xx/86xx | Poonam Aggrwal | 2009-08-28 | -1/+4 |
* | ppc: trigger WDT before starting Linux | Heiko Schocher | 2009-08-18 | -0/+2 |
* | Update Freescale copyrights to remove "All Rights Reserved" | Kumar Gala | 2009-07-29 | -1/+1 |
* | Revert "ppc: Unlock cache-as-ram in a consistent manner" | Wolfgang Denk | 2009-07-26 | -3/+12 |
* | ppc: Unlock cache-as-ram in a consistent manner | Peter Tyser | 2009-07-23 | -12/+3 |
* | Move architecture specific config.mk files into subdirs | Peter Tyser | 2009-07-21 | -0/+41 |
* | stdio/device: rework function naming convention | Jean-Christophe PLAGNIOL-VILLARD | 2009-07-18 | -3/+3 |
* | 83xx: Replace CONFIG_MPC83XX with CONFIG_MPC83xx | Peter Tyser | 2009-06-12 | -4/+4 |
* | make MODEM SUPPORT generic instead of duplicate it | Jean-Christophe PLAGNIOL-VILLARD | 2009-06-12 | -97/+0 |
* | lib_arch/board.c: Move malloc initialization before flash_init() | Stefan Roese | 2009-06-12 | -4/+4 |
* | Update CHANGELOG, coding style cleanup. | Wolfgang Denk | 2009-04-05 | -1/+1 |
* | rename include/zlib.h to include/u-boot/zlib.h | Jean-Christophe PLAGNIOL-VILLARD | 2009-04-04 | -1/+1 |
* | 85xx/86xx: Ensure MP boot page is not used | Kumar Gala | 2009-04-01 | -0/+15 |
* | powerpc: Only use eth_getenv_enetaddr() if networking is enabled | Stefan Roese | 2009-03-20 | -0/+2 |
* | powerpc: Fix compilation warning in board.c | Stefan Roese | 2009-03-20 | -2/+1 |
* | ppc: mark global bi_enet*addr as legacy | Mike Frysinger | 2009-03-20 | -47/+7 |
* | boards: get mac address from env and move load_sernum_ethaddr() to board init | Mike Frysinger | 2009-03-20 | -6/+0 |
* | boards: move board_get_enetaddr() into board-specific init | Mike Frysinger | 2009-03-20 | -28/+0 |
* | nx823: get mac address from environment | Mike Frysinger | 2009-03-20 | -4/+0 |
* | 8xx, icache: enabling ICache not before running from RAM | Heiko Schocher | 2009-03-18 | -2/+1 |
* | i2c, dtt: move dtt_init () to board_init_r () | Heiko Schocher | 2009-03-02 | -3/+3 |
* | Add MMC Framework | Andy Fleming | 2009-02-16 | -0/+9 |
* | ppc: Fix roll over bug in flush_cache() | Kumar Gala | 2009-02-10 | -2/+4 |
* | ppc: Move CONFIG_MAX_MEM_MAPPED to common config.h | Kumar Gala | 2009-02-10 | -3/+0 |
* | mpc86xx: Add support to populate addr map based on BATs | Becky Bruce | 2009-02-10 | -1/+29 |
* | SATA: do not auto-initialize during boot | Mike Frysinger | 2009-01-27 | -20/+0 |
* | 85xx: Add support to populate addr map based on TLB settings | Kumar Gala | 2008-12-19 | -0/+8 |
* | lib_ppc: rework the flush_cache | Dave Liu | 2008-12-15 | -19/+17 |
* | lib_ppc: Move trap_init to occur earlier | Becky Bruce | 2008-11-10 | -5/+5 |
* | ppc: Fix compile warnings when !CONFIG_OF_LIBFDT | Peter Tyser | 2008-11-02 | -2/+3 |