Age | Commit message (Expand) | Author |
2014-11-25 | pci: Add functions to read and write a BAR address | Simon Glass |
2014-11-25 | x86: config: Enable plug-and-play for link PCI | Simon Glass |
2014-11-25 | rtc: mc146818: Set up RTC at start of day | Simon Glass |
2014-11-25 | x86: Remove board_early_init_r() | Simon Glass |
2014-11-25 | pci: Update pci_ids.h to include some missing IDs | Simon Glass |
2014-11-25 | Fix SIZE_MAX compiler warning when using stdint.h | Simon Glass |
2014-11-24 | Merge branch 'master' of git://git.denx.de/u-boot-arm | Tom Rini |
2014-11-24 | Merge branch 'master' of git://www.denx.de/git/u-boot-imx | Tom Rini |
2014-11-24 | Merge git://git.denx.de/u-boot-dm | Tom Rini |
2014-11-24 | Merge git://git.denx.de/u-boot-x86 | Tom Rini |
2014-11-24 | cmd_sata: implement sata stop command | Nikita Kiryanov |
2014-11-24 | sata: implement reset_sata for dwc_ahsata | Nikita Kiryanov |
2014-11-24 | ARM: Add arch/arm/cpu/armv7/Kconfig with non-secure and virt options | Hans de Goede |
2014-11-23 | fs: API changes enabling extra parameter to return size of type loff_t | Suriyan Ramasami |
2014-11-23 | sandbox: Prepare API change for files greater than 2GB | Suriyan Ramasami |
2014-11-23 | ext4: Prepare API change for files greater than 2GB | Suriyan Ramasami |
2014-11-23 | fat: Prepare API change for files greater than 2GB | Suriyan Ramasami |
2014-11-23 | sandbox: Use md5sum and fatwrite to enable testing of fs commands | Suriyan Ramasami |
2014-11-23 | config: remove redundant CONFIG_SYS_PROMPT defines | Masahiro Yamada |
2014-11-23 | Add pr_fmt() macro | Thierry Reding |
2014-11-23 | pci: Honour pci_skip_dev() | Thierry Reding |
2014-11-23 | fs: make it possible to read the filesystem UUID | Christian Gmeiner |
2014-11-23 | linux/kernel.h: sync min, max, min3, max3 macros with Linux | Masahiro Yamada |
2014-11-22 | dm: spi: Use device_bind_driver() instead of our own function | Simon Glass |
2014-11-22 | dm: spi: Correct handling of SPI chip selects in sandbox | Simon Glass |
2014-11-22 | dm: Add a function to bind a device by driver name | Simon Glass |
2014-11-22 | dm: core: Add functions to find parent and OF data | Simon Glass |
2014-11-22 | dm: core: Allow access to the device's driver_id data | Simon Glass |
2014-11-21 | mx6: mx6sabre common: Enable i.MX thermal DM driver | Ye.Li |
2014-11-21 | DM: thermal: Add imx thermal DM driver | Ye.Li |
2014-11-21 | dm: Disable dm_warn() in SPL | Simon Glass |
2014-11-21 | dm: Allow stdio registration to be dropped | Simon Glass |
2014-11-21 | dm: Allow device removal features to be dropped | Simon Glass |
2014-11-21 | dm: Split the simple malloc() implementation into its own file | Simon Glass |
2014-11-21 | dm: tegra: Avoid using arch-specific memcpy() in SPL | Simon Glass |
2014-11-21 | dm: at91: Convert snapper9260 to use driver model | Simon Glass |
2014-11-21 | dm: at91: Move snapper9260 to generic baord | Simon Glass |
2014-11-21 | dm: at91: Correct text base for snapper9260 | Simon Glass |
2014-11-21 | x86: ivybridge: Implement SDRAM init | Simon Glass |
2014-11-21 | x86: chromebook_link: Enable GPIO support | Simon Glass |
2014-11-21 | x86: ivybridge: Perform Intel microcode update on boot | Simon Glass |
2014-11-21 | x86: ivybridge: Enable PCI in early init | Simon Glass |
2014-11-21 | x86: Build a .rom file which can be flashed to an x86 machine | Simon Glass |
2014-11-21 | x86: Add chromebook_link board | Simon Glass |
2014-11-21 | x86: config: Move common x86 configs to a common file | Simon Glass |
2014-11-21 | dm: gpio: Add a function to read an ID from a list of GPIOs | Simon Glass |
2014-11-21 | dm: serial: Move current serial port pointer to global_data | Simon Glass |
2014-11-21 | fdt: Add a function to decode a variable-sized u32 array | Simon Glass |
2014-11-20 | linux/kernel.h: add typechecking to roundup macro | Masahiro Yamada |
2014-11-20 | linux/kernel.h: import more macros | Masahiro Yamada |