| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | mtd: nand: Introduce CONFIG_SYS_NAND_BUSWIDTH_16BIT | Fabio Estevam | 2013-04-12 | 1 | -3/+6 |
* | | omap3_beagle: Flush UART3 xmit on enable if TEMT is broken | Manfred Huber | 2013-04-08 | 1 | -8/+0 |
|/ |
|
* | Merge branch 'u-boot-ti/master' into 'u-boot-arm/master' | Albert ARIBAUD | 2013-03-24 | 1 | -0/+4 |
|\ |
|
| * | Allow AM335x MPU core clock speed to be specified in the board config file | Mark Jackson | 2013-03-22 | 1 | -0/+4 |
* | | ARM: implement erratum 716044 workaround | Stephen Warren | 2013-03-22 | 1 | -0/+1 |
|/ |
|
* | Merge branch 'master' of git://git.denx.de/u-boot-arm | Tom Rini | 2013-03-18 | 1 | -0/+29 |
|\ |
|
| * | ARM: implement some Cortex-A9 errata workarounds | Stephen Warren | 2013-03-13 | 1 | -0/+10 |
| * | Merge u-boot/master into u-boot-ti/master | Tom Rini | 2013-03-11 | 1 | -1/+12 |
| |\ |
|
| * | | lcd: implement a callback for splashimage | Nikita Kiryanov | 2013-03-11 | 1 | -0/+11 |
| * | | lcd: add option for board specific splash screen preparation | Nikita Kiryanov | 2013-03-08 | 1 | -0/+8 |
* | | | Add CONFIG_SYS_SYM_OFFSETS to support offset symbols | Simon Glass | 2013-03-15 | 1 | -0/+7 |
* | | | __HAVE_ARCH_GENERIC_BOARD controls availabilty of generic board | Simon Glass | 2013-03-15 | 1 | -0/+10 |
* | | | Feature Removal: disable "mtest" command by default | Wolfgang Denk | 2013-03-11 | 1 | -1/+2 |
| |/
|/| |
|
* | | sandbox: Add 'sb' command to access filesystem features | Simon Glass | 2013-03-04 | 1 | -0/+1 |
* | | sandbox: Add un/map_sysmen() to deal with sandbox's ram_buf | Simon Glass | 2013-02-28 | 1 | -0/+9 |
* | | imls: Add support to list images in NAND device | Vipin Kumar | 2013-02-22 | 1 | -1/+2 |
|/ |
|
* | x86: Remove unused real mode code | Simon Glass | 2013-02-14 | 1 | -5/+0 |
* | x86: Rename CONFIG_NO_X86_RESET_VECTOR to CONFIG_X86_RESET_VECTOR | Simon Glass | 2013-02-14 | 1 | -3/+3 |
* | Merge remote-tracking branch 'mpc83xx/next' | Kim Phillips | 2013-01-16 | 1 | -0/+10 |
|\ |
|
| * | powerpc/mpc83xx: add support for new SPL | Scott Wood | 2012-12-19 | 1 | -0/+6 |
| * | spl: Change PAD_TO to CONFIG_SPL_PAD_TO | Scott Wood | 2012-12-19 | 1 | -0/+4 |
* | | VIDEO: better document the correct use of CONFIG_FB_ADDR | Wolfgang Denk | 2013-01-14 | 1 | -4/+7 |
* | | Merge branch 'master' of git://git.denx.de/u-boot-arm | Tom Rini | 2013-01-11 | 1 | -0/+28 |
|\ \ |
|
| * \ | Merge branch 'u-boot-ti/master' into 'u-boot-arm/master' | Albert ARIBAUD | 2013-01-11 | 1 | -0/+8 |
| |\ \ |
|
| | * | | serial/ns16550: add an option to avoid hanging on broken platforms | Javier Martinez Canillas | 2013-01-10 | 1 | -0/+8 |
| * | | | Add option to display customised memory information | Simon Glass | 2013-01-10 | 1 | -0/+1 |
| * | | | arm: Add CONFIG_DISPLAY_BOARDINFO_LATE to display board info on LCD | Simon Glass | 2013-01-10 | 1 | -0/+5 |
| * | | | Document the CONFIG_DISPLAY_BOARDINFO option | Simon Glass | 2013-01-10 | 1 | -0/+5 |
| * | | | arm: Add CONFIG_DELAY_ENVIRONMENT to delay environment loading | Simon Glass | 2013-01-10 | 1 | -0/+9 |
| |/ / |
|
* | | | Merge branch 'master' of git://git.denx.de/u-boot-arm | Tom Rini | 2012-12-22 | 1 | -1/+15 |
|\ \ \
| |/ / |
|
| * | | Merge remote-tracking branch 'u-boot/master' into u-boot-arm-merged | Allen Martin | 2012-12-19 | 1 | -10/+189 |
| |\ \ |
|
| * | | | lcd: Add CONFIG_CONSOLE_SCROLL_LINES option to speed console | Simon Glass | 2012-11-19 | 1 | -0/+6 |
| * | | | lcd: Add CONFIG_LCD_ALIGNMENT to select frame buffer alignment | Simon Glass | 2012-11-19 | 1 | -0/+10 |
* | | | | spi: Add SPI flash test | Simon Glass | 2012-12-19 | 1 | -0/+5 |
| |/ /
|/| | |
|
* | | | powerpc: remove not used CONFIG_SYS_TFTP_LOADADDR | trem | 2012-12-15 | 1 | -3/+0 |
| |/
|/| |
|
* | | env: Add support for access control to .flags | Joe Hershberger | 2012-12-13 | 1 | -1/+12 |
* | | env: Add a command to display details about env flags | Joe Hershberger | 2012-12-13 | 1 | -0/+1 |
* | | env: Add environment variable flags | Joe Hershberger | 2012-12-13 | 1 | -0/+37 |
* | | env: Add a command to view callbacks | Joe Hershberger | 2012-12-13 | 1 | -0/+1 |
* | | env: Add support for callbacks to environment vars | Joe Hershberger | 2012-12-13 | 1 | -0/+30 |
* | | edid: Add I2C command for printing the EDID | Tom Wai-Hong Tam | 2012-12-11 | 1 | -0/+5 |
* | | Add hash command to perform hashing using various algorithms | Simon Glass | 2012-12-11 | 1 | -0/+18 |
* | | Add a command to read raw blocks from a partition | Kenneth Waters | 2012-12-11 | 1 | -0/+1 |
* | | Add gettime command | Anton Staaf | 2012-12-11 | 1 | -0/+1 |
* | | Merge branch 'master' of git://git.denx.de/u-boot-x86 | Tom Rini | 2012-12-07 | 1 | -0/+15 |
|\ \ |
|
| * | | x86: Build vga video code only if CONFIG_VIDEO_VGA is defined | Simon Glass | 2012-12-06 | 1 | -0/+7 |
| * | | Introduce arch_phys_memset which works like memset but on physical memory | Gabe Black | 2012-12-06 | 1 | -0/+8 |
* | | | README: Explain how to generate the CHANGELOG file. | Robert P. J. Day | 2012-12-06 | 1 | -0/+5 |
|/ / |
|
* | | x86: Allow compiling out realmode/bios code | Gabe Black | 2012-11-30 | 1 | -0/+6 |
* | | x86: Allow excluding reset vector code from u-boot | Gabe Black | 2012-11-28 | 1 | -0/+4 |