| Commit message (Expand) | Author | Age | Lines |
* | sparc: Change bi_baudrate and global data baudrate to int | Simon Glass | 2012-10-19 | -1/+1 |
* | powerpc: Change bi_baudrate and global data baudrate to int | Simon Glass | 2012-10-19 | -1/+1 |
* | openrisc: Change bi_baudrate and global data baudrate to int | Simon Glass | 2012-10-19 | -1/+1 |
* | nios2: Change bi_baudrate and global data baudrate to int | Simon Glass | 2012-10-19 | -1/+1 |
* | microblaze: Change bi_baudrate and global data baudrate to int | Simon Glass | 2012-10-19 | -1/+1 |
* | m68k: Change bi_baudrate and global data baudrate to int | Simon Glass | 2012-10-19 | -1/+1 |
* | avr32: Change bi_baudrate and global data baudrate to int | Simon Glass | 2012-10-19 | -1/+1 |
* | sh: Change bi_baudrate and global data baudrate to int | Simon Glass | 2012-10-19 | -1/+1 |
* | env: cosmetic: Consilidate the default env definition | Joe Hershberger | 2012-10-19 | -197/+4 |
* | Merge branch 'master' of git://git.denx.de/u-boot-i2c | Tom Rini | 2012-10-17 | -4/+66 |
|\ |
|
| * | i2c_probe: update for use in scripting | Eric Nelson | 2012-10-16 | -4/+16 |
| * | common/i2c: Add i2c write command | York Sun | 2012-10-16 | -0/+50 |
* | | remove unnecessary includes from cmd_ide.c | Pavel Herrmann | 2012-10-17 | -8/+0 |
* | | split PCS440EP specific code from cmd_ide.c | Pavel Herrmann | 2012-10-17 | -18/+0 |
* | | split AU1X00 specific code from cmd_ide.c | Pavel Herrmann | 2012-10-17 | -3/+2 |
* | | make ide_led() a weak alias | Pavel Herrmann | 2012-10-17 | -36/+27 |
* | | split CPC45 board-specific IDE functions from cmd_ide.c | Pavel Herrmann | 2012-10-17 | -91/+0 |
* | | change all versions of input_data() and output_data() to global weak aliases | Pavel Herrmann | 2012-10-17 | -20/+37 |
* | | split IVM power hooks from cmd_ide.c | Pavel Herrmann | 2012-10-17 | -48/+0 |
* | | split mpc8xx hooks from cmd_ide.c | Pavel Herrmann | 2012-10-17 | -183/+7 |
* | | remove CONFIG_SC3 from cmd_ide.c | Pavel Herrmann | 2012-10-17 | -7/+0 |
|/ |
|
* | Merge branch 'agust@denx.de-next' of git://git.denx.de/u-boot-staging | Tom Rini | 2012-10-15 | -19/+404 |
|\ |
|
| * | bootstage: Add bootstage command | Simon Glass | 2012-10-03 | -0/+117 |
| * | bootstage: Add feature to stash/unstash bootstage info | Simon Glass | 2012-10-03 | -0/+159 |
| * | bootstage: Store boot timings in device tree | Simon Glass | 2012-10-02 | -6/+89 |
| * | bootstage: Add time accumulation feature | Simon Glass | 2012-10-02 | -3/+33 |
| * | bootstage: Export bootstage_add_record() function | Simon Glass | 2012-10-02 | -10/+6 |
* | | env: Check for NULL pointer in envmatch() | Joe Hershberger | 2012-10-15 | -0/+3 |
* | | common: cmd_bdinfo: fix type of value in print_lnum | Daniel Schwierzeck | 2012-10-15 | -1/+1 |
* | | usb: add support for multiple usb controllers | Lucas Stach | 2012-10-15 | -55/+69 |
* | | usb: lowlevel interface change to support multiple controllers | Lucas Stach | 2012-10-15 | -5/+7 |
* | | serial: Remove CONFIG_SERIAL_MULTI from remaining sources | Marek Vasut | 2012-10-15 | -10/+2 |
* | | serial: Move common/serial.c to drivers/serial/ | Marek Vasut | 2012-10-15 | -355/+0 |
* | | serial: Use puts() and hang() instead of panic() in SPL | Marek Vasut | 2012-10-15 | -2/+8 |
* | | serial: sh: Implement CONFIG_SERIAL_MULTI into sh serial driver | Marek Vasut | 2012-10-15 | -0/+2 |
* | | serial: arm: Implement CONFIG_SERIAL_MULTI into sa1100 serial driver | Marek Vasut | 2012-10-15 | -0/+2 |
* | | serial: arm: Implement CONFIG_SERIAL_MULTI into s3c44b0 serial driver | Marek Vasut | 2012-10-15 | -0/+2 |
* | | serial: arm: Implement CONFIG_SERIAL_MULTI into pl01x serial driver | Marek Vasut | 2012-10-15 | -0/+2 |
* | | serial: arm: Implement CONFIG_SERIAL_MULTI into netarm serial driver | Marek Vasut | 2012-10-15 | -0/+2 |
* | | serial: arm: Implement CONFIG_SERIAL_MULTI into mxc serial driver | Marek Vasut | 2012-10-15 | -0/+2 |
* | | serial: Implement CONFIG_SERIAL_MULTI into max3100 serial driver | Marek Vasut | 2012-10-15 | -0/+2 |
* | | serial: arm: Implement CONFIG_SERIAL_MULTI into lpc2292 serial driver | Marek Vasut | 2012-10-15 | -0/+2 |
* | | serial: arm: Implement CONFIG_SERIAL_MULTI into lh7a40x serial driver | Marek Vasut | 2012-10-15 | -0/+2 |
* | | serial: arm: Implement CONFIG_SERIAL_MULTI into ks8695 serial driver | Marek Vasut | 2012-10-15 | -0/+2 |
* | | serial: arm: Implement CONFIG_SERIAL_MULTI into ixp serial driver | Marek Vasut | 2012-10-15 | -0/+2 |
* | | serial: arm: Implement CONFIG_SERIAL_MULTI into imx serial driver | Marek Vasut | 2012-10-15 | -0/+2 |
* | | serial: arm: Implement CONFIG_SERIAL_MULTI into clps7111 serial driver | Marek Vasut | 2012-10-15 | -0/+2 |
* | | serial: sandbox: Implement CONFIG_SERIAL_MULTI into sandbox serial driver | Marek Vasut | 2012-10-15 | -0/+2 |
* | | serial: arm: Implement CONFIG_SERIAL_MULTI into s3c64xx serial driver | Marek Vasut | 2012-10-15 | -0/+2 |
* | | serial: arm: Implement CONFIG_SERIAL_MULTI into s3c4510b serial driver | Marek Vasut | 2012-10-15 | -0/+2 |