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
...
|
*
test: env: add test for env info sub-command
Patrick Delaunay
2020-07-26
1
-0
/
+63
|
*
configs: sandbox: Enable sub command 'env info'
Patrick Delaunay
2020-07-26
4
-0
/
+4
|
*
cmd: env: check real location for env info command
Patrick Delaunay
2020-07-26
2
-3
/
+23
|
*
cmd: env: add option for quiet output on env info
Patrick Delaunay
2020-07-26
2
-7
/
+20
|
*
env: add failing trace in env_save
Patrick Delaunay
2020-07-26
1
-3
/
+7
|
*
env: correct overflow check of env_has_init size
Patrick Delaunay
2020-07-26
1
-1
/
+1
|
*
env/fat.c: allow loading from a FAT partition on the MMC boot device
David Woodhouse
2020-07-26
2
-2
/
+34
|
/
*
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-riscv
Tom Rini
2020-07-24
20
-51
/
+178
|
\
|
*
ram: sifive: Avoid using hardcoded ram base and size
Bin Meng
2020-07-24
1
-15
/
+15
|
*
riscv: dts: hifive-unleashed-a00: Make memory node available to SPL
Bin Meng
2020-07-24
1
-0
/
+4
|
*
riscv: ae350: Use fdtdec_get_addr_size_auto_noparent to parse smc reg
Rick Chen
2020-07-24
1
-1
/
+2
|
*
riscv: Fix linking error when building u-boot-spl with no SMP support
Leo Yu-Chi Liang
2020-07-24
1
-0
/
+2
|
*
serial: Fix SIFIVE debug serial dependency
Michal Simek
2020-07-24
1
-1
/
+1
|
*
riscv: qemu: Add syscon reboot and poweroff support
Bin Meng
2020-07-24
1
-0
/
+4
|
*
sysreset: syscon: Support value property
Bin Meng
2020-07-24
1
-5
/
+17
|
*
sysreset: syscon: Don't assume default value for offset and mask property
Bin Meng
2020-07-24
1
-2
/
+12
|
*
Revert "Revert "riscv: sifive: fu540: Add gpio-restart support""
Bin Meng
2020-07-24
1
-0
/
+2
|
*
Revert "riscv: Allow use of reset drivers"
Bin Meng
2020-07-24
1
-2
/
+0
|
*
azure: gitlab: travis: Update OpenSBI used for RISC-V testing
Bin Meng
2020-07-24
3
-12
/
+12
|
*
sifive: fu540: Enable SF distro bootcmd
Jagan Teki
2020-07-24
1
-1
/
+4
|
*
sifive: fu540: Add boot flash script offset, size
Jagan Teki
2020-07-24
1
-0
/
+2
|
*
sifive: fu540: Mark the default env as SPI flash
Jagan Teki
2020-07-24
1
-0
/
+1
|
*
env: Enable SPI flash env for SiFive FU540
Jagan Teki
2020-07-24
1
-0
/
+13
|
*
sifive: fu540: Add Booting from SPI
Jagan Teki
2020-07-24
3
-0
/
+57
|
*
sifive: fu540: Add runtime boot mode detection
Jagan Teki
2020-07-24
1
-6
/
+19
|
*
riscv: sifive: fu540: Enable SiFive PWM driver
Pragnesh Patel
2020-07-24
1
-0
/
+2
|
*
riscv: Make SiFive HiFive Unleashed board boot again
Bin Meng
2020-07-24
3
-10
/
+13
*
|
Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"
Tom Rini
2020-07-24
319
-2506
/
+656
|
/
*
Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm
Tom Rini
2020-07-23
319
-656
/
+2506
|
\
|
*
treewide: convert devfdt_get_addr() to dev_read_addr()
Masahiro Yamada
2020-07-20
120
-125
/
+125
|
*
treewide: remove (phys_addr_t) casts from devfdt_get_addr()
Masahiro Yamada
2020-07-20
5
-5
/
+5
|
*
treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr()
Masahiro Yamada
2020-07-20
46
-47
/
+47
|
*
fdt_support: skip MTD node with "disabled" in fdt_fixup_mtdparts()
Masahiro Yamada
2020-07-20
1
-7
/
+10
|
*
fdt_support: call mtdparts_init() after finding MTD node to fix up
Masahiro Yamada
2020-07-20
1
-3
/
+8
|
*
test/dm: check if devices exist
Heinrich Schuchardt
2020-07-20
5
-5
/
+18
|
*
arm: mach-k3: Use SOC driver for device identification
Dave Gerlach
2020-07-20
3
-36
/
+19
|
*
configs: j721e_evm: Enable CONFIG_SOC_DEVICE and CONFIG_SOC_DEVICE_TI_K3
Dave Gerlach
2020-07-20
4
-0
/
+8
|
*
configs: am65x_evm: Enable CONFIG_SOC_DEVICE and CONFIG_SOC_DEVICE_TI_K3
Dave Gerlach
2020-07-20
4
-0
/
+8
|
*
arm: dts: k3-j721e-mcu-wakeup: Introduce chipid node
Dave Gerlach
2020-07-20
2
-0
/
+9
|
*
arm: dts: k3-am65-wakeup: Introduce chipid node
Dave Gerlach
2020-07-20
2
-0
/
+9
|
*
dm: soc: Introduce soc_ti_k3 driver for TI K3 SoCs
Dave Gerlach
2020-07-20
3
-0
/
+132
|
*
test: Add tests for SOC uclass
Dave Gerlach
2020-07-20
9
-0
/
+186
|
*
dm: soc: Introduce UCLASS_SOC for SOC ID and attribute matching
Dave Gerlach
2020-07-20
5
-0
/
+258
|
*
doc: Add new doc for soc ID driver model
Dave Gerlach
2020-07-20
2
-0
/
+69
|
*
fdt_support: add static to fdt_node_set_part_info()
Masahiro Yamada
2020-07-20
1
-2
/
+2
|
*
patman: When no tracking branch is provided, tell the user
Nicolas Boichat
2020-07-20
1
-2
/
+3
|
*
patman: Make sure sendemail.suppresscc is (un)set correctly
Nicolas Boichat
2020-07-20
2
-0
/
+27
|
*
Revert "lib: fdt: Split fdtdec_setup_mem_size_base()"
Michal Simek
2020-07-20
2
-28
/
+3
|
*
Revert "lib: fdt: Split fdtdec_setup_memory_banksize()"
Michal Simek
2020-07-20
2
-31
/
+6
|
*
ARM: rmobile: Switch back to fdtdec_setup_memory/banksize_fdt()
Michal Simek
2020-07-20
1
-2
/
+2
[prev]
[next]