summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gpio: Add a way to read 3-way strapping pinsWIP/2021-03-03-gpio-improvementsSimon Glass2021-03-035-5/+232
* gpio: Define the log category in the uclassSimon Glass2021-03-031-0/+2
* gpio: sandbox: Track whether a GPIO is drivenSimon Glass2021-03-032-7/+17
* gpio: x86: Drop the deprecated methods in intel_gpioSimon Glass2021-03-032-34/+43
* gpio: Use an 'ops' variable everywhereSimon Glass2021-03-031-11/+14
* gpio: Replace direction_input() and direction_output()Simon Glass2021-03-032-10/+31
* dm: gpio: Add a way to update flagsSimon Glass2021-03-035-43/+203
* gpio: sandbox: Make sandbox_gpio_set_flags() set all flagsSimon Glass2021-03-031-9/+12
* gpio: sandbox: Fully separate pin value from output valueSimon Glass2021-03-031-4/+20
* gpio: sandbox: Use a separate flag for the valueSimon Glass2021-03-032-23/+29
* gpio: sandbox: Rename GPIO dir_flags to flagsSimon Glass2021-03-033-39/+47
* gpio: Rename dm_gpio_get_dir_flags() to dm_gpio_get_flags()Simon Glass2021-03-033-10/+10
* dm: gpio: Rename get_dir_flags() method to get_flags()Simon Glass2021-03-035-32/+33
* dm: gpio: Rename set_dir_flags() method to update_flags()Simon Glass2021-03-036-27/+43
* gpio: Disable functions not used with of-platdataSimon Glass2021-03-031-0/+2
* 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