aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-11-16configs: Enable THUMB2 on various ARM boardsTom Rini
2018-11-16Merge tag 'pull-14nov18' of git://git.denx.de/u-boot-dmTom Rini
2018-11-15travis: Ensure we use pytest 2.8.7Tom Rini
2018-11-14Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini
2018-11-14Revert "imx8qxp_mek: Disable CONFIG_DISPLAY_CPUINFO"Bin Meng
2018-11-14cpu: sandbox: Add "u-boot, dm-pre-reloc" for all cpu nodesBin Meng
2018-11-14cpu: Add DM_FLAG_PRE_RELOC flag to various cpu driversBin Meng
2018-11-14dm: doc: Update description of pre-relocation supportBin Meng
2018-11-14watchdog: Remove DM_FLAG_PRE_RELOC flag in various driversBin Meng
2018-11-14video: simplefb: Remove DM_FLAG_PRE_RELOC flagBin Meng
2018-11-14sysreset: Remove DM_FLAG_PRE_RELOC flag in various driversBin Meng
2018-11-14serial: Remove DM_FLAG_PRE_RELOC flag in various driversBin Meng
2018-11-14timer: Remove DM_FLAG_PRE_RELOC flag in various driversBin Meng
2018-11-14ram: bmips: Remove DM_FLAG_PRE_RELOC flagBin Meng
2018-11-14pinctrl: Remove DM_FLAG_PRE_RELOC flag in various driversBin Meng
2018-11-14mmc: omap: Surround DM_FLAG_PRE_RELOC flag with OF_CONTROL checkBin Meng
2018-11-14i2c: omap24xx: Surround DM_FLAG_PRE_RELOC flag with OF_CONTROL checkBin Meng
2018-11-14gpio: Remove DM_FLAG_PRE_RELOC flag in various driversBin Meng
2018-11-14clk: Remove DM_FLAG_PRE_RELOC flag in various driversBin Meng
2018-11-14arm: stm32mp: Remove DM_FLAG_PRE_RELOC flagBin Meng
2018-11-14serial: ns16550: fix debug uart putc called before initSimon Goldschmidt
2018-11-14uclass: Use uclass_foreach_dev() macro instead of open codingLiviu Dudau
2018-11-14doc: Document virtio supportBin Meng
2018-11-14test: dm: virtio: Add test cases for virtio uclassBin Meng
2018-11-14virtio: Add a Sandbox transport driverBin Meng
2018-11-14virtio: net: Support non-legacy deviceBin Meng
2018-11-14virtio: pci: Support non-legacy PCI transport deviceBin Meng
2018-11-14test: dm: pci: Add cases for finding next PCI capability APIsBin Meng
2018-11-14dm: pci: Add APIs to find next capability and extended capabilityBin Meng
2018-11-14x86: qemu: Imply virtio PCI transport and device driversBin Meng
2018-11-14arm: qemu: Enumerate virtio bus during early bootBin Meng
2018-11-14arm: qemu: Add a Kconfig in the board directoryBin Meng
2018-11-14virtio: Add virtio over pci transport driverBin Meng
2018-11-14x86: Implement arch-specific io accessor routinesBin Meng
2018-11-14kconfig: Introduce HAVE_ARCH_IOMAPBin Meng
2018-11-14riscv: qemu: Include some useful commandsBin Meng
2018-11-14riscv: qemu: Enumerate virtio bus during early bootBin Meng
2018-11-14virtio: cmd: Add virtio command for virtio devicesTuomas Tynkkynen
2018-11-14virtio: Add block driver supportTuomas Tynkkynen
2018-11-14blk: Introduce IF_TYPE_VIRTIOTuomas Tynkkynen
2018-11-14blk: Make blk_next_free_devnum() publicBin Meng
2018-11-14blk: Drop blk_prepare_device()Bin Meng
2018-11-14blk: Call part_init() in the post_probe() methodBin Meng
2018-11-14efi_driver: blk: Switch to use platdata_auto_alloc_size for the driver dataBin Meng
2018-11-14sandbox: blk: Switch to use platdata_auto_alloc_size for the driver dataBin Meng
2018-11-14test: dm: blk: Correct blk_base test caseBin Meng
2018-11-14virtio: Add net driver supportTuomas Tynkkynen
2018-11-14virtio: Add virtio over mmio transport driverBin Meng
2018-11-14virtio: Add codes for virtual queue/ring managementTuomas Tynkkynen
2018-11-14dm: Add a new uclass driver for VirtIO transport devicesBin Meng