summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-03-02tpm: Add an API that can support v1.2 and v2Simon Glass2-0/+537
2021-03-02tpm: Add debugging of request in tpm_sendrecv_command()Simon Glass1-2/+8
2021-03-02tpm: Use logging in the uclassSimon Glass1-3/+5
2021-03-02tpm: Don't include cr50 in TPL/SPLSimon Glass2-3/+3
2021-03-02bootm: Fix duplicate debugging in bootm_process_cmdline()Simon Glass1-1/+1
2021-03-02sandbox: Write out bloblist when exitingSimon Glass1-0/+5
2021-03-02sandbox: Avoid using malloc() for system stateSimon Glass5-30/+37
2021-03-02sandbox: Add os_realloc()Simon Glass2-1/+59
2021-03-02s5p4418_nanopi2: Drop dead codeSimon Glass2-146/+0
2021-03-02doc: Add a note about producing 'md.b' output using hexdumpSimon Glass1-0/+10
2021-03-02doc: describe the md commandSimon Glass3-1/+97
2021-03-02binman: Indicate how to make binman verboseSimon Glass2-1/+4
2021-03-02spl: Drop duplicate 'Jumping to U-Boot' messageSimon Glass1-2/+1
2021-03-02arm: remove set_dacr/get_dacr functionsPatrick Delaunay1-14/+0
2021-03-02arm: cp15: remove weak function arm_init_domainsPatrick Delaunay3-10/+0
2021-03-02arm: omap2: remove arm_init_domainsPatrick Delaunay1-17/+0
2021-03-02arm: cp15: update DACR value to activate access controlPatrick Delaunay1-2/+5
2021-03-02arm: cosmetic: align TTB_SECT define valuePatrick Delaunay1-1/+1
2021-03-02arm: remove TTB_SECT_XN_MASK in DCACHE_WRITETHROUGHPatrick Delaunay1-1/+1
2021-03-02stm32mp: update the mmu configuration for SPL and prerelocPatrick Delaunay1-10/+30
2021-03-02stm32mp: update MMU config before the relocationPatrick Delaunay1-4/+9
2021-03-02reset: Remove addr parameter from reset_cpu()Harald Seiler134-142/+142
2021-03-02Revert "lpc32xx: cpu: add support for soft reset"Harald Seiler1-16/+5
2021-03-02board: ns3: Remove superfluous reset logicHarald Seiler1-20/+2
2021-03-02nds32: Remove dead reset_cpu() implementationHarald Seiler1-22/+0
2021-03-01Prepare v2021.04-rc3Tom Rini1-1/+1
2021-03-01log: convert pr_*() to loggingHeinrich Schuchardt2-38/+48
2021-03-01fs: btrfs: do not fail when offset of a ROOT_ITEM is not -1Marek Behún1-2/+1
2021-02-28uboot-test-hooks: Switch to our GitLab instanceTom Rini3-3/+3
2021-02-28Correct U-Boot upstream repositoryHeinrich Schuchardt12-67/+67
2021-02-27Merge tag 'efi-2021-04-rc3-2' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini6-12/+24
2021-02-26Merge https://gitlab.denx.de/u-boot/custodians/u-boot-usbTom Rini21-158/+543
2021-02-26Merge https://gitlab.denx.de/u-boot/custodians/u-boot-spiTom Rini6-36/+113
2021-02-26Merge tag 'u-boot-stm32-20210226' of https://gitlab.denx.de/u-boot/custodians...Tom Rini4-80/+13
2021-02-26cmd/efidebug: add firmware management protocol GUIDHeinrich Schuchardt1-0/+4
2021-02-26efi_loader: fix documentation in efi_loader.hHeinrich Schuchardt1-7/+13
2021-02-26efi_loader: limit output length for VenHw, VenMediaHeinrich Schuchardt1-2/+4
2021-02-26tools/mkeficapsule.c: fix DEBUG buildKlaus Heinrich Kiwi1-1/+1
2021-02-26MAINTAINERS: assign tools/mkeficapsule.c to EFI PAYLOADHeinrich Schuchardt1-0/+1
2021-02-26efi_loader: ACPI tables must be in EfiACPIReclaimMemoryHeinrich Schuchardt1-2/+1
2021-02-26configs: stm32mp1: enable uefi related commandsIlias Apalodimas2-0/+6
2021-02-26arm: dts: stm32mp15: remove duplicate uart nodesPatrick Delaunay1-80/+0
2021-02-26ARM: stm32: Add USB host boot supportMarek Vasut1-0/+7
2021-02-26usb: gadget: dwc2_udc_otg: Fix dwc2_gadget_start() and usb_gadget_register_dr...Patrice Chotard1-6/+2
2021-02-26usb: kbd: Also accept keyboards with Interrupt OUT endpointStefan Brüns1-9/+14
2021-02-26fastboot: add UUU command UCmd and ACmd supportHeiko Schocher6-0/+108
2021-02-26doc: Document partition specificationsSean Anderson3-0/+85
2021-02-26doc: Rename k210 partitions anchorSean Anderson1-2/+2
2021-02-26fastboot: Allow u-boot-style partitionsSean Anderson2-62/+132
2021-02-26fastboot: Move part_get_info_by_name_or_alias after raw_part_get_info_by_nameSean Anderson1-22/+22