summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* TEST: Disable optimized memcpy/memsetWIP/2021-03-01-assorted-improvementsTom Rini2021-03-021-0/+2
* TEST: Reduce LMB regionsTom Rini2021-03-021-0/+2
* tpm: Allow disabling platform hierarchy with TPM2Simon Glass2021-03-022-0/+48
* tpm: Add TPM2 support for write_lockSimon Glass2021-03-023-1/+36
* tpm: Add TPM2 support for read/write valuesSimon Glass2021-03-024-2/+127
* tpm: Add an implementation of define_spaceSimon Glass2021-03-022-0/+65
* tpm: Reduce duplication in a few functionsSimon Glass2021-03-021-5/+8
* tpm: Add a basic API implementation for TPMv2Simon Glass2021-03-021-7/+77
* tpm: Switch TPMv1 over to use the new APISimon Glass2021-03-0210-169/+168
* tpm: Add an API that can support v1.2 and v2Simon Glass2021-03-022-0/+537
* tpm: Add debugging of request in tpm_sendrecv_command()Simon Glass2021-03-021-2/+8
* tpm: Use logging in the uclassSimon Glass2021-03-021-3/+5
* tpm: Don't include cr50 in TPL/SPLSimon Glass2021-03-022-3/+3
* bootm: Fix duplicate debugging in bootm_process_cmdline()Simon Glass2021-03-021-1/+1
* sandbox: Write out bloblist when exitingSimon Glass2021-03-021-0/+5
* sandbox: Avoid using malloc() for system stateSimon Glass2021-03-025-30/+37
* sandbox: Add os_realloc()Simon Glass2021-03-022-1/+59
* s5p4418_nanopi2: Drop dead codeSimon Glass2021-03-022-146/+0
* doc: Add a note about producing 'md.b' output using hexdumpSimon Glass2021-03-021-0/+10
* doc: describe the md commandSimon Glass2021-03-023-1/+97
* binman: Indicate how to make binman verboseSimon Glass2021-03-022-1/+4
* spl: Drop duplicate 'Jumping to U-Boot' messageSimon Glass2021-03-021-2/+1
* arm: remove set_dacr/get_dacr functionsPatrick Delaunay2021-03-021-14/+0
* arm: cp15: remove weak function arm_init_domainsPatrick Delaunay2021-03-023-10/+0
* arm: omap2: remove arm_init_domainsPatrick Delaunay2021-03-021-17/+0
* arm: cp15: update DACR value to activate access controlPatrick Delaunay2021-03-021-2/+5
* arm: cosmetic: align TTB_SECT define valuePatrick Delaunay2021-03-021-1/+1
* arm: remove TTB_SECT_XN_MASK in DCACHE_WRITETHROUGHPatrick Delaunay2021-03-021-1/+1
* stm32mp: update the mmu configuration for SPL and prerelocPatrick Delaunay2021-03-021-10/+30
* stm32mp: update MMU config before the relocationPatrick Delaunay2021-03-021-4/+9
* reset: Remove addr parameter from reset_cpu()Harald Seiler2021-03-02134-142/+142
* Revert "lpc32xx: cpu: add support for soft reset"Harald Seiler2021-03-021-16/+5
* board: ns3: Remove superfluous reset logicHarald Seiler2021-03-021-20/+2
* nds32: Remove dead reset_cpu() implementationHarald Seiler2021-03-021-22/+0
* Prepare v2021.04-rc3v2021.04-rc3Tom Rini2021-03-011-1/+1
* log: convert pr_*() to loggingHeinrich Schuchardt2021-03-012-38/+48
* fs: btrfs: do not fail when offset of a ROOT_ITEM is not -1Marek Behún2021-03-011-2/+1
* uboot-test-hooks: Switch to our GitLab instanceWIP/28Feb2021Tom Rini2021-02-283-3/+3
* Correct U-Boot upstream repositoryHeinrich Schuchardt2021-02-2812-67/+67
* Merge tag 'efi-2021-04-rc3-2' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini2021-02-276-12/+24
|\
| * cmd/efidebug: add firmware management protocol GUIDHeinrich Schuchardt2021-02-261-0/+4
| * efi_loader: fix documentation in efi_loader.hHeinrich Schuchardt2021-02-261-7/+13
| * efi_loader: limit output length for VenHw, VenMediaHeinrich Schuchardt2021-02-261-2/+4
| * tools/mkeficapsule.c: fix DEBUG buildKlaus Heinrich Kiwi2021-02-261-1/+1
| * MAINTAINERS: assign tools/mkeficapsule.c to EFI PAYLOADHeinrich Schuchardt2021-02-261-0/+1
| * efi_loader: ACPI tables must be in EfiACPIReclaimMemoryHeinrich Schuchardt2021-02-261-2/+1
* | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-usbWIP/26Feb2021Tom Rini2021-02-2621-158/+543
|\ \
| * | usb: gadget: dwc2_udc_otg: Fix dwc2_gadget_start() and usb_gadget_register_dr...Patrice Chotard2021-02-261-6/+2
| * | usb: kbd: Also accept keyboards with Interrupt OUT endpointStefan Brüns2021-02-261-9/+14
| * | fastboot: add UUU command UCmd and ACmd supportHeiko Schocher2021-02-266-0/+108