summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* TEST: binman_sym.h needs linux/compiler.hWIP/RFC-ltoTom Rini2021-03-031-0/+2
* arm: When using LTO do not use -ffunction-sections/-fdata-sectionsTom Rini2021-03-031-4/+9
* LTO: Enable this by defaultTom Rini2021-03-031-1/+1
* arch: ARM: make LTO availableMarek Behún2021-03-032-0/+3
* string: make memcpy() visible to fix LTO linking errorsMarek Behún2021-03-031-1/+2
* ARM: make gd a function for LTOMarek Behún2021-03-031-1/+1
* sandbox: build with LTOMarek Behún2021-03-034-0/+4
* arch: sandbox: make LTO availableMarek Behún2021-03-032-2/+3
* build: support building with Link Time OptimizationsMarek Behún2021-03-036-1/+64
* binman: declare symbols externally visibleMarek Behún2021-03-032-2/+3
* efi_loader: fix warning when linking with LTOMarek Behún2021-03-031-2/+2
* linker_lists: declare entries and lists externally visibleMarek Behún2021-03-031-2/+4
* sandbox: errno: avoid conflict with libc's errnoMarek Behún2021-03-032-2/+10
* build: use thin archives instead of incremental linkingMarek Behún2021-03-034-11/+9
* regmap: fix a serious pointer casting bugMarek Behún2021-03-031-1/+12
* Merge branch '2021-03-03-assorted-improvements' into nextTom Rini2021-03-03174-623/+1481
|\
| * 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