| Commit message (Expand) | Author | Age | Files | Lines |
* | common: Add .u_boot_list into all linker files | Marek Vasut | 2012-10-22 | 30 | -0/+140 |
* | Merge branch 'master' of git://git.denx.de/u-boot-arm | Tom Rini | 2012-10-19 | 13 | -3337/+23 |
|\ |
|
| * | arm: fdt: Relocate fdt along with other data | Simon Glass | 2012-10-19 | 1 | -0/+22 |
| * | dm: Move s3c24xx USB driver to a proper place | Marek Vasut | 2012-10-18 | 4 | -2240/+0 |
| * | dm: wdt: arm: Move tnetv107x into drivers/watchdog/ | Marek Vasut | 2012-10-18 | 2 | -181/+1 |
| * | Remove lh7a40x cpu and serial driver | Albert ARIBAUD | 2012-10-16 | 6 | -916/+0 |
* | | sandbox: Change global data baudrate to int | Simon Glass | 2012-10-19 | 1 | -1/+1 |
* | | x86: Change global data baudrate to int | Simon Glass | 2012-10-19 | 1 | -1/+1 |
* | | nds32: Change global data baudrate to int | Simon Glass | 2012-10-19 | 2 | -2/+2 |
* | | mips: Change global data baudrate to int | Simon Glass | 2012-10-19 | 2 | -2/+2 |
* | | blackfin: Change global data baudrate to int | Simon Glass | 2012-10-19 | 3 | -3/+3 |
* | | arm: Change global data baudrate to int | Simon Glass | 2012-10-19 | 2 | -2/+2 |
* | | sparc: Change bi_baudrate and global data baudrate to int | Simon Glass | 2012-10-19 | 2 | -2/+2 |
* | | powerpc: Change bi_baudrate and global data baudrate to int | Simon Glass | 2012-10-19 | 2 | -2/+2 |
* | | openrisc: Change bi_baudrate and global data baudrate to int | Simon Glass | 2012-10-19 | 2 | -2/+2 |
* | | nios2: Change bi_baudrate and global data baudrate to int | Simon Glass | 2012-10-19 | 2 | -2/+2 |
* | | microblaze: Change bi_baudrate and global data baudrate to int | Simon Glass | 2012-10-19 | 2 | -2/+2 |
* | | m68k: Change bi_baudrate and global data baudrate to int | Simon Glass | 2012-10-19 | 2 | -2/+2 |
* | | avr32: Change bi_baudrate and global data baudrate to int | Simon Glass | 2012-10-19 | 2 | -2/+2 |
* | | sh: Change bi_baudrate and global data baudrate to int | Simon Glass | 2012-10-19 | 2 | -2/+2 |
* | | m68k: Fix unused variable in board.c | Marek Vasut | 2012-10-19 | 1 | -1/+2 |
* | | m68k: Fix unused variable warning in speed.c | Marek Vasut | 2012-10-19 | 1 | -2/+7 |
* | | m68k: Fix unused variable warning | Marek Vasut | 2012-10-19 | 1 | -1/+2 |
* | | m68k: Fix wrong assembler instruction in start.S | Marek Vasut | 2012-10-19 | 4 | -4/+4 |
* | | m68k: Fix relocation errors in start.S | Philippe De Muyter | 2012-10-19 | 1 | -2/+2 |
* | | Merge branch 'master' of git://git.denx.de/u-boot-mips | Tom Rini | 2012-10-17 | 16 | -60/+884 |
|\ \ |
|
| * | | MIPS: add board qemu-mips64 support | Zhi-zhou Zhang | 2012-10-16 | 7 | -0/+802 |
| * | | MIPS: add support for 64 bit addressing | Zhi-zhou Zhang | 2012-10-16 | 3 | -1/+23 |
| * | | MIPS: don't use camel-case style | Zhi-zhou Zhang | 2012-10-16 | 6 | -59/+59 |
| |/ |
|
* | | split AU1X00 specific code from cmd_ide.c | Pavel Herrmann | 2012-10-17 | 2 | -1/+33 |
* | | split mpc8xx hooks from cmd_ide.c | Pavel Herrmann | 2012-10-17 | 3 | -0/+233 |
* | | serial: Use default_serial_puts() in drivers | Marek Vasut | 2012-10-17 | 10 | -80/+10 |
* | | mpc82xx: Remove BMW board port | Stefan Roese | 2012-10-17 | 2 | -9/+4 |
* | | nds32: Change macro from BOARD_LATE_INIT to CONFIG_BOARD_LATE_INIT | Nobuhiro Iwamatsu | 2012-10-17 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'agust@denx.de-next' of git://git.denx.de/u-boot-staging | Tom Rini | 2012-10-15 | 1 | -0/+3 |
|\ |
|
| * | bootstage: Store boot timings in device tree | Simon Glass | 2012-10-02 | 1 | -0/+3 |
* | | mx25: Clean up lowlevel_init | Benoît Thébaudeau | 2012-10-15 | 1 | -22/+65 |
* | | mx31: Fix PDR0_CSI_PODF | Benoît Thébaudeau | 2012-10-15 | 1 | -2/+4 |
* | | mx35: Define MAX and AIPS registers | Benoît Thébaudeau | 2012-10-15 | 2 | -1/+84 |
* | | mx31: Add more CCM access macros | Benoît Thébaudeau | 2012-10-15 | 1 | -0/+10 |
* | | mx5: Optimize lowlevel_init code size | Benoît Thébaudeau | 2012-10-15 | 1 | -53/+59 |
* | | mx25: Fix eSDHC support | Benoît Thébaudeau | 2012-10-15 | 1 | -9/+10 |
* | | mx25: Define cpu_eth_init() only if needed | Benoît Thébaudeau | 2012-10-15 | 1 | -4/+6 |
* | | mx25: Clean up clocks API | Benoît Thébaudeau | 2012-10-15 | 2 | -9/+6 |
* | | mx25 clocks: Fix MXC_FEC_CLK | Benoît Thébaudeau | 2012-10-15 | 2 | -3/+2 |
* | | mx25: Define more standard clocks | Benoît Thébaudeau | 2012-10-15 | 2 | -0/+15 |
* | | mx25: Clean up clock calculations | Benoît Thébaudeau | 2012-10-15 | 1 | -4/+4 |
* | | mx25: Fix decode_pll | Benoît Thébaudeau | 2012-10-15 | 1 | -3/+6 |
* | | mx5/6 clocks: Fix SDHC clocks | Benoît Thébaudeau | 2012-10-15 | 3 | -1/+67 |
* | | mx51: Fix I2C clock ID check | Benoît Thébaudeau | 2012-10-15 | 1 | -1/+5 |