summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-07-22lib: crypto: add pkcs7_digest()AKASHI Takahiro
2020-07-22lib: crypto: import pkcs7_verify.c from linuxAKASHI Takahiro
2020-07-22lib: crypto: enable x509_check_for_self_signed()AKASHI Takahiro
2020-07-22lib: crypto: add public_key_verify_signature()AKASHI Takahiro
2020-07-22test/py: efi_secboot: fix additional pylint errorsAKASHI Takahiro
2020-07-22test/py: efi_secboot: remove unused functionAKASHI Takahiro
2020-07-22efi_loader: use logging for block device messagesHeinrich Schuchardt
2020-07-22efi_loader: use logging for bootefi commandHeinrich Schuchardt
2020-07-22efi_loader: returning from UEFI FIT imagesHeinrich Schuchardt
2020-07-22efi_loader: document efi_save_gd(), efi_restore_gd()Heinrich Schuchardt
2020-07-22efi_loader: loosen buffer parameter check in efi_file_readStefan Sørensen
2020-07-22efi_loader: Check for the native OP-TEE result on mm_communicate callsIlias Apalodimas
2020-07-22efi_loader: Rename and correct values for ARM_SMC_MM_*Ilias Apalodimas
2020-07-22efi_loader: don't use memmove() in efi_var_mem_del()Heinrich Schuchardt
2020-07-22efi_loader: efi_current_var after SetVirtualAddressMapHeinrich Schuchardt
2020-07-21Merge https://gitlab.denx.de/u-boot/custodians/u-boot-spiTom Rini
2020-07-20mtd: spinand: micron: Add new Micron SPI NAND devices with multiple diesShivamurthy Shastri
2020-07-20mtd: spinand: micron: Add M70A series Micron SPI NAND devicesShivamurthy Shastri
2020-07-20mtd: spinand: micron: identify SPI NAND device with Continuous Read modeShivamurthy Shastri
2020-07-20mtd: spinand: micron: Add new Micron SPI NAND devicesShivamurthy Shastri
2020-07-20mtd: spinand: micron: Describe the SPI NAND device MT29F2G01ABAGDShivamurthy Shastri
2020-07-20mtd: spinand: micron: Generalize the OOB layout structure and function namesShivamurthy Shastri
2020-07-20Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini
2020-07-20x86: mtrr: Enhance 'mtrr' command to list MTRRs on any CPUSimon Glass
2020-07-20x86: mp: Add more comments to the moduleSimon Glass
2020-07-20x86: mtrr: Update 'mtrr' to allow setting MTRRs on any CPUSimon Glass
2020-07-20x86: mtrr: Restructure so command execution is in one placeSimon Glass
2020-07-20x86: mtrr: Update the command to use the new mtrr callsSimon Glass
2020-07-20x86: mtrr: Add support for writing to MTRRs on any CPUSimon Glass
2020-07-20x86: mtrr: Update MTRRs on all CPUsSimon Glass
2020-07-20x86: coral: Update the memory mapSimon Glass
2020-07-20x86: Don't enable SMP in SPLSimon Glass
2020-07-20x86: mtrr: Use MP calls to list the MTRRsSimon Glass
2020-07-20x86: mp: Add iterators for CPUsSimon Glass
2020-07-20x86: mp: Park CPUs before running the OSSimon Glass
2020-07-20x86: mp: Allow running functions on multiple CPUsSimon Glass
2020-07-20x86: Set the SMP flag when MP init is completeSimon Glass
2020-07-20global_data: Add a generic global_data flag for SMP stateSimon Glass
2020-07-20x86: mp: Support APs waiting for instructionsSimon Glass
2020-07-20x86: cpu: Remove unnecessary #ifdefsSimon Glass
2020-07-20x86: mp_init: Adjust bsp_init() to return more informationSimon Glass
2020-07-20x86: mp_init: Set up the CPU numbers at the startSimon Glass
2020-07-20x86: mtrr: Fix 'ensable' typoSimon Glass
2020-07-20x86: mp_init: Drop the num_cpus static variableSimon Glass
2020-07-20x86: mp_init: Switch parameter names in start_aps()Simon Glass
2020-07-20x86: mp_init: Avoid declarations in header filesSimon Glass
2020-07-20x86: Move MP code into mp_initSimon Glass
2020-07-20x86: mp_init: Switch to livetreeSimon Glass
2020-07-20dm: core: Don't show an ACPI warning if there is no orderingSimon Glass
2020-07-18Merge tag 'mips-pull-2020-07-18' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini