aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-03-02tpm: Allow disabling platform hierarchy with TPM2WIP/2021-03-01-assorted-improvementsSimon Glass2-0/+48
2021-03-02tpm: Add TPM2 support for write_lockSimon Glass3-1/+36
2021-03-02tpm: Add TPM2 support for read/write valuesSimon Glass4-2/+127
2021-03-02tpm: Add an implementation of define_spaceSimon Glass2-0/+65
2021-03-02tpm: Reduce duplication in a few functionsSimon Glass1-5/+8
2021-03-02tpm: Add a basic API implementation for TPMv2Simon Glass1-7/+77
2021-03-02tpm: Switch TPMv1 over to use the new APISimon Glass10-169/+168
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: cache: cp15: don't map the reserved region with no-map propertyPatrick Delaunay2-2/+20
2021-03-02stm32mp: don't map the reserved region with no-map propertyPatrick Delaunay1-2/+14
2021-03-02image-fdt: save no-map parameter of reserve-memoryPatrick Delaunay1-8/+15
2021-03-02test: lmb: add test for lmb_reserve_flagsPatrick Delaunay1-0/+89
2021-03-02lmb: add lmb_dump_region() functionPatrick Delaunay1-20/+20
2021-03-02lmb: add lmb_is_reserved_flagsPatrick Delaunay2-2/+9
2021-03-02lmb: Add support of flags for no-map propertiesPatrick Delaunay2-9/+63
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-02configs: stm32mp15: increase the number of reserved memory region in lmbPatrick Delaunay2-0/+2
2021-03-02lmb: Add 2 config to define the max number of regionsPatrick Delaunay2-4/+18
2021-03-02lmb: Move lmb property arrays in struct lmbPatrick Delaunay2-2/+37
2021-03-02lmb: remove lmb_region.sizePatrick Delaunay2-7/+0
2021-03-02lmb: move CONFIG_LMB in KconfigPatrick Delaunay18-31/+8
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-rc3v2021.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 instanceWIP/28Feb2021Tom 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