index
:
u-boot.git
fedora
master
Unnamed repository; edit this file 'description' to name the repository.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
configs: Enable THUMB2 on various ARM boards
Tom Rini
2018-11-16
4
-0
/
+4
|
/
*
Merge tag 'pull-14nov18' of git://git.denx.de/u-boot-dm
Tom Rini
2018-11-16
171
-343
/
+7486
|
\
|
*
Revert "imx8qxp_mek: Disable CONFIG_DISPLAY_CPUINFO"
Bin Meng
2018-11-14
1
-1
/
+0
|
*
cpu: sandbox: Add "u-boot, dm-pre-reloc" for all cpu nodes
Bin Meng
2018-11-14
1
-0
/
+3
|
*
cpu: Add DM_FLAG_PRE_RELOC flag to various cpu drivers
Bin Meng
2018-11-14
4
-0
/
+4
|
*
dm: doc: Update description of pre-relocation support
Bin Meng
2018-11-14
1
-4
/
+12
|
*
watchdog: Remove DM_FLAG_PRE_RELOC flag in various drivers
Bin Meng
2018-11-14
1
-1
/
+0
|
*
video: simplefb: Remove DM_FLAG_PRE_RELOC flag
Bin Meng
2018-11-14
1
-1
/
+0
|
*
sysreset: Remove DM_FLAG_PRE_RELOC flag in various drivers
Bin Meng
2018-11-14
3
-3
/
+0
|
*
serial: Remove DM_FLAG_PRE_RELOC flag in various drivers
Bin Meng
2018-11-14
26
-17
/
+18
|
*
timer: Remove DM_FLAG_PRE_RELOC flag in various drivers
Bin Meng
2018-11-14
14
-14
/
+0
|
*
ram: bmips: Remove DM_FLAG_PRE_RELOC flag
Bin Meng
2018-11-14
1
-1
/
+0
|
*
pinctrl: Remove DM_FLAG_PRE_RELOC flag in various drivers
Bin Meng
2018-11-14
9
-2
/
+14
|
*
mmc: omap: Surround DM_FLAG_PRE_RELOC flag with OF_CONTROL check
Bin Meng
2018-11-14
1
-0
/
+2
|
*
i2c: omap24xx: Surround DM_FLAG_PRE_RELOC flag with OF_CONTROL check
Bin Meng
2018-11-14
1
-0
/
+2
|
*
gpio: Remove DM_FLAG_PRE_RELOC flag in various drivers
Bin Meng
2018-11-14
4
-3
/
+3
|
*
clk: Remove DM_FLAG_PRE_RELOC flag in various drivers
Bin Meng
2018-11-14
5
-7
/
+0
|
*
arm: stm32mp: Remove DM_FLAG_PRE_RELOC flag
Bin Meng
2018-11-14
1
-1
/
+0
|
*
serial: ns16550: fix debug uart putc called before init
Simon Goldschmidt
2018-11-14
1
-2
/
+16
|
*
uclass: Use uclass_foreach_dev() macro instead of open coding
Liviu Dudau
2018-11-14
2
-10
/
+10
|
*
doc: Document virtio support
Bin Meng
2018-11-14
1
-0
/
+253
|
*
test: dm: virtio: Add test cases for virtio uclass
Bin Meng
2018-11-14
5
-0
/
+137
|
*
virtio: Add a Sandbox transport driver
Bin Meng
2018-11-14
3
-0
/
+242
|
*
virtio: net: Support non-legacy device
Bin Meng
2018-11-14
1
-5
/
+26
|
*
virtio: pci: Support non-legacy PCI transport device
Bin Meng
2018-11-14
3
-4
/
+613
|
*
test: dm: pci: Add cases for finding next PCI capability APIs
Bin Meng
2018-11-14
2
-0
/
+29
|
*
dm: pci: Add APIs to find next capability and extended capability
Bin Meng
2018-11-14
2
-15
/
+84
|
*
x86: qemu: Imply virtio PCI transport and device drivers
Bin Meng
2018-11-14
1
-0
/
+3
|
*
arm: qemu: Enumerate virtio bus during early boot
Bin Meng
2018-11-14
2
-0
/
+14
|
*
arm: qemu: Add a Kconfig in the board directory
Bin Meng
2018-11-14
4
-2
/
+10
|
*
virtio: Add virtio over pci transport driver
Bin Meng
2018-11-14
4
-0
/
+603
|
*
x86: Implement arch-specific io accessor routines
Bin Meng
2018-11-14
2
-0
/
+67
|
*
kconfig: Introduce HAVE_ARCH_IOMAP
Bin Meng
2018-11-14
2
-0
/
+10
|
*
riscv: qemu: Include some useful commands
Bin Meng
2018-11-14
1
-0
/
+8
|
*
riscv: qemu: Enumerate virtio bus during early boot
Bin Meng
2018-11-14
2
-0
/
+12
|
*
virtio: cmd: Add virtio command for virtio devices
Tuomas Tynkkynen
2018-11-14
3
-0
/
+46
|
*
virtio: Add block driver support
Tuomas Tynkkynen
2018-11-14
4
-0
/
+274
|
*
blk: Introduce IF_TYPE_VIRTIO
Tuomas Tynkkynen
2018-11-14
3
-0
/
+9
|
*
blk: Make blk_next_free_devnum() public
Bin Meng
2018-11-14
2
-1
/
+12
|
*
blk: Drop blk_prepare_device()
Bin Meng
2018-11-14
2
-19
/
+0
|
*
blk: Call part_init() in the post_probe() method
Bin Meng
2018-11-14
9
-22
/
+14
|
*
efi_driver: blk: Switch to use platdata_auto_alloc_size for the driver data
Bin Meng
2018-11-14
1
-12
/
+12
|
*
sandbox: blk: Switch to use platdata_auto_alloc_size for the driver data
Bin Meng
2018-11-14
1
-7
/
+8
|
*
test: dm: blk: Correct blk_base test case
Bin Meng
2018-11-14
1
-16
/
+11
|
*
virtio: Add net driver support
Tuomas Tynkkynen
2018-11-14
4
-0
/
+494
|
*
virtio: Add virtio over mmio transport driver
Bin Meng
2018-11-14
4
-0
/
+550
|
*
virtio: Add codes for virtual queue/ring management
Tuomas Tynkkynen
2018-11-14
3
-1
/
+679
|
*
dm: Add a new uclass driver for VirtIO transport devices
Bin Meng
2018-11-14
8
-0
/
+1135
|
*
riscv: bootm: Add dm_remove_devices_flags() call to do_bootm_linux()
Bin Meng
2018-11-14
1
-1
/
+10
|
*
test: dm: core: Add test case for uclass driver's child_post_probe()
Bin Meng
2018-11-14
3
-2
/
+51
[prev]
[next]