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
/
cmd
Commit message (
Expand
)
Author
Age
Files
Lines
*
efi_loader: Enable RISC-V support
Rick Chen
2018-05-29
1
-1
/
+1
*
tpm: add PCR authentication commands support
Miquel Raynal
2018-05-25
1
-0
/
+48
*
tpm: add TPM2_HierarchyChangeAuth command support
Miquel Raynal
2018-05-25
1
-12
/
+47
*
tpm: add dictionary attack mitigation commands support
Miquel Raynal
2018-05-25
1
-0
/
+67
*
tpm: add TPM2_GetCapability command support
Miquel Raynal
2018-05-25
1
-0
/
+45
*
tpm: add TPM2_PCR_Read command support
Miquel Raynal
2018-05-25
1
-0
/
+43
*
tpm: add TPM2_PCR_Extend command support
Miquel Raynal
2018-05-25
1
-0
/
+37
*
tpm: add TPM2_Clear command support
Miquel Raynal
2018-05-25
1
-0
/
+29
*
tpm: add TPM2_SelfTest command support
Miquel Raynal
2018-05-25
1
-0
/
+26
*
tpm: add TPM2_Startup command support
Miquel Raynal
2018-05-25
1
-0
/
+26
*
tpm: prepare support for TPMv2.x commands
Miquel Raynal
2018-05-25
2
-0
/
+34
*
tpm: disociate TPMv1.x specific and generic code
Miquel Raynal
2018-05-25
5
-293
/
+328
*
tpm: prepare introduction of TPMv2.x support in Kconfig
Miquel Raynal
2018-05-25
2
-7
/
+19
*
tpm: align arguments with open parenthesis
Miquel Raynal
2018-05-25
1
-61
/
+59
*
tpm: substitute deprecated uint<x>_t types with their u<x> equivalent
Miquel Raynal
2018-05-25
1
-43
/
+43
*
bootcount: Add bootcount command
Alex Kiernan
2018-05-23
3
-0
/
+69
*
Convert CONFIG_SUPPORT_EMMC_RPMB to Kconfig
Alex Kiernan
2018-05-23
2
-3
/
+10
*
pmic: Rewrite the pmic command to not only work with single byte transmission
Lukasz Majewski
2018-05-18
1
-12
/
+19
*
net: Add Kconfig option for BOOTP_NTPSERVER
Chris Packham
2018-05-14
1
-0
/
+4
*
SPDX: Convert a few files that were missed before
Tom Rini
2018-05-10
1
-2
/
+1
*
cmd: add ADC cli commands
Neil Armstrong
2018-05-08
3
-0
/
+129
*
arm64: Add SMC and HVC commands
Michalis Pappas
2018-05-08
3
-0
/
+87
*
mmc: support writing sparse images
Jassi Brar
2018-05-08
1
-0
/
+73
*
arm: v7R: Add initial support
Michal Simek
2018-05-07
1
-1
/
+1
*
arm: v7: Kconfig: Rename CPU_V7 as CPU_V7A
Lokesh Vutla
2018-05-07
1
-1
/
+1
*
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-05-07
126
-252
/
+126
*
cmd: CONFIG_CMD_LOG select CONFIG_LOG
Heinrich Schuchardt
2018-04-28
1
-0
/
+1
*
Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR
Tom Rini
2018-04-27
5
-10
/
+0
*
Convert CONFIG_SPI to Kconfig
Adam Ford
2018-04-27
1
-2
/
+2
*
cmd: clk: Check return value from soc_clk_dump
Michal Simek
2018-04-23
1
-1
/
+9
*
bootvx: x86: Assign bootaddr based on kernel memory base
Bin Meng
2018-04-16
1
-41
/
+46
*
bootvx: Exit if bootline address is not specified
Bin Meng
2018-04-16
1
-56
/
+53
*
bootvx: Refactor the bootline copy codes a little bit
Bin Meng
2018-04-16
1
-10
/
+5
*
bootvx: x86: Make VxWorks EFI console driver happy
Bin Meng
2018-04-16
1
-0
/
+19
*
elf: Add a very simple ELF64 loader
Bin Meng
2018-04-16
1
-1
/
+43
*
x86: Rename e820entry to e820_entry
Bin Meng
2018-04-16
1
-3
/
+3
*
vxworks: x86: Rename e820info to e820_info
Bin Meng
2018-04-16
1
-3
/
+3
*
bootvx: x86: Explicitly clear the bootloader image size
Bin Meng
2018-04-16
1
-0
/
+7
*
bootvx: x86: Prepare e820 related stuff from the given kernel memory base add...
Bin Meng
2018-04-16
1
-13
/
+7
*
Merge git://git.denx.de/u-boot-net
Tom Rini
2018-04-15
3
-22
/
+113
|
\
|
*
Revert "Kconfig: cmd: Make networking command dependent on NET"
Joe Hershberger
2018-04-13
1
-2
/
+2
|
*
net: Make the BOOTP options default
Joe Hershberger
2018-04-13
1
-0
/
+6
|
*
net: Improve BOOTP PXE config option
Joe Hershberger
2018-04-13
1
-3
/
+5
|
*
net: Add the BOOTP_DNS2 option to Kconfig
Joe Hershberger
2018-04-13
1
-0
/
+11
|
*
net: Improve menu options and help for BOOTP options
Joe Hershberger
2018-04-13
1
-5
/
+14
|
*
net: Move the DHCP command below the BOOTP command
Joe Hershberger
2018-04-13
1
-6
/
+6
|
*
net: Move net command options to the cmd menu
Joe Hershberger
2018-04-13
1
-7
/
+57
|
*
net: Make CMD_NET a menuconfig
Joe Hershberger
2018-04-13
2
-8
/
+21
*
|
vxworks: fixed cpu enable using PSCI on armv8
Vasyl Vavrychuk
2018-04-13
1
-0
/
+5
|
/
*
Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot
Tom Rini
2018-04-09
1
-84
/
+145
|
\
[next]