Commit message (Expand) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | ZOOM2 Add led support. | Tom Rix | 2009-06-12 | -4/+153 | |
* | ZOOM2 Add serial support. | Tom Rix | 2009-06-12 | -16/+269 | |
* | lh7a40x: move serial driver to drivers/serial | Jean-Christophe PLAGNIOL-VILLARD | 2009-06-12 | -1/+4 | |
* | pxa: move serial driver to drivers/serial | Jean-Christophe PLAGNIOL-VILLARD | 2009-06-12 | -1/+16 | |
* | arm: remove cpu_init | Jean-Christophe PLAGNIOL-VILLARD | 2009-06-12 | -67/+2 | |
* | arm: unify interrupt init | Jean-Christophe PLAGNIOL-VILLARD | 2009-06-12 | -128/+16 | |
* | arm: unify linker script | Jean-Christophe PLAGNIOL-VILLARD | 2009-06-12 | -3186/+134 | |
* | afeb9260: fix macb device init | Jean-Christophe PLAGNIOL-VILLARD | 2009-06-12 | -1/+1 | |
* | ppc4xx: Remove PCI async bootup message if PCI is not used | Stefan Roese | 2009-06-12 | -1/+1 | |
* | TQM834x: use buffered writes to accelerate writing to flash | Wolfgang Denk | 2009-06-12 | -4/+3 | |
* | TQM834x: add FDT support | Wolfgang Denk | 2009-06-12 | -20/+95 | |
* | TQM834x: fix environment size; add redundant env. | Wolfgang Denk | 2009-06-12 | -14/+12 | |
* | ARM DaVinci: Reset with watchdog enabled | Thomas Lange | 2009-06-12 | -0/+4 | |
* | video: Add an option to skip video initialization | Wolfgang Denk | 2009-06-12 | -0/+15 | |
* | drv_video_init(): simplify logic | Wolfgang Denk | 2009-06-12 | -40/+29 | |
* | at91: regroup IP hw init in one file per soc | Jean-Christophe PLAGNIOL-VILLARD | 2009-06-12 | -603/+338 | |
* | dm355 evm support | David Brownell | 2009-06-12 | -0/+365 | |
* | OMAP3EVM: Set default bootfile | Sanjeev Premi | 2009-06-12 | -0/+2 | |
* | ARM DaVinci: Minor Updates to base addresses | s-paulraj@ti.com | 2009-06-12 | -0/+6 | |
* | ZOOM2 Add support for debug board detection. | Tom Rix | 2009-06-12 | -1/+61 | |
* | OMAP3 Port kernel omap gpio interface. | Tom Rix | 2009-06-12 | -0/+304 | |
* | ZOOM2 Add initial support for Zoom2 | Tom Rix | 2009-06-12 | -2/+555 | |
* | ARM DaVinci:Consolidate common u-boot.lds | Sandeep Paulraj | 2009-06-12 | -156/+37 | |
* | OMAP Consolidate common u-boot.lds to cpu layer. | Tom Rix | 2009-06-12 | -257/+2 | |
* | arm/dcc: add xscale support | Jean-Christophe PLAGNIOL-VILLARD | 2009-06-12 | -0/+16 | |
* | arm/dcc: use static support to allow to use it at anytime | Jean-Christophe PLAGNIOL-VILLARD | 2009-06-12 | -114/+42 | |
* | ARM: Update mach-types | Jean-Christophe PLAGNIOL-VILLARD | 2009-06-12 | -7/+1697 | |
* | arm920/926/926: remove non needed header | Jean-Christophe PLAGNIOL-VILLARD | 2009-06-12 | -41/+0 | |
* | davinci dm6446evm NAND update | David Brownell | 2009-06-12 | -0/+7 | |
* | davinci: display correct clock info | David Brownell | 2009-06-12 | -29/+138 | |
* | ZOOM1 Remove more legacy NAND defines. | Tom Rix | 2009-06-12 | -13/+0 | |
* | LED Add documentation describing the status_led and colour led API. | Tom Rix | 2009-06-12 | -0/+78 | |
* | ARM Add blue colour LED to status_led. | Tom Rix | 2009-06-12 | -0/+8 | |
* | arm: timer and interrupt init rework | Jean-Christophe PLAGNIOL-VILLARD | 2009-06-12 | -173/+161 | |
* | OMAP3: Reorganize Makefile style | Jean-Christophe PLAGNIOL-VILLARD | 2009-06-12 | -1/+7 | |
* | OMAP3: Remove dublicated interrupt code | Jean-Christophe PLAGNIOL-VILLARD | 2009-06-12 | -128/+0 | |
* | at91rm9200: move reset code to reset.c | Jean-Christophe PLAGNIOL-VILLARD | 2009-06-12 | -40/+82 | |
* | ixp/interrupts: Move conditional compilation to Makefile | Jean-Christophe PLAGNIOL-VILLARD | 2009-06-12 | -9/+2 | |
* | arm: cleanup remaining CONFIG_INIT_CRITICAL | Jean-Christophe PLAGNIOL-VILLARD | 2009-06-12 | -9/+9 | |
* | arm946es: remove non used timer | Jean-Christophe PLAGNIOL-VILLARD | 2009-06-12 | -159/+2 | |
* | davinci: add basic dm355/dm350/dm335 support | David Brownell | 2009-06-12 | -17/+84 | |
* | davinci: fix dm644x buglets | David Brownell | 2009-06-12 | -1/+3 | |
* | davinci: split out some dm644x-specific bits from psc | David Brownell | 2009-06-12 | -75/+127 | |
* | davinci: cpu-specific build uses conditional make syntax | David Brownell | 2009-06-12 | -3/+5 | |
* | davinci: move psc support board-->cpu | David Brownell | 2009-06-12 | -38/+10 | |
* | DaVinci now respects SKIP_LOWLEVEL_INIT | David Brownell | 2009-06-12 | -1/+5 | |
* | DaVinci Ethernet cleanup | David Brownell | 2009-06-12 | -19/+15 | |
* | lib_arch/board.c: Move malloc initialization before flash_init() | Stefan Roese | 2009-06-12 | -28/+32 | |
* | ppc4xx: Add Sequoia RAM-booting target | Stefan Roese | 2009-06-12 | -16/+215 | |
* | tools/envcrc: add --binary option to export embedded env | Mike Frysinger | 2009-06-12 | -4/+42 |