| Commit message (Expand) | Author | Age | Lines |
... | |
| * | x86: Add an option to enabling building a ROM file | Simon Glass | 2015-02-05 | -6/+9 |
| * | usb: pci: Add XHCI driver for PCI | Simon Glass | 2015-02-05 | -0/+61 |
| * | usb: pci: Use pci_find_class() to find the device | Simon Glass | 2015-02-05 | -52/+1 |
| * | x86: video: Enable video for Minnowboard Max | Simon Glass | 2015-02-05 | -0/+1 |
| * | x86: pci: Add PCI IDs for Minnowboard Max | Simon Glass | 2015-02-05 | -0/+5 |
| * | pci: Add a function to find a device by class | Simon Glass | 2015-02-05 | -2/+44 |
| * | x86: Enhance the microcode tool to support header files as input | Simon Glass | 2015-02-05 | -20/+70 |
* | | Merge branch 'master' of git://git.denx.de/u-boot-atmel | Tom Rini | 2015-02-10 | -431/+518 |
|\ \ |
|
| * | | arm, at91: taurus remove MACH_TYPE definitions in config file | Heiko Schocher | 2015-02-07 | -3/+0 |
| * | | arm, at91: add reset controller status register | Heiko Schocher | 2015-02-07 | -0/+2 |
| * | | arm, at91, taurus: enable WDT | Heiko Schocher | 2015-02-07 | -0/+6 |
| * | | arm, at91, wdt: make timeout configurable | Heiko Schocher | 2015-02-07 | -0/+7 |
| * | | common/board_f: add at91 wdt | Heiko Schocher | 2015-02-07 | -1/+1 |
| * | | arm, at91, wdt: do not disable WDT in SPL | Heiko Schocher | 2015-02-07 | -0/+4 |
| * | | ARM: at91: at91sam9x5: save environment to a FAT file in MMC card | Wu, Josh | 2015-02-07 | -5/+6 |
| * | | ARM: at91: sama5d3xek: save enviroment as a FAT file in MMC card | Wu, Josh | 2015-02-07 | -4/+6 |
| * | | ARM: at91: sama5d3_xplained: save environment in a FAT file in MMC card | Wu, Josh | 2015-02-07 | -4/+5 |
| * | | ARM: at91: mmc portA support is only for at91sam9g20ek_2mmc board | Wu, Josh | 2015-02-07 | -5/+7 |
| * | | mtd: atmel_nand: according to pmecc version to perform 0xff page correction | Wu, Josh | 2015-02-07 | -0/+29 |
| * | | ARM: atmel: cleanup: remove at91cap9 related code | Bo Shen | 2015-02-07 | -408/+4 |
| * | | ARM: atmel: sama5d4_xplained: enable spl support | Bo Shen | 2015-02-07 | -0/+145 |
| * | | ARM: atmel: sama5d4ek: enable SPL support | Bo Shen | 2015-02-07 | -0/+145 |
| * | | ARM: atmel: sama5d4: build related file when enable SPL | Bo Shen | 2015-02-07 | -0/+1 |
| * | | ARM: atmel: sama5d4: can access DDR in interleave mode | Bo Shen | 2015-02-07 | -1/+1 |
| * | | ARM: atmel: sama5d4: add interrupt redirect function | Bo Shen | 2015-02-07 | -0/+12 |
| * | | ARM: atmel: sama5d4: add bus matrix init function | Bo Shen | 2015-02-07 | -0/+35 |
| * | | ARM: atmel: sama5d4: add matrix1 base addr definition | Bo Shen | 2015-02-07 | -0/+2 |
| * | | ARM: atmel: spl: can not disable osc for sama5d4 | Bo Shen | 2015-02-07 | -0/+2 |
| * | | ARM: atmel: spl: add saic to aic redirect function | Bo Shen | 2015-02-07 | -0/+8 |
| * | | ARM: atmel: spl: add weak bus matrix init function | Bo Shen | 2015-02-07 | -0/+7 |
| * | | ARM: atmel: sama5: add sfr register header file | Bo Shen | 2015-02-07 | -0/+38 |
| * | | ARM: atmel: sama5: add bus matrix header file | Bo Shen | 2015-02-07 | -0/+37 |
| * | | ARM: atmel: clock: make it possible to configure HMX32 | Bo Shen | 2015-02-07 | -0/+8 |
| |/ |
|
* | | Merge branch 'master' of git://git.denx.de/u-boot-video | Tom Rini | 2015-02-10 | -546/+575 |
|\ \ |
|
| * | | lcd: split splash code into its own function | Nikita Kiryanov | 2015-02-10 | -31/+48 |
| * | | lcd: dt: extract simplefb support | Nikita Kiryanov | 2015-02-10 | -53/+75 |
| * | | lcd: rename bitmap_plot to better represent its functionality | Nikita Kiryanov | 2015-02-10 | -3/+3 |
| * | | lcd: various cleanups | Nikita Kiryanov | 2015-02-10 | -143/+49 |
| * | | lcd: remove unused includes | Nikita Kiryanov | 2015-02-10 | -18/+0 |
| * | | lcd: introduce lcd_set_cmap | Nikita Kiryanov | 2015-02-10 | -24/+33 |
| * | | lcd: logo: move generic cmap setting to lcd_logo_set_cmap() | Nikita Kiryanov | 2015-02-10 | -21/+7 |
| * | | lcd: mpc823: move mpc823-specific lcd_logo_set_cmap code to mpc8xx_lcd.c | Nikita Kiryanov | 2015-02-10 | -9/+16 |
| * | | lcd: atmel: introduce lcd_logo_set_cmap | Nikita Kiryanov | 2015-02-10 | -21/+34 |
| * | | lcd: mpc8xx: move mpc823-specific fb_put_byte to mpc8xx_lcd.c | Nikita Kiryanov | 2015-02-10 | -6/+12 |
| * | | lcd: atmel: move atmel-specific fb_put_word to atmel_lcdfb | Nikita Kiryanov | 2015-02-10 | -10/+10 |
| * | | lcd: split configuration_get_cmap | Nikita Kiryanov | 2015-02-10 | -19/+47 |
| * | | lcd: move platform-specific structs to their own headers | Nikita Kiryanov | 2015-02-10 | -196/+247 |
| |/ |
|
* | | Merge branch 'master' of git://www.denx.de/git/u-boot-imx | Tom Rini | 2015-02-10 | -329/+2863 |
|\ \ |
|
| * | | mx53loco: Fix boot hang during reboot stress test | Fabio Estevam | 2015-02-10 | -1/+2 |
| * | | arm: mxs: Add 'Wait for JTAG user' if booted in JTAG mode | Graeme Russ | 2015-02-10 | -0/+22 |