summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* lib: crypto: add pkcs7_digest()AKASHI Takahiro2020-07-221-3/+89
* lib: crypto: import pkcs7_verify.c from linuxAKASHI Takahiro2020-07-223-0/+528
* lib: crypto: enable x509_check_for_self_signed()AKASHI Takahiro2020-07-222-10/+25
* lib: crypto: add public_key_verify_signature()AKASHI Takahiro2020-07-222-2/+70
* test/py: efi_secboot: fix additional pylint errorsAKASHI Takahiro2020-07-221-7/+8
* test/py: efi_secboot: remove unused functionAKASHI Takahiro2020-07-221-9/+0
* efi_loader: use logging for block device messagesHeinrich Schuchardt2020-07-221-10/+13
* efi_loader: use logging for bootefi commandHeinrich Schuchardt2020-07-223-28/+32
* efi_loader: returning from UEFI FIT imagesHeinrich Schuchardt2020-07-221-5/+4
* efi_loader: document efi_save_gd(), efi_restore_gd()Heinrich Schuchardt2020-07-221-5/+15
* efi_loader: loosen buffer parameter check in efi_file_readStefan Sørensen2020-07-221-1/+8
* efi_loader: Check for the native OP-TEE result on mm_communicate callsIlias Apalodimas2020-07-221-2/+2
* efi_loader: Rename and correct values for ARM_SMC_MM_*Ilias Apalodimas2020-07-222-12/+12
* efi_loader: don't use memmove() in efi_var_mem_del()Heinrich Schuchardt2020-07-222-1/+4
* efi_loader: efi_current_var after SetVirtualAddressMapHeinrich Schuchardt2020-07-221-0/+1
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-spiWIP/21Jul2020Tom Rini2020-07-212-14/+137
|\
| * mtd: spinand: micron: Add new Micron SPI NAND devices with multiple diesShivamurthy Shastri2020-07-201-0/+55
| * mtd: spinand: micron: Add M70A series Micron SPI NAND devicesShivamurthy Shastri2020-07-201-0/+20
| * mtd: spinand: micron: identify SPI NAND device with Continuous Read modeShivamurthy Shastri2020-07-202-0/+17
| * mtd: spinand: micron: Add new Micron SPI NAND devicesShivamurthy Shastri2020-07-201-0/+30
| * mtd: spinand: micron: Describe the SPI NAND device MT29F2G01ABAGDShivamurthy Shastri2020-07-201-0/+1
| * mtd: spinand: micron: Generalize the OOB layout structure and function namesShivamurthy Shastri2020-07-201-14/+14
|/
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86WIP/20Jul2020Tom Rini2020-07-2013-186/+925
|\
| * x86: mtrr: Enhance 'mtrr' command to list MTRRs on any CPUSimon Glass2020-07-201-1/+21
| * x86: mp: Add more comments to the moduleSimon Glass2020-07-202-3/+102
| * x86: mtrr: Update 'mtrr' to allow setting MTRRs on any CPUSimon Glass2020-07-201-2/+16
| * x86: mtrr: Restructure so command execution is in one placeSimon Glass2020-07-201-19/+36
| * x86: mtrr: Update the command to use the new mtrr callsSimon Glass2020-07-201-26/+8
| * x86: mtrr: Add support for writing to MTRRs on any CPUSimon Glass2020-07-203-3/+105
| * x86: mtrr: Update MTRRs on all CPUsSimon Glass2020-07-201-0/+57
| * x86: coral: Update the memory mapSimon Glass2020-07-201-0/+1
| * x86: Don't enable SMP in SPLSimon Glass2020-07-202-2/+2
| * x86: mtrr: Use MP calls to list the MTRRsSimon Glass2020-07-203-4/+62
| * x86: mp: Add iterators for CPUsSimon Glass2020-07-202-0/+105
| * x86: mp: Park CPUs before running the OSSimon Glass2020-07-203-0/+38
| * x86: mp: Allow running functions on multiple CPUsSimon Glass2020-07-202-6/+134
| * x86: Set the SMP flag when MP init is completeSimon Glass2020-07-201-0/+1
| * global_data: Add a generic global_data flag for SMP stateSimon Glass2020-07-201-0/+1
| * x86: mp: Support APs waiting for instructionsSimon Glass2020-07-204-8/+134
| * x86: cpu: Remove unnecessary #ifdefsSimon Glass2020-07-202-29/+26
| * x86: mp_init: Adjust bsp_init() to return more informationSimon Glass2020-07-201-13/+23
| * x86: mp_init: Set up the CPU numbers at the startSimon Glass2020-07-201-12/+9
| * x86: mtrr: Fix 'ensable' typoSimon Glass2020-07-201-1/+1
| * x86: mp_init: Drop the num_cpus static variableSimon Glass2020-07-201-7/+15
| * x86: mp_init: Switch parameter names in start_aps()Simon Glass2020-07-201-6/+19
| * x86: mp_init: Avoid declarations in header filesSimon Glass2020-07-202-23/+20
| * x86: Move MP code into mp_initSimon Glass2020-07-203-47/+16
| * x86: mp_init: Switch to livetreeSimon Glass2020-07-201-2/+1
| * dm: core: Don't show an ACPI warning if there is no orderingSimon Glass2020-07-201-1/+1
|/
* Merge tag 'mips-pull-2020-07-18' of https://gitlab.denx.de/u-boot/custodians/...WIP/18Jul2020Tom Rini2020-07-1841-379/+1937
|\