| Commit message (Expand) | Author | Age | Lines |
* | i.MX31: Fix mx31_gpio_mux() function and MUX_-macros. | Magnus Lilja | 2008-08-11 | -9/+24 |
* | i.MX31: Fix IOMUX related typos | Magnus Lilja | 2008-08-11 | -2/+2 |
* | at91rm9200dk, csb637: fix NAND related build problems | Wolfgang Denk | 2008-07-31 | -1/+3 |
* | Make setenv() return status | Steven A. Falco | 2008-07-01 | -1/+1 |
* | ARM: Add support for Lyrtech SFF-SDR board (ARM926EJS) | Hugo Villeneuve | 2008-06-28 | -0/+13 |
* | MMC: Consolidate MMC/SD command definitions | Haavard Skinnemoen | 2008-06-28 | -17/+0 |
* | Change bd/gd memsize/ram_size to be phys_size_t. | Becky Bruce | 2008-06-12 | -1/+1 |
* | Move definition of container_of() to common.h | Haavard Skinnemoen | 2008-06-03 | -11/+0 |
* | Merging Stelian Pop AT91 patches | Jean-Christophe PLAGNIOL-VILLARD | 2008-05-24 | -1/+669 |
|\ |
|
| * | Support AT91CAP9 revC CPUs | Stelian Pop | 2008-05-10 | -1/+18 |
| * | Add ATMEL LCD driver | Stelian Pop | 2008-05-10 | -0/+6 |
| * | AT91SAM9RLEK support | Stelian Pop | 2008-05-10 | -0/+213 |
| * | AT91SAM9263EK support | Stelian Pop | 2008-05-10 | -0/+260 |
| * | AT91SAM9261EK support | Stelian Pop | 2008-05-10 | -0/+172 |
| * | Update origin and copyright information in arch-at91sam9 header files | Stelian Pop | 2008-05-10 | -152/+96 |
| * | Fix @ -> <at> substitution | Stelian Pop | 2008-05-08 | -3/+3 |
* | | Merge branch 'lwmon5' of /home/wd/git/u-boot/projects | Wolfgang Denk | 2008-05-21 | -0/+2 |
|\ \ |
|
| * | | POST: replace the LOGBUFF_INITIALIZED flag in gd->post_log_word (1 << 31) wit... | Yuri Tikhonov | 2008-05-20 | -0/+1 |
| * | | POST: add POST_STOP flag | Yuri Tikhonov | 2008-05-20 | -0/+1 |
* | | | Big white-space cleanup. | Wolfgang Denk | 2008-05-21 | -370/+369 |
|/ / |
|
* | | Fix @ -> <at> substitution | Stelian Pop | 2008-05-10 | -3/+3 |
* | | Update origin and copyright information in arch-at91sam9 header files | Stelian Pop | 2008-05-10 | -152/+96 |
* | | mx31ads: fix 32kHz clock handling | Guennadi Liakhovetski | 2008-05-10 | -4/+2 |
|/ |
|
* | Fix misspelled comment | Marcel Ziswiler | 2008-05-04 | -1/+1 |
* | Support for the MX31ADS evaluation board from Freescale | Guennadi Liakhovetski | 2008-04-18 | -0/+14 |
* | New i.MX31 SPI driver | Guennadi Liakhovetski | 2008-04-18 | -1/+6 |
* | Introduce phys_size_t and move phys_addr_t into asm/types.h | Kumar Gala | 2008-04-13 | -2/+3 |
* | core support for Freescale mx31 | Sascha Hauer | 2008-04-13 | -0/+169 |
* | Separate omap24xx specific code from arm1136 | Sascha Hauer | 2008-04-13 | -0/+0 |
* | Revert merge of git://www.denx.de/git/u-boot-arm, commit 62479b18: | Wolfgang Denk | 2008-04-11 | -185/+0 |
* | Merge branch 'master' of git://www.denx.de/git/u-boot-at91 | Wolfgang Denk | 2008-04-08 | -563/+1388 |
|\ |
|
| * | Add support for AT91SAM9260EK | Stelian Pop | 2008-04-01 | -4/+206 |
| * | Finish header files reworking | Stelian Pop | 2008-04-01 | -537/+465 |
| * | Import several header files from Linux | Stelian Pop | 2008-04-01 | -0/+695 |
| * | Move at91cap9 specific files to at91sam9 directory | Stelian Pop | 2008-04-01 | -0/+0 |
* | | Support for the MX31ADS evaluation board from Freescale | Guennadi Liakhovetski | 2008-03-30 | -0/+15 |
* | | core support for Freescale mx31 | Sascha Hauer | 2008-03-30 | -0/+168 |
* | | Separate omap24xx specific code from arm1136 | Sascha Hauer | 2008-03-30 | -0/+0 |
* | | Removes all board specific code from the arch. part for DM644x (DaVinci) boards | Pieter Voorthuijsen | 2008-03-30 | -0/+2 |
|/ |
|
* | The patch introduces the CRITICAL feature of POST tests. If the test marked a... | Yuri Tikhonov | 2008-03-18 | -0/+1 |
* | arm-imx: Fix register definitions | Jean-Christophe PLAGNIOL-VILLARD | 2008-03-02 | -60/+117 |
* | Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on 32bit ta... | Shinya Kuribayashi | 2008-02-23 | -3/+3 |
* | AT91CAP9 support : include/ files | Stelian Pop | 2008-02-14 | -0/+679 |
* | MMC for PXA 27X (resubmit) | stefano babic | 2008-02-03 | -36/+43 |
* | Fix gcc issues in pxa-regs.h | stefano babic | 2008-02-03 | -9/+9 |
* | Add AcTux board support | Michael Schwingen | 2008-01-18 | -46/+3075 |
* | ARM: update mach-types.h from 2.6.24-rc7 Linux kernel tree | Wolfgang Denk | 2008-01-13 | -65/+8144 |
* | Merge with git://www.denx.de/git/u-boot.git | Peter Pearse | 2008-01-07 | -2/+26 |
|\ |
|
| * | Introduce map_physmem() and unmap_physmem() | Haavard Skinnemoen | 2007-12-13 | -0/+26 |
| * | Fix build problems with mp2usb board | Wolfgang Denk | 2007-11-19 | -2/+0 |