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
path:
root
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
armv7r: K3: Allow SPL to run only on core 0
Lokesh Vutla
2018-11-26
1
-0
/
+2
*
Merge git://git.denx.de/u-boot-riscv
Tom Rini
2018-11-26
4
-9
/
+55
|
\
|
*
riscv: qemu: detect and boot the kernel passed by QEMU
Lukas Auer
2018-11-26
1
-0
/
+10
|
*
dm: core: add missing prototype for ofnode_read_u64
Lukas Auer
2018-11-26
1
-0
/
+10
|
*
riscv: qemu: enable distro boot
Lukas Auer
2018-11-26
1
-1
/
+13
|
*
distro_bootcmd: add VirtIO distro boot command
Lukas Auer
2018-11-26
1
-0
/
+13
|
*
riscv: qemu: support booting Linux
Lukas Auer
2018-11-26
1
-0
/
+6
|
*
Drop CONFIG_INIT_CRITICAL
Bin Meng
2018-11-26
1
-5
/
+0
|
*
riscv: rename CPU_RISCV_32/64 to match architecture names ARCH_RV32I/64I
Lukas Auer
2018-11-26
1
-4
/
+4
*
|
spl: Add support for passing handoff info to U-Boot proper
Simon Glass
2018-11-26
3
-0
/
+40
*
|
spl: Add a define for SPL_TPL_PROMPT
Simon Glass
2018-11-26
1
-0
/
+13
*
|
test: Add a simple test for bloblist
Simon Glass
2018-11-26
1
-0
/
+1
*
|
bloblist: Locate bloblist in U-Boot
Simon Glass
2018-11-26
1
-0
/
+4
*
|
spl: Set up the bloblist in SPL
Simon Glass
2018-11-26
1
-0
/
+27
*
|
Add core support for a bloblist to convey data from SPL
Simon Glass
2018-11-26
2
-0
/
+196
*
|
spl: Add support for logging in SPL and TPL
Simon Glass
2018-11-26
1
-2
/
+17
|
/
*
sf: Add a method to obtain the block-protect setting
Simon Glass
2018-11-20
1
-0
/
+27
*
misc: Update read() and write() methods to return bytes xfered
Simon Glass
2018-11-20
1
-4
/
+4
*
video: Update video_set_default_colors() to support invert
Simon Glass
2018-11-20
1
-2
/
+3
*
sandbox: Add a function to read a host file
Simon Glass
2018-11-20
1
-0
/
+14
*
sandbox: log: Add a category for sandbox
Simon Glass
2018-11-20
1
-0
/
+1
*
cros_ec: Add new features for events and power
Simon Glass
2018-11-20
1
-0
/
+89
*
fdt: restore board_fdt_blob_setup() declaration
Baruch Siach
2018-11-20
1
-0
/
+1
*
Merge git://git.denx.de/u-boot-marvell
Tom Rini
2018-11-20
5
-19
/
+38
|
\
|
*
ARM: mvebu: db-88f6820: remove redundant comment
Chris Packham
2018-11-20
2
-10
/
+0
|
*
linux/sizes.h: sync from kernel
Baruch Siach
2018-11-20
1
-0
/
+4
|
*
Use _AC and UL macros from linux/const.h
Baruch Siach
2018-11-20
1
-9
/
+0
|
*
linux/const.h: import from kernel
Baruch Siach
2018-11-20
1
-0
/
+34
*
|
dm: adc: add uclass's mask and conversion helpers
Fabrice Gasnier
2018-11-20
1
-0
/
+21
|
/
*
mips: mt76xx: linkit-smart-7688: Misc updates to dts/config/defconfig
Stefan Roese
2018-11-18
1
-1
/
+1
*
mips: mt76xx: gardena-smart-gateway: Misc updates to dts/config/defconfig
Stefan Roese
2018-11-18
1
-2
/
+2
*
Ability to modify distro boot filename
Martyn Welch
2018-11-16
1
-3
/
+4
*
dm: serial: fix comment on dm_serial_ops setconfig
Simon Goldschmidt
2018-11-16
1
-3
/
+1
*
board: ti: am654: r5: Add initial support for am654
Lokesh Vutla
2018-11-16
2
-0
/
+8
*
cmd: pinmux: Add pinmux command
Patrice Chotard
2018-11-16
1
-0
/
+3
*
dm: uclass: Add uclass_foreach_dev_probe
Patrice Chotard
2018-11-16
1
-0
/
+16
*
dm: uclass: Add uclass_next_device_err() to return a valid device
Patrice Chotard
2018-11-16
1
-0
/
+12
*
dm: pinctrl: Add pinctrl_get_pin_name and pinctrl_get_pins_count
Patrice Chotard
2018-11-16
1
-0
/
+22
*
dm: pinctrl: Add get_pin_muxing() ops
Patrice Chotard
2018-11-16
1
-0
/
+34
*
w1-eeprom: Add support for Maxim DS2502 add only memory
Martin Fuzzey
2018-11-16
1
-0
/
+1
*
configs: am3517_evm: Use default OMAP3 memory settings
Adam Ford
2018-11-16
1
-16
/
+0
*
bcm968580xref: add initial support
Philippe Reynes
2018-11-16
1
-0
/
+36
*
arm: at91: wdt: Convert watchdog driver to dm/dt
Prasanthi Chellakumar
2018-11-16
3
-18
/
+0
*
dm: pci: Add APIs to find next capability and extended capability
Bin Meng
2018-11-14
1
-0
/
+48
*
kconfig: Introduce HAVE_ARCH_IOMAP
Bin Meng
2018-11-14
1
-0
/
+4
*
blk: Introduce IF_TYPE_VIRTIO
Tuomas Tynkkynen
2018-11-14
1
-0
/
+1
*
blk: Make blk_next_free_devnum() public
Bin Meng
2018-11-14
1
-0
/
+11
*
blk: Drop blk_prepare_device()
Bin Meng
2018-11-14
1
-10
/
+0
*
virtio: Add codes for virtual queue/ring management
Tuomas Tynkkynen
2018-11-14
1
-0
/
+320
*
dm: Add a new uclass driver for VirtIO transport devices
Bin Meng
2018-11-14
3
-0
/
+732
[next]