index
:
starfive-tech/u-boot.git
Fedora_JH7100_2021.04
Fedora_JH7100_2021.07
Fedora_JH7100_upstream
Fedora_JH7100_upstream_devel
JH7100_Multimedia_V0.1.0
JH7100_VisionFive_OH_dev
JH7100_VisionFive_devel
JH7100_starlight_multimedia
JH7100_upstream
JH7100_upstream_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_devel-v3.9.3
dubhe_fpga_dev_v2023.10
master
rtthread_AMP
visionfive_devel
StarFive Tech U-Boot for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cmd
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-13
cmd: sandbox: implement exception command
Heinrich Schuchardt
4
-1
/
+46
2020-12-05
cli: Support macro processing with a fixed-size buffer
Simon Glass
1
-2
/
+4
2020-12-05
env: Allow returning errors from hdelete_r()
Simon Glass
1
-2
/
+4
2020-12-03
cmd: add "efidebug capsule" command
AKASHI Takahiro
1
-0
/
+235
2020-12-03
cmd: efidebug: Add support for TCG2 final events table
Ilias Apalodimas
1
-0
/
+4
2020-12-03
tpm: use more than sha256 on pcr_extend
Ilias Apalodimas
1
-1
/
+2
2020-12-01
cmd: Kconfig: migrate CONFIG_SYS_PROMPT_HUSH_PS2
Patrick Delaunay
1
-0
/
+9
2020-12-01
setexpr: Add support for strings
Simon Glass
1
-7
/
+75
2020-12-01
setexpr: Convert to use a struct for values
Simon Glass
1
-44
/
+67
2020-12-01
setexpr: Correct buffer overflow bug and enable tests
Simon Glass
1
-5
/
+5
2020-12-01
setexpr: Correct dropping of final unmatched string
Simon Glass
1
-5
/
+1
2020-12-01
setexpr: Add some tests for buffer overflow and backref
Simon Glass
1
-17
/
+4
2020-12-01
setexpr: Split the core logic into its own function
Simon Glass
1
-58
/
+98
2020-12-01
setexpr: Add explicit support for 32- and 64-bit ints
Simon Glass
1
-0
/
+4
2020-12-01
command: Add constants for cmd_get_data_size string / error
Simon Glass
2
-3
/
+3
2020-12-01
cmd: pxe: Use internal FDT if retrieving from FDTDIR fails
Anton Leontiev
1
-7
/
+14
2020-11-09
tpm: Change response length of tpm2_get_capability()
Ilias Apalodimas
1
-2
/
+2
2020-11-09
cmd: conitrace: replace getc() by getchar()
Heinrich Schuchardt
1
-2
/
+2
2020-10-30
cmd: log: Add commands to manipulate filters
Sean Anderson
2
-0
/
+242
2020-10-30
cmd: log: Make "log level" print all log levels
Sean Anderson
1
-3
/
+9
2020-10-30
cmd: log: Add commands to list categories and drivers
Sean Anderson
1
-0
/
+35
2020-10-30
cmd: log: Split off log level parsing
Sean Anderson
1
-6
/
+23
2020-10-30
cmd: log: Use sub-commands for log
Sean Anderson
1
-27
/
+4
2020-10-30
test: log: Convert log_test from python to C
Sean Anderson
1
-6
/
+0
2020-10-30
log: Use CONFIG_IS_ENABLED() for LOG_TEST
Sean Anderson
1
-2
/
+2
2020-10-29
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq
Tom Rini
3
-0
/
+281
2020-10-28
cmd: Add a mux command
Pratyush Yadav
3
-0
/
+191
2020-10-23
cmd: fat: Use do_save() for fatwrite
Lad Prabhakar
1
-42
/
+1
2020-10-23
cmd: Add a 'misc' command to access miscellaneous devices
Bin Meng
3
-0
/
+143
2020-10-23
cmd: Split out timer command from the sleep command
Bin Meng
3
-28
/
+35
2020-10-23
cmd: Rename CMD_MISC to CMD_SLEEP
Bin Meng
3
-6
/
+2
2020-10-23
cmd: optee_rpmb command for read/write of rpmb from optee
Ruchika Gupta
3
-0
/
+281
2020-10-22
common: rename getc() to getchar()
Heinrich Schuchardt
2
-24
/
+24
2020-10-14
cmd/button: return button status
Heinrich Schuchardt
1
-2
/
+2
2020-10-14
cmd: Fixup DT to pass PStore Ramoops parameters
Frédéric Danis
1
-0
/
+38
2020-10-14
cmd: Add command to display or save Linux PStore dumps
Frédéric Danis
3
-0
/
+578
2020-10-09
Kconfig: Move autoboot options under boot options
Simon Glass
1
-117
/
+0
2020-10-06
Merge tag 'dm-pull-6oct20' of git://git.denx.de/u-boot-dm
Tom Rini
3
-0
/
+47
2020-10-06
bloblist: Add a command
Simon Glass
3
-0
/
+47
2020-10-06
efi_loader: consider no-map property of reserved memory
Heinrich Schuchardt
1
-6
/
+28
2020-10-05
Merge branch 'next'
Tom Rini
12
-19
/
+352
2020-09-30
sntp: use udp framework
Philippe Reynes
2
-1
/
+10
2020-09-30
cmd: irq: disable CMD_IRQ for riscv arch
Pragnesh Patel
1
-1
/
+1
2020-09-27
efi_loader: efidebug display RNG protocol
Heinrich Schuchardt
1
-0
/
+5
2020-09-25
Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-x86 in...
Tom Rini
3
-12
/
+129
2020-09-25
x86: video: Show information about each video device
Simon Glass
1
-1
/
+31
2020-09-25
x86: Add support for more than 8 MTRRs
Simon Glass
1
-4
/
+5
2020-09-25
x86: Allow showing details about a HOB entry
Simon Glass
1
-4
/
+45
2020-09-25
x86: hob: Try to show a name instead of a GUID
Simon Glass
1
-2
/
+41
2020-09-25
x86: hob: Add way to show a single hob entry
Simon Glass
1
-5
/
+11
[next]