| Commit message (Expand) | Author | Age | Lines |
* | arm: update co-processor 15 access | Jean-Christophe PLAGNIOL-VILLARD | 2009-04-05 | -533/+238 |
* | OMAP: Fix compile issue | Sanjeev Premi | 2009-04-05 | -1/+1 |
* | s3c64xx: fix the wrong gpio offset | Minkyu Kang | 2009-04-05 | -3/+3 |
* | Move machine specific code to board at s3c64xx (v2) | Kyungmin Park | 2009-04-05 | -7/+12 |
* | ZOOM1 Remove legacy NAND defines | Tom Rix | 2009-04-05 | -17/+0 |
* | OMAP3 Fix multiline formatting in board init files. | Tom Rix | 2009-04-05 | -36/+36 |
* | Merge branch 'master' of git://git.denx.de/u-boot-at91 | Wolfgang Denk | 2009-04-04 | -81/+1201 |
|\ |
|
| * | at91sam9263ek: enable hush and auto complete support | Jean-Christophe PLAGNIOL-VILLARD | 2009-04-04 | -0/+3 |
| * | at91: move dataflash spi driver to drivers/spi | Jean-Christophe PLAGNIOL-VILLARD | 2009-04-04 | -1/+7 |
| * | at91: move usb driver to drivers/usb | Jean-Christophe PLAGNIOL-VILLARD | 2009-04-04 | -1/+6 |
| * | at91rm9200: Reset update | Jean-Christophe PLAGNIOL-VILLARD | 2009-04-04 | -10/+14 |
| * | at91rm9200: move serial shutdown code to serial drivers | Jean-Christophe PLAGNIOL-VILLARD | 2009-04-04 | -10/+9 |
| * | at91rm9200: move serial driver to drivers/serial | Jean-Christophe PLAGNIOL-VILLARD | 2009-04-04 | -1/+9 |
| * | Add support for the AT91RM9200EK Board. | Ulf Samuelsson | 2009-04-04 | -7/+747 |
| * | add dataflash mmc mux missing support | Jean-Christophe PLAGNIOL-VILLARD | 2009-04-04 | -0/+66 |
| * | at91rm9200dk: Move conditional compilation to Makefile | Jean-Christophe PLAGNIOL-VILLARD | 2009-04-04 | -14/+12 |
| * | at91: rename DATAFLASH_MMC_SELECT to CONFIG_DATAFLASH_MMC_SELECT | Jean-Christophe PLAGNIOL-VILLARD | 2009-04-04 | -13/+18 |
| * | at91sam9: add watchdog support | Jean-Christophe PLAGNIOL-VILLARD | 2009-04-04 | -1/+178 |
| * | at91sam9/at91cap: spi init add hardware chip select support | Jean-Christophe PLAGNIOL-VILLARD | 2009-04-04 | -27/+136 |
* | | netstar: fix crc32.c dependancy location | Jean-Christophe PLAGNIOL-VILLARD | 2009-04-04 | -1/+1 |
* | | Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx | Wolfgang Denk | 2009-04-04 | -99/+28 |
|\ \
| |/
|/| |
|
| * | fsl_law: Fix bug in calculation of LAW sizing | Kumar Gala | 2009-04-04 | -0/+3 |
| * | fsl_pci: Move prototypes into fsl_pci.h and remove explicit externs | Kumar Gala | 2009-04-04 | -83/+9 |
| * | fsl_pci: Renamed immap_fsl_pci.h to fsl_pci.h | Kumar Gala | 2009-04-04 | -16/+16 |
* | | MPC8260ADS: Define CONFIG_HAS_ETH0. | Scott Wood | 2009-04-04 | -0/+2 |
* | | PQ2FADS: Enable PCI. | Scott Wood | 2009-04-04 | -4/+15 |
* | | Fix quoting bug introduced by commit 74de7aef | Wolfgang Denk | 2009-04-04 | -3/+3 |
* | | Fix implicit declaration of function 'htons' | Wolfgang Denk | 2009-04-04 | -1/+1 |
* | | Fix building of env_embedded.o | Wolfgang Denk | 2009-04-04 | -1/+3 |
* | | rename include/zlib.h to include/u-boot/zlib.h | Jean-Christophe PLAGNIOL-VILLARD | 2009-04-04 | -12/+12 |
* | | tools/Makefile: fix image.c dependancy location | Jean-Christophe PLAGNIOL-VILLARD | 2009-04-04 | -1/+1 |
* | | tools: add ncb to gitignore | Mike Frysinger | 2009-04-04 | -0/+1 |
|/ |
|
* | include/ns16550.h: Unify structure declaration for registers | Detlev Zundel | 2009-04-04 | -93/+37 |
* | Delete now unused tools/Makefile.win32 | Peter Tyser | 2009-04-04 | -37/+0 |
* | Add support for building native win32 tools | Peter Tyser | 2009-04-04 | -7/+231 |
* | tools/Makefile: Simplify HOST_CFLAGS/HOST_LDFLAGS generation | Peter Tyser | 2009-04-04 | -12/+5 |
* | tools/Makefile: Create generic build rules | Peter Tyser | 2009-04-04 | -46/+9 |
* | tools/Makefile: Use auto-generated object file dependencies | Peter Tyser | 2009-04-04 | -12/+12 |
* | tools/Makefile: Remove symlinks for remaining source files | Peter Tyser | 2009-04-04 | -38/+14 |
* | tools/Makefile: Dynamically generate libfdt object dependencies | Peter Tyser | 2009-04-04 | -7/+6 |
* | tools/Makefile: Remove symlinks for fdt targets | Peter Tyser | 2009-04-04 | -32/+8 |
* | tools/Makefile: Add libfdt/ to the include search path | Peter Tyser | 2009-04-04 | -11/+7 |
* | tools: Remove unecessary symlinking of zlib.h | Peter Tyser | 2009-04-04 | -7/+2 |
* | tools/Makefile: Add tools/ to the include search path | Peter Tyser | 2009-04-04 | -6/+1 |
* | tools/Makefile: Compile ncb when CONFIG_NETCONSOLE | Peter Tyser | 2009-04-04 | -4/+4 |
* | tools/Makefile: Make gen_eth_addr dependent upon CONFIG_CMD_NET | Peter Tyser | 2009-04-04 | -2/+2 |
* | tools/Makefile: Make envcrc dependent upon CONFIG_ENV_IS_EMBEDDED | Peter Tyser | 2009-04-04 | -2/+2 |
* | tools/Makefile: Make inca-swap-bytes dependent on CONFIG_INCA_IP | Peter Tyser | 2009-04-04 | -5/+2 |
* | tools/Makefile: Make ubsha1 dependent upon CONFIG_SHA1_CHECK_UB_IMG | Peter Tyser | 2009-04-04 | -2/+2 |
* | tools/Makefile: Make img2srec dependent upon CONFIG_CMD_LOADS | Peter Tyser | 2009-04-04 | -2/+2 |