2014-11-25 |
Simon Glass | x86: Add initial video device init for Intel GMA |
tree | commitdiff |
2014-11-25 |
Simon Glass | pci: Add general support for execution of video ROMs |
tree | commitdiff |
2014-11-25 |
Simon Glass | Add support for Vesa BIOS extensions |
tree | commitdiff |
2014-11-25 |
Simon Glass | Introduce a header file for the BIOS emulator |
tree | commitdiff |
2014-11-25 |
Simon Glass | x86: Add a definition of asmlinkage |
tree | commitdiff |
2014-11-25 |
Simon Glass | x86: config: Enable SPI for chromebook_link |
tree | commitdiff |
2014-11-25 |
Simon Glass | x86: Add init for model 206AX CPU |
tree | commitdiff |
2014-11-25 |
Simon Glass | x86: config: Enable USB on link |
tree | commitdiff |
2014-11-25 |
Simon Glass | x86: dts: Add SATA settings for link |
tree | commitdiff |
2014-11-25 |
Simon Glass | x86: ivybridge: Add SATA init |
tree | commitdiff |
2014-11-25 |
Simon Glass | pci: Add functions to read and write a BAR address |
tree | commitdiff |
2014-11-25 |
Simon Glass | x86: config: Enable plug-and-play for link PCI |
tree | commitdiff |
2014-11-25 |
Simon Glass | rtc: mc146818: Set up RTC at start of day |
tree | commitdiff |
2014-11-25 |
Simon Glass | x86: Remove board_early_init_r() |
tree | commitdiff |
2014-11-25 |
Simon Glass | pci: Update pci_ids.h to include some missing IDs |
tree | commitdiff |
2014-11-25 |
Simon Glass | Fix SIZE_MAX compiler warning when using stdint.h |
tree | commitdiff |
2014-11-24 |
Tom Rini | Merge branch 'master' of git://git.denx.de/u-boot-arm |
tree | commitdiff |
2014-11-24 |
Tom Rini | Merge branch 'master' of git://www.denx.de/git/u-boot-imx |
tree | commitdiff |
2014-11-24 |
Tom Rini | Merge git://git.denx.de/u-boot-dm |
tree | commitdiff |
2014-11-24 |
Tom Rini | Merge git://git.denx.de/u-boot-x86 |
tree | commitdiff |
2014-11-24 |
Nikita Kiryanov | cmd_sata: implement sata stop command |
tree | commitdiff |
2014-11-24 |
Nikita Kiryanov | sata: implement reset_sata for dwc_ahsata |
tree | commitdiff |
2014-11-24 |
Hans de Goede | ARM: Add arch/arm/cpu/armv7/Kconfig with non-secure... |
tree | commitdiff |
2014-11-23 |
Suriyan Ramasami | fs: API changes enabling extra parameter to return... |
tree | commitdiff |
2014-11-23 |
Suriyan Ramasami | sandbox: Prepare API change for files greater than 2GB |
tree | commitdiff |
2014-11-23 |
Suriyan Ramasami | ext4: Prepare API change for files greater than 2GB |
tree | commitdiff |
2014-11-23 |
Suriyan Ramasami | fat: Prepare API change for files greater than 2GB |
tree | commitdiff |
2014-11-23 |
Suriyan Ramasami | sandbox: Use md5sum and fatwrite to enable testing... |
tree | commitdiff |
2014-11-23 |
Masahiro Yamada | config: remove redundant CONFIG_SYS_PROMPT defines |
tree | commitdiff |
2014-11-23 |
Thierry Reding | Add pr_fmt() macro |
tree | commitdiff |
2014-11-23 |
Thierry Reding | pci: Honour pci_skip_dev() |
tree | commitdiff |
2014-11-23 |
Christian Gmeiner | fs: make it possible to read the filesystem UUID |
tree | commitdiff |
2014-11-23 |
Masahiro Yamada | linux/kernel.h: sync min, max, min3, max3 macros with... |
tree | commitdiff |
2014-11-22 |
Simon Glass | dm: spi: Use device_bind_driver() instead of our own... |
tree | commitdiff |
2014-11-22 |
Simon Glass | dm: spi: Correct handling of SPI chip selects in sandbox |
tree | commitdiff |
2014-11-22 |
Simon Glass | dm: Add a function to bind a device by driver name |
tree | commitdiff |
2014-11-22 |
Simon Glass | dm: core: Add functions to find parent and OF data |
tree | commitdiff |
2014-11-22 |
Simon Glass | dm: core: Allow access to the device's driver_id data |
tree | commitdiff |
2014-11-21 |
Ye.Li | mx6: mx6sabre common: Enable i.MX thermal DM driver |
tree | commitdiff |
2014-11-21 |
Ye.Li | DM: thermal: Add imx thermal DM driver |
tree | commitdiff |
2014-11-21 |
Simon Glass | dm: Disable dm_warn() in SPL |
tree | commitdiff |
2014-11-21 |
Simon Glass | dm: Allow stdio registration to be dropped |
tree | commitdiff |
2014-11-21 |
Simon Glass | dm: Allow device removal features to be dropped |
tree | commitdiff |
2014-11-21 |
Simon Glass | dm: Split the simple malloc() implementation into its... |
tree | commitdiff |
2014-11-21 |
Simon Glass | dm: tegra: Avoid using arch-specific memcpy() in SPL |
tree | commitdiff |
2014-11-21 |
Simon Glass | dm: at91: Convert snapper9260 to use driver model |
tree | commitdiff |
2014-11-21 |
Simon Glass | dm: at91: Move snapper9260 to generic baord |
tree | commitdiff |
2014-11-21 |
Simon Glass | dm: at91: Correct text base for snapper9260 |
tree | commitdiff |
2014-11-21 |
Simon Glass | x86: ivybridge: Implement SDRAM init |
tree | commitdiff |
2014-11-21 |
Simon Glass | x86: chromebook_link: Enable GPIO support |
tree | commitdiff |
2014-11-21 |
Simon Glass | x86: ivybridge: Perform Intel microcode update on boot |
tree | commitdiff |
2014-11-21 |
Simon Glass | x86: ivybridge: Enable PCI in early init |
tree | commitdiff |
2014-11-21 |
Simon Glass | x86: Build a .rom file which can be flashed to an x86... |
tree | commitdiff |
2014-11-21 |
Simon Glass | x86: Add chromebook_link board |
tree | commitdiff |
2014-11-21 |
Simon Glass | x86: config: Move common x86 configs to a common file |
tree | commitdiff |
2014-11-21 |
Simon Glass | dm: gpio: Add a function to read an ID from a list... |
tree | commitdiff |
2014-11-21 |
Simon Glass | dm: serial: Move current serial port pointer to global_data |
tree | commitdiff |
2014-11-21 |
Simon Glass | fdt: Add a function to decode a variable-sized u32... |
tree | commitdiff |
2014-11-20 |
Masahiro Yamada | linux/kernel.h: add typechecking to roundup macro |
tree | commitdiff |
2014-11-20 |
Masahiro Yamada | linux/kernel.h: import more macros |
tree | commitdiff |
2014-11-20 |
Masahiro Yamada | include: move various macros to include/linux/kernel.h |
tree | commitdiff |
2014-11-20 |
Masahiro Yamada | include/common.h: remove DIV_ROUND definition |
tree | commitdiff |
2014-11-20 |
Masahiro Yamada | ARM: remove CONFIG_ARM1136 defines |
tree | commitdiff |
2014-11-20 |
Masahiro Yamada | ARM: remove CONFIG_ARM926EJS defines |
tree | commitdiff |
2014-11-20 |
Masahiro Yamada | ARM: remove CONFIG_ARM920T defines |
tree | commitdiff |
2014-11-20 |
Masahiro Yamada | ARM: remove CONFIG_ARM1176 defines |
tree | commitdiff |
2014-11-20 |
Masahiro Yamada | ARM: remove CONFIG_ARMV7 defines |
tree | commitdiff |
2014-11-20 |
Ye.Li | imx: imx6q/dlsabreauto: Add PMIC Pfuze100 support |
tree | commitdiff |
2014-11-20 |
Ye.Li | power: pfuze100: Update definitions for buck regulators |
tree | commitdiff |
2014-11-20 |
Ye.Li | imx: mx6sxsabresd: Add board support for USDHC2 and... |
tree | commitdiff |
2014-11-20 |
Markus Niebel | tqma6: (cosmetic) remove CONFIG_FLASH_SECTOR_SIZE |
tree | commitdiff |
2014-11-20 |
Fabio Estevam | mx6qsabreauto: Add parallel NOR flash support |
tree | commitdiff |
2014-11-20 |
Ye.Li | imx: mx6slevk: Change default mmcdev to USDHC2 device |
tree | commitdiff |
2014-11-20 |
Tom Rini | Merge branch 'master' of git://git.denx.de/u-boot-ubi |
tree | commitdiff |
2014-11-20 |
Tom Rini | Merge branch 'master' of git://git.denx.de/u-boot-i2c |
tree | commitdiff |
2014-11-20 |
Tom Rini | Merge branch 'master' of git://git.denx.de/u-boot-mpc5xxx |
tree | commitdiff |
2014-11-19 |
Stefan Roese | powerpc: mpc52xx: a3m071/a4m2k: Convert to generic... |
tree | commitdiff |
2014-11-19 |
Stefan Roese | powerpc: mpc52xx: a4m072: Convert to generic board |
tree | commitdiff |
2014-11-19 |
Dirk Eibach | mpc83xx: Add gdsys hrcon board |
tree | commitdiff |
2014-11-19 |
Dirk Eibach | mtd: Handle 29LV800BT |
tree | commitdiff |
2014-11-19 |
Dirk Eibach | board: dlvision: Reduce memory footprint |
tree | commitdiff |
2014-11-19 |
Andrew Ruder | ubi: enable error reporting in initialization |
tree | commitdiff |
2014-11-17 |
Bo Shen | ARM: atmel: add sama5d4 xplained ultra board support |
tree | commitdiff |
2014-11-17 |
Bo Shen | ARM: atmel: add sama5d4ek board support |
tree | commitdiff |
2014-11-17 |
Heiko Schocher | arm, spl, at91: add spl support for the corvus board |
tree | commitdiff |
2014-11-17 |
Heiko Schocher | arm, at91, spl: add spl support for the taurus board |
tree | commitdiff |
2014-11-17 |
Heiko Schocher | spl, nand, atmel_nand: add erase one block function |
tree | commitdiff |
2014-11-17 |
Heiko Schocher | spl, nand: add option to boot raw u-boot.bin image... |
tree | commitdiff |
2014-11-17 |
Heiko Schocher | arm, at91: add spi dataflash support for the taurus... |
tree | commitdiff |
2014-11-17 |
Heiko Schocher | spi, atmel: move CONFIG_SYS_SPI_WRITE_TOUT into common... |
tree | commitdiff |
2014-11-17 |
Bo Shen | ARM: at91 series: convert to generic board |
tree | commitdiff |
2014-11-17 |
Tom Rini | Merge branch 'master' of git://git.denx.de/u-boot-sh |
tree | commitdiff |
2014-11-17 |
Tom Rini | Merge branch 'rmobile' of git://git.denx.de/u-boot-sh |
tree | commitdiff |
2014-11-17 |
Scott Jiang | blackfin: convert to use CONFIG_SYS_I2C framework |
tree | commitdiff |
2014-11-17 |
Scott Jiang | blackfin: rename bfin-twi_i2c driver to adi_i2c |
tree | commitdiff |
2014-11-17 |
Nobuhiro Iwamatsu | arm: rmobile: replacement of common parts of config... |
tree | commitdiff |
2014-11-17 |
Nobuhiro Iwamatsu | arm: rmobile: configs: Collect up common part of config... |
tree | commitdiff |
2014-11-17 |
Nobuhiro Iwamatsu | sh: Move SH_32BIT to Kconfig |
tree | commitdiff |
2014-11-14 |
Tom Rini | Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx |
tree | commitdiff |
2014-11-14 |
Tom Rini | Merge branch 'master' of git://git.denx.de/u-boot-video |
tree | commitdiff |
next |