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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
README: davinci: Clarify when SPL is used and the target devices.
Adam Ford
2020-07-13
1
-3
/
+7
|
*
|
arm: dts: k3-am65: Sync CPSW DT node from kernel
Vignesh Raghavendra
2020-07-13
2
-53
/
+85
|
*
|
arm: dts: k3-j721e: Sync CPSW DT node from kernel
Vignesh Raghavendra
2020-07-13
2
-73
/
+75
|
*
|
net: ti: am65-cpsw-nuss: Update driver to use kernel DT
Vignesh Raghavendra
2020-07-13
1
-1
/
+1
|
*
|
net: ti: am65-cpsw-nuss: Set ALE default thread enable
Vignesh Raghavendra
2020-07-13
1
-0
/
+6
|
*
|
net: ti: am65-cpsw-nuss: Remove dead code
Vignesh Raghavendra
2020-07-13
1
-7
/
+0
|
*
|
dma: ti: k3-udma: Switch to k3_ringacc_request_rings_pair
Vignesh Raghavendra
2020-07-13
1
-37
/
+15
|
*
|
dma: ti: k3-udma: Move RX descriptor ring entries to rflow struct
Vignesh Raghavendra
2020-07-13
1
-24
/
+28
|
*
|
dma: ti: k3-udma: Introduce udma_chan_config struct
Vignesh Raghavendra
2020-07-13
1
-89
/
+108
|
*
|
soc: ti: k3-ringacc: Separate soc specific initialization
Vignesh Raghavendra
2020-07-13
1
-9
/
+40
|
*
|
soc: ti: k3-ringacc: Add an API to request pair of rings
Vignesh Raghavendra
2020-07-13
2
-0
/
+27
|
*
|
soc: ti: k3-ringacc: Move state tracking variables under a struct
Vignesh Raghavendra
2020-07-13
1
-43
/
+46
|
*
|
arm: dts: k3-am65/j721e: Sync DMA DT bindings from Kernel DT
Vignesh Raghavendra
2020-07-13
5
-245
/
+112
|
*
|
dma: ti: k3-udma: Update driver to use static endpoint Data
Vignesh Raghavendra
2020-07-13
2
-43
/
+103
|
*
|
dma: ti: Add static PSIL endpoint information
Vignesh Raghavendra
2020-07-13
7
-0
/
+295
|
|
/
*
|
Merge tag 'efi-2020-10-rc1-3' of https://gitlab.denx.de/u-boot/custodians/u-b...
Tom Rini
2020-07-13
28
-1284
/
+1864
|
\
\
|
|
/
|
/
|
|
*
efi_selftest: adjust runtime test for variables
Heinrich Schuchardt
2020-07-11
1
-7
/
+6
|
*
efi_loader: enable UEFI variables at runtime
Heinrich Schuchardt
2020-07-11
3
-5
/
+17
|
*
efi_loader: use memory based variable storage
Heinrich Schuchardt
2020-07-11
1
-468
/
+94
|
*
efi_loader: memory buffer for variables
Heinrich Schuchardt
2020-07-11
3
-0
/
+321
|
*
efi_loader: new function efi_memcpy_runtime()
Heinrich Schuchardt
2020-07-11
2
-0
/
+22
|
*
efi_loader: optional pointer for ConvertPointer
Heinrich Schuchardt
2020-07-11
2
-0
/
+8
|
*
efi_loader: export efi_convert_pointer()
Heinrich Schuchardt
2020-07-11
2
-5
/
+6
|
*
efi_loader: UEFI variable persistence
Heinrich Schuchardt
2020-07-11
5
-1
/
+319
|
*
efi_loader: secure boot flag
Heinrich Schuchardt
2020-07-11
1
-6
/
+2
|
*
efi_loader: read-only AuditMode and DeployedMode
Heinrich Schuchardt
2020-07-11
1
-9
/
+13
|
*
efi_loader: value of VendorKeys
Heinrich Schuchardt
2020-07-11
1
-60
/
+15
|
*
efi_loader: keep attributes in efi_set_variable_int
Heinrich Schuchardt
2020-07-11
1
-12
/
+12
|
*
efi_loader: simplify boot manager
Heinrich Schuchardt
2020-07-11
1
-16
/
+12
|
*
efi_loader: OsIndicationsSupported, PlatformLangCodes
Heinrich Schuchardt
2020-07-11
1
-28
/
+31
|
*
efi_loader: separate UEFI variable API from implemementation
Heinrich Schuchardt
2020-07-11
4
-79
/
+133
|
*
efi_loader: display RO attribute in printenv -e
Heinrich Schuchardt
2020-07-11
1
-8
/
+16
|
*
efi_loader: prepare for read only OP-TEE variables
Heinrich Schuchardt
2020-07-11
6
-181
/
+193
|
*
fs/fat: reduce data size for FAT_WRITE
Heinrich Schuchardt
2020-07-11
1
-2
/
+7
|
*
efi_loader: NULL dereference in efi_convert_pointer
Heinrich Schuchardt
2020-07-11
1
-1
/
+2
|
*
efi_loader: fix efi_get_child_controllers()
Heinrich Schuchardt
2020-07-11
1
-4
/
+8
|
*
efi_loader: wrong printf format in efi_image_parse
Heinrich Schuchardt
2020-07-11
1
-1
/
+1
|
*
efi_loader: cleanup for tee backed variables
Ilias Apalodimas
2020-07-11
1
-5
/
+3
|
*
lib: rsa: export rsa_verify_with_pkey()
AKASHI Takahiro
2020-07-11
2
-4
/
+7
|
*
test: use virt-make-fs to build image
Heinrich Schuchardt
2020-07-11
2
-30
/
+4
|
*
test/py: efi_secboot: add a test for verifying with digest of signed image
AKASHI Takahiro
2020-07-11
2
-0
/
+59
|
*
test/py: efi_secboot: add a test for multiple signatures
AKASHI Takahiro
2020-07-11
2
-1
/
+59
|
*
test/py: efi_secboot: add a test against certificate revocation
AKASHI Takahiro
2020-07-11
2
-1
/
+31
|
*
test/py: efi_secboot: split "signed image" test case-1 into two cases
AKASHI Takahiro
2020-07-11
1
-28
/
+38
|
*
test/py: efi_secboot: more fixes against pylint
AKASHI Takahiro
2020-07-11
4
-83
/
+79
|
*
test/py: efi_secboot: apply autopep8
AKASHI Takahiro
2020-07-11
5
-60
/
+67
|
*
efi_loader: image_loader: add digest-based verification for signed image
AKASHI Takahiro
2020-07-11
3
-75
/
+99
|
*
efi_loader: image_loader: verification for all signatures should pass
AKASHI Takahiro
2020-07-11
3
-156
/
+198
|
*
efi_loader: signature: make efi_hash_regions more generic
AKASHI Takahiro
2020-07-11
1
-29
/
+17
|
*
efi_loader: signature: fix a size check against revocation list
AKASHI Takahiro
2020-07-11
1
-2
/
+3
[prev]
[next]