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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
efi_loader: use after free in efi_exit()
Heinrich Schuchardt
2020-12-29
1
-5
/
+12
*
efi_loader: efi_signal_event() fix comment typos
Heinrich Schuchardt
2020-12-29
1
-2
/
+2
*
efi_loader: avoid invalid free
Heinrich Schuchardt
2020-12-29
1
-1
/
+1
*
efi_loader: escape key handling
Heinrich Schuchardt
2020-12-29
1
-0
/
+12
*
efi_loader: missing parentheses after if
Heinrich Schuchardt
2020-12-29
1
-1
/
+1
*
efi_loader: Extra checks while opening an OPTEE session
Ilias Apalodimas
2020-12-26
1
-5
/
+15
*
efi_loader: make variable store size customizable
Heinrich Schuchardt
2020-12-20
1
-0
/
+14
*
binman: Remove additional backslash
Michal Simek
2020-11-30
1
-1
/
+1
*
charset: make u16_strnlen accessible at runtime
Ilias Apalodimas
2020-11-29
1
-1
/
+2
*
efi_loader: enable EFI_SET_TIME on sandbox and QEMU ARM
Heinrich Schuchardt
2020-11-29
1
-0
/
+1
*
efi_loader: parameter check in GetNextVariableName()
Heinrich Schuchardt
2020-11-21
1
-3
/
+8
*
efi_loader: tcg2 protocol updates
Ilias Apalodimas
2020-11-21
1
-68
/
+92
*
efi_selftest: provide unit test for the EFI_TCG2_PROTOCOL
Heinrich Schuchardt
2020-11-14
2
-0
/
+76
*
efi_loader: Add basic EFI_TCG2_PROTOCOL support
Ilias Apalodimas
2020-11-14
4
-0
/
+549
*
efi_loader: incorrect buffer size in efi_file_setinfo()
Heinrich Schuchardt
2020-11-14
1
-1
/
+1
*
efi_loader: Add missing newline to log_{err,warning}
Paulo Alcantara
2020-11-14
1
-2
/
+2
*
efi_selftest: keep devices in ExitBootServices()
Heinrich Schuchardt
2020-11-14
2
-4
/
+12
*
tpm: Change response length of tpm2_get_capability()
Ilias Apalodimas
2020-11-09
1
-2
/
+2
*
efi_selftest: add tool to download dtb
Heinrich Schuchardt
2020-11-09
2
-0
/
+220
*
efi_loader: non-volatile variable not deleted from file
Heinrich Schuchardt
2020-11-09
1
-0
/
+1
*
Merge tag 'dm-pull5nov20' of git://git.denx.de/u-boot-dm
Tom Rini
2020-11-06
1
-2
/
+2
|
\
|
*
binman: Call helper function binman_set_rom_offset() to fill offset
Michal Simek
2020-11-05
1
-2
/
+2
*
|
smbios: Drop the unused Kconfig options
Simon Glass
2020-11-06
2
-49
/
+13
*
|
sysinfo: Provide a default driver to set SMBIOS values
Simon Glass
2020-11-06
1
-0
/
+3
*
|
smbios: Add more properties
Simon Glass
2020-11-06
1
-0
/
+4
*
|
smbios: Allow properties to come from the device tree
Simon Glass
2020-11-06
1
-17
/
+81
*
|
x86: Pass an ofnode into each SMBIOS function
Simon Glass
2020-11-06
1
-18
/
+26
*
|
acpi: Correct reset handling in acpi_device_add_power_res()
Simon Glass
2020-11-06
1
-1
/
+1
*
|
x86: Allow putting some tables in the bloblist
Simon Glass
2020-11-06
2
-2
/
+11
*
|
smbios: add parsing API
Christian Gmeiner
2020-11-05
3
-0
/
+102
|
/
*
Merge tag 'efi-2020-01-rc2-2' of https://gitlab.denx.de/u-boot/custodians/u-b...
Tom Rini
2020-11-01
4
-8
/
+52
|
\
|
*
efi_loader: add efi_create_indexed_name()
AKASHI Takahiro
2020-10-30
2
-0
/
+37
|
*
efi_loader: add option to initialise EFI subsystem early
AKASHI Takahiro
2020-10-30
1
-0
/
+4
|
*
efi_loader: fix DisconnectController() for sole child
Heinrich Schuchardt
2020-10-30
1
-8
/
+11
*
|
Merge tag 'dm-pull-30oct20' of https://gitlab.denx.de/u-boot/custodians/u-boo...
Tom Rini
2020-10-30
1
-1
/
+13
|
\
\
|
*
|
binman: Support multiple images in the library
Simon Glass
2020-10-29
1
-0
/
+7
|
*
|
binman: Add a way to read the ROM offset
Simon Glass
2020-10-29
1
-1
/
+6
|
|
/
*
|
lib: Add getopt
Sean Anderson
2020-10-30
3
-0
/
+131
*
|
Merge tag 'xilinx-for-v2021.01-v2' of https://gitlab.denx.de/u-boot/custodian...
Tom Rini
2020-10-29
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
xilinx: zynq: Change types from u32 to uint32_t
Michal Simek
2020-10-27
1
-1
/
+1
*
|
efi_loader: daylight saving time
Heinrich Schuchardt
2020-10-27
1
-3
/
+16
*
|
efi_loader: Disable devices before handing over control
Ilias Apalodimas
2020-10-27
1
-0
/
+6
*
|
efi_loader: Sort header file ordering
Ilias Apalodimas
2020-10-27
1
-4
/
+3
*
|
trace: conserve gd register on RISC-V
Heinrich Schuchardt
2020-10-27
1
-1
/
+1
|
/
*
lib: print_freq() should output kHz not KHz
Heinrich Schuchardt
2020-10-22
1
-1
/
+1
*
common: rename getc() to getchar()
Heinrich Schuchardt
2020-10-22
2
-11
/
+11
*
efi_loader: fix use after free in receive path
Patrick Wildt
2020-10-19
1
-23
/
+69
*
time: Fix get_ticks being non-monotonic
Sean Anderson
2020-10-14
1
-2
/
+2
*
lib: rsa: superfluous initialization in rsa_verify()
Heinrich Schuchardt
2020-10-12
1
-1
/
+1
*
rsa: fix retrieving public exponent on big-endian systems
Rasmus Villemoes
2020-10-12
1
-2
/
+9
[next]