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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
pci: Avoid a crash in device_is_on_pci_bus()
Simon Glass
2020-07-17
1
-1
/
+1
*
acpi: Add support for DSDT generation
Simon Glass
2020-07-17
1
-0
/
+30
*
acpi: Add support for SSDT generation
Simon Glass
2020-07-17
1
-0
/
+23
*
acpi: Add support for a generic power sequence
Simon Glass
2020-07-17
1
-0
/
+42
*
acpi: Add support for writing a GPIO power sequence
Simon Glass
2020-07-17
1
-0
/
+56
*
acpi: Add support for writing a Power Resource
Simon Glass
2020-07-17
1
-0
/
+22
*
acpi: Add support for various misc ACPI opcodes
Simon Glass
2020-07-17
1
-0
/
+117
*
acpi: Support copying properties from device tree to ACPI
Simon Glass
2020-07-17
1
-0
/
+50
*
acpi: Support writing a GPIO
Simon Glass
2020-07-17
1
-0
/
+20
*
acpi: Support writing Device Properties objects via _DSD
Simon Glass
2020-07-17
2
-0
/
+218
*
acpi: Support writing a UUID
Simon Glass
2020-07-17
1
-0
/
+13
*
acpi: Support writing a name
Simon Glass
2020-07-17
2
-0
/
+42
*
acpi: Support writing a string
Simon Glass
2020-07-17
1
-0
/
+10
*
acpi: Support writing an integer
Simon Glass
2020-07-17
1
-0
/
+17
*
acpigen: Support writing a package
Simon Glass
2020-07-17
1
-0
/
+32
*
acpigen: Support writing a length
Simon Glass
2020-07-17
2
-1
/
+49
*
acpi: Support generation of SPI descriptor
Simon Glass
2020-07-17
2
-2
/
+41
*
acpi: Support generation of I2C descriptor
Simon Glass
2020-07-17
1
-0
/
+33
*
acpi: Support generation of a GPIO/irq for a device
Simon Glass
2020-07-17
1
-0
/
+15
*
acpi: Support generation of GPIO descriptor
Simon Glass
2020-07-17
1
-0
/
+22
*
acpi: Support string output
Simon Glass
2020-07-17
1
-0
/
+19
*
gpio: Add a method to convert a GPIO to ACPI
Simon Glass
2020-07-17
2
-0
/
+117
*
acpi: Support generation of interrupt descriptor
Simon Glass
2020-07-17
1
-0
/
+15
*
acpi: Support generation of ACPI code
Simon Glass
2020-07-17
2
-0
/
+51
*
irq: Add a method to convert an interrupt to ACPI
Simon Glass
2020-07-17
2
-0
/
+102
*
acpi: Add a way to check device status
Simon Glass
2020-07-17
1
-0
/
+28
*
acpi: Add a function to get a device path and scope
Simon Glass
2020-07-17
1
-0
/
+44
*
timer: Allow delays with a 32-bit microsecond timer
Simon Glass
2020-07-17
1
-0
/
+11
*
efi_loader: describe EFI_VAR_FILE_MAGIC
Heinrich Schuchardt
2020-07-16
1
-1
/
+5
*
efi_loader: pre-seed UEFI variables
Heinrich Schuchardt
2020-07-16
2
-0
/
+10
*
efi_loader: identify PK, KEK, db, dbx correctly
Heinrich Schuchardt
2020-07-16
1
-0
/
+19
*
efi_loader: restructure code for TEE variables
Heinrich Schuchardt
2020-07-16
1
-0
/
+7
*
efi_loader: display RO attribute with TEE-backed variables
Ilias Apalodimas
2020-07-16
1
-0
/
+43
*
Merge tag 'ti-v2020.10-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boo...
Tom Rini
2020-07-14
3
-49
/
+9
|
\
|
*
ARM: da850-evm: Unify config options with Kconfig
Adam Ford
2020-07-13
1
-18
/
+5
|
*
soc: ti: k3-ringacc: Add an API to request pair of rings
Vignesh Raghavendra
2020-07-13
1
-0
/
+4
|
*
arm: dts: k3-am65/j721e: Sync DMA DT bindings from Kernel DT
Vignesh Raghavendra
2020-07-13
1
-31
/
+0
*
|
Merge tag 'efi-2020-10-rc1-3' of https://gitlab.denx.de/u-boot/custodians/u-b...
Tom Rini
2020-07-13
5
-7
/
+219
|
\
\
|
|
/
|
/
|
|
*
efi_loader: memory buffer for variables
Heinrich Schuchardt
2020-07-11
1
-0
/
+54
|
*
efi_loader: new function efi_memcpy_runtime()
Heinrich Schuchardt
2020-07-11
1
-0
/
+3
|
*
efi_loader: optional pointer for ConvertPointer
Heinrich Schuchardt
2020-07-11
1
-0
/
+2
|
*
efi_loader: export efi_convert_pointer()
Heinrich Schuchardt
2020-07-11
1
-0
/
+3
|
*
efi_loader: UEFI variable persistence
Heinrich Schuchardt
2020-07-11
1
-0
/
+62
|
*
efi_loader: separate UEFI variable API from implemementation
Heinrich Schuchardt
2020-07-11
1
-0
/
+39
|
*
efi_loader: prepare for read only OP-TEE variables
Heinrich Schuchardt
2020-07-11
1
-0
/
+43
|
*
lib: rsa: export rsa_verify_with_pkey()
AKASHI Takahiro
2020-07-11
1
-0
/
+3
|
*
efi_loader: image_loader: add digest-based verification for signed image
AKASHI Takahiro
2020-07-11
1
-0
/
+2
|
*
efi_loader: image_loader: verification for all signatures should pass
AKASHI Takahiro
2020-07-11
1
-6
/
+7
|
*
lib/crypto: use qualified path for x509_parser.h
Heinrich Schuchardt
2020-07-11
1
-1
/
+1
*
|
Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-spi
Tom Rini
2020-07-11
11
-1798
/
+0
|
\
\
[next]