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
*
lib: Add hexdump
Alexey Brodkin
2018-06-13
4
-14
/
+255
*
SPDX: Fixup tags from latest EFI PR
Tom Rini
2018-06-03
1
-2
/
+1
*
efi_loader: Fix warning in raw/cols query
Alexander Graf
2018-06-03
1
-1
/
+1
*
efi_loader: create handles from normal memory
Heinrich Schuchardt
2018-06-03
1
-7
/
+6
*
efi_loader: efi_mem_carve_out should return s64
Heinrich Schuchardt
2018-06-03
1
-14
/
+18
*
efi_loader: avoid anonymous constants for AllocatePages
Heinrich Schuchardt
2018-06-03
1
-3
/
+5
*
efi_selftest: check for buffer overflow in efi_get_variable
Ivan Gorinov
2018-06-03
1
-1
/
+17
*
efi_selftest: imply FAT, FAT_WRITE
Heinrich Schuchardt
2018-06-03
1
-0
/
+2
*
efi_loader: DocBook comments for boot services
Heinrich Schuchardt
2018-06-03
1
-396
/
+436
*
efi: Update some comments related to smbios tables
Simon Glass
2018-06-03
1
-1
/
+6
*
efi_selftest: test unaligned memory access
Heinrich Schuchardt
2018-06-03
2
-0
/
+71
*
efi_selftest: test ReinstallProtocolInterface
Heinrich Schuchardt
2018-06-03
1
-3
/
+32
*
efi_loader: implement ReinstallProtocolInterface
Heinrich Schuchardt
2018-06-03
1
-23
/
+43
*
efi_loader: check interface when uninstalling protocol
Heinrich Schuchardt
2018-06-03
1
-0
/
+2
*
efi_selftest: correct efi_selftest_manageprotocols
Heinrich Schuchardt
2018-06-03
1
-1
/
+1
*
efi_loader: fix off-by-one bug in efi_get_variable
Ivan Gorinov
2018-06-03
1
-24
/
+16
*
efi_loader: avoid using unitialized values as console size
Heinrich Schuchardt
2018-06-03
1
-2
/
+12
*
efi_selftest: unit test for variable services
Heinrich Schuchardt
2018-06-03
2
-0
/
+181
*
efi_loader: adjust definitions of variable services
Heinrich Schuchardt
2018-06-03
3
-22
/
+22
*
efi_loader: always check parameters in efi_cout_query_mode()
Heinrich Schuchardt
2018-06-03
1
-42
/
+48
*
efi_selftest: updating the cursor position
Heinrich Schuchardt
2018-06-03
1
-0
/
+78
*
efi_loader: updating the cursor position
Heinrich Schuchardt
2018-06-03
1
-8
/
+19
*
efi_loader: remove unnecessary include
Heinrich Schuchardt
2018-06-03
4
-4
/
+0
*
efi_loader: if EFI_LOADER is enabled, enable CFB_CONSOLE_ANSI
Heinrich Schuchardt
2018-06-03
1
-0
/
+1
*
efi_loader: correctly apply relocations from the .reloc section
Ivan Gorinov
2018-06-03
1
-3
/
+11
*
Merge branch 'master' of git://git.denx.de/u-boot-usb
Tom Rini
2018-06-01
3
-0
/
+273
|
\
|
*
mmc: Separate "mmc swrite" from fastboot
Alex Kiernan
2018-05-30
3
-0
/
+273
*
|
scripts/dtc: Update to upstream version v1.4.6-9-gaadd0b65c987
Rob Herring
2018-05-31
1
-9
/
+9
*
|
efi_loader: Enable RISC-V support
Rick Chen
2018-05-29
2
-4
/
+35
*
|
efi_loader: Use EFI_CACHELINE_SIZE in the image loader too
Alexander Graf
2018-05-29
2
-8
/
+1
|
/
*
tpm: add PCR authentication commands support
Miquel Raynal
2018-05-25
1
-0
/
+100
*
tpm: add TPM2_HierarchyChangeAuth command support
Miquel Raynal
2018-05-25
1
-0
/
+44
*
tpm: add dictionary attack mitigation commands support
Miquel Raynal
2018-05-25
1
-0
/
+83
*
tpm: add TPM2_GetCapability command support
Miquel Raynal
2018-05-25
1
-0
/
+33
*
tpm: add TPM2_PCR_Read command support
Miquel Raynal
2018-05-25
1
-0
/
+42
*
tpm: add TPM2_PCR_Extend command support
Miquel Raynal
2018-05-25
1
-0
/
+38
*
tpm: add TPM2_Clear command support
Miquel Raynal
2018-05-25
1
-0
/
+35
*
tpm: add TPM2_SelfTest command support
Miquel Raynal
2018-05-25
1
-0
/
+12
*
tpm: add TPM2_Startup command support
Miquel Raynal
2018-05-25
1
-0
/
+21
*
tpm: report driver error code to upper layer
Miquel Raynal
2018-05-25
1
-1
/
+2
*
tpm: add possible traces to analyze buffers returned by the TPM
Miquel Raynal
2018-05-25
1
-1
/
+9
*
tpm: add macros to enhance TPM commands readability
Miquel Raynal
2018-05-25
1
-0
/
+6
*
tpm: prepare support for TPMv2.x commands
Miquel Raynal
2018-05-25
2
-0
/
+12
*
tpm: disociate TPMv1.x specific and generic code
Miquel Raynal
2018-05-25
4
-248
/
+288
*
tpm: prepare introduction of TPMv2.x support in Kconfig
Miquel Raynal
2018-05-25
1
-1
/
+1
*
tpm: add extra blank lines between declarations and code
Miquel Raynal
2018-05-25
1
-0
/
+3
*
tpm: fix spelling
Miquel Raynal
2018-05-25
1
-1
/
+1
*
tpm: align arguments with open parenthesis
Miquel Raynal
2018-05-25
1
-49
/
+51
*
tpm: substitute deprecated uint<x>_t types with their u<x> equivalent
Miquel Raynal
2018-05-25
1
-147
/
+143
*
tpm: remove extra spaces between a function and its opening bracket
Miquel Raynal
2018-05-25
1
-2
/
+2
[next]