summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeLines
* Introduce a header file for the BIOS emulatorSimon Glass2014-11-25-0/+43
* x86: Add a definition of asmlinkageSimon Glass2014-11-25-0/+3
* x86: config: Enable SPI for chromebook_linkSimon Glass2014-11-25-4/+0
* x86: Add init for model 206AX CPUSimon Glass2014-11-25-0/+1
* x86: config: Enable USB on linkSimon Glass2014-11-25-2/+0
* x86: dts: Add SATA settings for linkSimon Glass2014-11-25-1/+0
* x86: ivybridge: Add SATA initSimon Glass2014-11-25-0/+1
* pci: Add functions to read and write a BAR addressSimon Glass2014-11-25-0/+23
* x86: config: Enable plug-and-play for link PCISimon Glass2014-11-25-0/+3
* rtc: mc146818: Set up RTC at start of daySimon Glass2014-11-25-0/+5
* x86: Remove board_early_init_r()Simon Glass2014-11-25-1/+0
* pci: Update pci_ids.h to include some missing IDsSimon Glass2014-11-25-6/+181
* Fix SIZE_MAX compiler warning when using stdint.hSimon Glass2014-11-25-0/+2
* Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2014-11-24-6/+0
|\
| * ARM: Add arch/arm/cpu/armv7/Kconfig with non-secure and virt optionsHans de Goede2014-11-24-6/+0
* | Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2014-11-24-18/+186
|\ \
| * | cmd_sata: implement sata stop commandNikita Kiryanov2014-11-24-0/+2
| * | sata: implement reset_sata for dwc_ahsataNikita Kiryanov2014-11-24-0/+1
| * | mx6: mx6sabre common: Enable i.MX thermal DM driverYe.Li2014-11-21-1/+6
| * | DM: thermal: Add imx thermal DM driverYe.Li2014-11-21-0/+60
| * | imx: imx6q/dlsabreauto: Add PMIC Pfuze100 supportYe.Li2014-11-20-0/+6
| * | power: pfuze100: Update definitions for buck regulatorsYe.Li2014-11-20-0/+80
| * | imx: mx6sxsabresd: Add board support for USDHC2 and USDHC3Ye.Li2014-11-20-2/+6
| * | tqma6: (cosmetic) remove CONFIG_FLASH_SECTOR_SIZEMarkus Niebel2014-11-20-14/+14
| * | mx6qsabreauto: Add parallel NOR flash supportFabio Estevam2014-11-20-0/+10
| * | imx: mx6slevk: Change default mmcdev to USDHC2 deviceYe.Li2014-11-20-1/+1
* | | Merge git://git.denx.de/u-boot-dmTom Rini2014-11-24-34/+109
|\ \ \
| * | | dm: spi: Use device_bind_driver() instead of our own functionSimon Glass2014-11-22-14/+0
| * | | dm: spi: Correct handling of SPI chip selects in sandboxSimon Glass2014-11-22-0/+10
| * | | dm: Add a function to bind a device by driver nameSimon Glass2014-11-22-0/+13
| * | | dm: core: Add functions to find parent and OF dataSimon Glass2014-11-22-0/+8
| * | | dm: core: Allow access to the device's driver_id dataSimon Glass2014-11-22-0/+11
| * | | dm: Disable dm_warn() in SPLSimon Glass2014-11-21-0/+7
| * | | dm: Allow stdio registration to be droppedSimon Glass2014-11-21-0/+1
| * | | dm: Allow device removal features to be droppedSimon Glass2014-11-21-0/+14
| * | | dm: Split the simple malloc() implementation into its own fileSimon Glass2014-11-21-23/+38
| * | | dm: tegra: Avoid using arch-specific memcpy() in SPLSimon Glass2014-11-21-0/+2
| * | | dm: at91: Convert snapper9260 to use driver modelSimon Glass2014-11-21-1/+8
| * | | dm: at91: Move snapper9260 to generic baordSimon Glass2014-11-21-0/+1
| * | | dm: at91: Correct text base for snapper9260Simon Glass2014-11-21-1/+1
* | | | Merge git://git.denx.de/u-boot-x86Tom Rini2014-11-24-257/+363
|\ \ \ \
| * | | | x86: ivybridge: Implement SDRAM initSimon Glass2014-11-21-1/+6
| * | | | x86: chromebook_link: Enable GPIO supportSimon Glass2014-11-21-3/+1
| * | | | x86: ivybridge: Perform Intel microcode update on bootSimon Glass2014-11-21-0/+1
| * | | | x86: ivybridge: Enable PCI in early initSimon Glass2014-11-21-2/+12
| * | | | x86: Build a .rom file which can be flashed to an x86 machineSimon Glass2014-11-21-0/+2
| * | | | x86: Add chromebook_link boardSimon Glass2014-11-21-0/+60
| * | | | x86: config: Move common x86 configs to a common fileSimon Glass2014-11-21-256/+260
| * | | | dm: gpio: Add a function to read an ID from a list of GPIOsSimon Glass2014-11-21-1/+10
| * | | | dm: serial: Move current serial port pointer to global_dataSimon Glass2014-11-21-0/+1