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
*
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
*
lib: rsa: check algo match in rsa_verify_with_keynode
Matthieu CASTET
2020-10-12
1
-0
/
+5
*
fit: cipher: aes: allow to store the IV in the FIT image
Philippe Reynes
2020-10-12
1
-4
/
+18
*
lib/hashtable: remove superfluous check
Heinrich Schuchardt
2020-10-12
1
-2
/
+1
*
lib: Allow hexdump to be used in SPL
Simon Glass
2020-10-10
1
-0
/
+8
*
Merge tag 'dm-pull-6oct20' of git://git.denx.de/u-boot-dm
Tom Rini
2020-10-06
1
-1
/
+1
|
\
|
*
fdtdec: correct test on return of fdt_node_offset_by_phandle
Patrick Delaunay
2020-10-06
1
-1
/
+1
*
|
efi_loader: QEMU CONFIG_EFI_GRUB_ARM32_WORKAROUND=n
Heinrich Schuchardt
2020-10-06
1
-0
/
+1
*
|
efi: Fix typo in documentation
Sean Anderson
2020-10-06
1
-1
/
+1
*
|
efi_selftest: avoid unnecessary reset
Heinrich Schuchardt
2020-10-06
1
-0
/
+31
*
|
efi_selftest: print CRC32 of initrd as hexadecimal
Heinrich Schuchardt
2020-10-06
1
-1
/
+1
*
|
efi_selftest: enable printing hexadecimal numbers
Heinrich Schuchardt
2020-10-06
1
-13
/
+22
*
|
efi_loader: illegal free in EFI_LOAD_FILE2_PROTOCOL
Heinrich Schuchardt
2020-10-06
1
-8
/
+9
*
|
efi_loader: description EFI_LOAD_FILE2_PROTOCOL
Heinrich Schuchardt
2020-10-06
1
-19
/
+23
|
/
*
Merge branch 'next'
Tom Rini
2020-10-05
7
-18
/
+475
|
\
|
*
acpi: Use I2cSerialBusV2() instead of I2cSerialBus()
Simon Glass
2020-09-25
1
-1
/
+1
|
*
acpi: Add more support for generating processor tables
Simon Glass
2020-09-25
1
-0
/
+167
|
*
acpi: Add support for generating processor tables
Simon Glass
2020-09-25
1
-0
/
+55
[next]