| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | tpm: remove redundant blank line | Miquel Raynal | 2018-05-25 | 1 | -1/+0 |
* | fdt: Add another Altera Arria10 clock init compatible | Marek Vasut | 2018-05-18 | 1 | -0/+1 |
* | SPDX: Convert a few files that were missed before | Tom Rini | 2018-05-10 | 23 | -49/+24 |
* | Merge git://git.denx.de/u-boot-mmc | Tom Rini | 2018-05-08 | 1 | -1/+0 |
|\ |
|
| * | lib: fdtdec: drop the old compatible about max77686 | Jaehoon Chung | 2018-05-08 | 1 | -1/+0 |
* | | lib/Kconfig: Mark OF_LIBFDT_OVERLAY as depending on OF_LIBFDT | Tom Rini | 2018-05-08 | 1 | -0/+1 |
* | | configs: TI: Enable FIT Library overlay support | Praneeth Bajjuri | 2018-05-08 | 1 | -0/+1 |
|/ |
|
* | SPDX: Convert all of our multiple license tags to Linux Kernel style | Tom Rini | 2018-05-07 | 3 | -4/+3 |
* | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini | 2018-05-07 | 95 | -200/+97 |
* | Consolidate __assert_failed into one implementation | Alex Kiernan | 2018-04-28 | 3 | -17/+8 |
* | spl: Disable printf if not required | Alex Kiernan | 2018-04-28 | 3 | -6/+11 |
* | spl: Split sprintf, strto* from SPL serial in Kconfig | Alex Kiernan | 2018-04-28 | 2 | -9/+40 |
* | lib/rsa: Kconfig: Remove superfluous 'depends on RSA' | Eugeniu Rosca | 2018-04-28 | 1 | -4/+4 |
* | Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR | Tom Rini | 2018-04-27 | 6 | -12/+0 |
* | efi_selftest: test EFI_DEVICE_PATH_UTILITIES_PROTOCOL | Heinrich Schuchardt | 2018-04-23 | 2 | -0/+287 |
* | efi_loader: complete EFI_DEVICE_PATH_UTILITIES_PROTOCOL | Heinrich Schuchardt | 2018-04-23 | 2 | -10/+170 |
* | efi_loader: correcty determine total device path length | Heinrich Schuchardt | 2018-04-23 | 2 | -11/+27 |
* | efi_loader: correctly determine length of empty device path | Heinrich Schuchardt | 2018-04-23 | 1 | -0/+2 |