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
*
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
*
x86: acpi: Support generation of the DBG2 table
Simon Glass
2020-09-25
1
-0
/
+64
*
dm: acpi: Use correct GPIO polarity type in acpi_dp_add_gpio()
Simon Glass
2020-09-25
1
-2
/
+2
*
acpi: Support generating a multi-function _DSM for devices
Simon Glass
2020-09-25
2
-0
/
+97
*
acpi: Add support for conditions and return values
Simon Glass
2020-09-25
1
-0
/
+68
*
acpi: Add support for writing a _PRW
Simon Glass
2020-09-25
1
-0
/
+10
*
optee: add property no-map to secure reserved memory
Etienne Carriere
2020-09-22
1
-1
/
+1
*
fdtdec: optionally add property no-map to created reserved memory node
Etienne Carriere
2020-09-22
2
-3
/
+9
*
Merge branch 'master' into next
Tom Rini
2020-09-21
7
-32
/
+74
|
\
|
*
efi_selftest: check for RISC-V boot-hartid in FDT
Heinrich Schuchardt
2020-09-18
1
-0
/
+15
|
*
efi_selftest: rework device tree test
Heinrich Schuchardt
2020-09-18
1
-14
/
+39
|
*
efi_memory: refine overlap_only_ram description
Maxim Uvarov
2020-09-18
1
-1
/
+1
|
*
lib: fdt: Fix fdtdec_setup_mem..() conversion to livetree API
Marek Vasut
2020-09-16
1
-2
/
+2
|
*
efi_selftest: restore gd before do_reset()
Heinrich Schuchardt
2020-09-14
1
-2
/
+4
|
*
efi_loader: save global data pointer on RISC-V
Heinrich Schuchardt
2020-09-14
1
-9
/
+9
|
*
efi_loader: efi_var_mem_notify_exit_boot_services
Heinrich Schuchardt
2020-09-14
1
-1
/
+1
|
*
rsa: crash in br_i32_decode() called from rsa_gen_key_prop()
Robert Reither
2020-09-14
1
-3
/
+3
*
|
Merge branch 'remove-config-nr-dram-banks-v9-2020-08-26' of https://gitlab.de...
Tom Rini
2020-09-07
2
-12
/
+2
|
\
\
|
|
/
|
/
|
|
*
CONFIG_NR_DRAM_BANKS: Remove unreferenced code as its always defined
Stefan Roese
2020-08-26
2
-12
/
+2
*
|
efi_selftest: simplify Makefile
Heinrich Schuchardt
2020-09-06
1
-6
/
+0
*
|
efi_loader: remove duplicate image size check
Heinrich Schuchardt
2020-09-06
1
-4
/
+0
*
|
efi_loader: error message if image not authenticated
Heinrich Schuchardt
2020-09-06
1
-2
/
+4
*
|
efi_loader: log function in image loader
Heinrich Schuchardt
2020-09-06
1
-22
/
+22
*
|
lib/rsa: correct check after allocation in fdt_add_bignum()
Heinrich Schuchardt
2020-08-27
1
-1
/
+1
|
/
*
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell
Tom Rini
2020-08-25
1
-0
/
+16
|
\
|
*
fdtdec: Add API to read pci bus-range property
Suneel Garapati
2020-08-25
1
-0
/
+16
*
|
Merge branch '2020-08-24-misc-improvements'
Tom Rini
2020-08-25
1
-1
/
+2
|
\
\
|
*
|
xen: Code style conformity
Anastasiia Lukianenko
2020-08-24
1
-1
/
+2
|
|
/
*
|
efi_loader: validate device path length in boot manager
Heinrich Schuchardt
2020-08-24
1
-4
/
+2
*
|
efi_loader: efi_dp_check_length()
Heinrich Schuchardt
2020-08-24
1
-0
/
+33
*
|
efi_selftest: substitute ResetSystem() by do_reset()
Heinrich Schuchardt
2020-08-24
1
-2
/
+8
*
|
efi_selftest: add a test for ResetSystem()
Heinrich Schuchardt
2020-08-24
2
-0
/
+59
*
|
efi_loader: ResetSystem() should not hang
Heinrich Schuchardt
2020-08-24
1
-3
/
+4
|
/
*
lib: fdt: Convert fdtdes_setup_mem..() to livetree API
Michal Simek
2020-08-20
1
-32
/
+35
*
lib: fdt: Introduce fdtdec_setup_mem_size_base_lowest()
Michal Simek
2020-08-20
1
-0
/
+45
*
Merge tag 'efi-2020-10-rc3-2' of https://gitlab.denx.de/u-boot/custodians/u-b...
Tom Rini
2020-08-15
4
-281
/
+208
|
\
|
*
efi_loader: signature: correct a behavior against multiple signatures
AKASHI Takahiro
2020-08-14
2
-85
/
+24
|
*
efi_loader: variable: fix secure state initialization
AKASHI Takahiro
2020-08-13
1
-5
/
+5
|
*
efi_loader: signature: rework for intermediate certificates support
AKASHI Takahiro
2020-08-13
4
-209
/
+184
|
*
efi_loader: variable: keep temporary buffer during the authentication
AKASHI Takahiro
2020-08-13
1
-7
/
+20
*
|
lib: sscanf: add sscanf implementation
Andrii Anisov
2020-08-14
3
-0
/
+828
|
/
*
efi_loader: set load options in boot manager
Heinrich Schuchardt
2020-08-08
1
-11
/
+27
*
efi_loader: factor out efi_set_load_options()
Heinrich Schuchardt
2020-08-08
1
-0
/
+32
*
efi_loader: add copyright notice
AKASHI Takahiro
2020-08-08
1
-0
/
+1
*
lib/crypto: simplify public_key_verify_signature
Heinrich Schuchardt
2020-08-08
1
-4
/
+0
*
include/u-boot, lib/zlib: add sources for zlib decompression
Joao Marcos Costa
2020-08-07
3
-0
/
+107
*
lmb/bdinfo: dump lmb info via bdinfo
Tero Kristo
2020-08-04
1
-19
/
+23
*
efi: Tidy up header includes
Simon Glass
2020-08-03
2
-0
/
+3
*
efi_selftest: block device test requires CONFIG_DOS_PARTITION
Heinrich Schuchardt
2020-08-01
2
-1
/
+3
[next]