aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-03-12doc: Explain how to run tests without pytestSimon Glass3-0/+90
2021-03-12test: Re-enable test_ofplatdataSimon Glass1-1/+1
2021-03-12sandbox: Drop the 'starting...' messageSimon Glass2-2/+0
2021-03-12doc: Document make tcheckSimon Glass1-1/+11
2021-03-12doc: Tidy up testing sectionSimon Glass1-8/+12
2021-03-12dm: core: Fix allocation of empty of-platdataSimon Glass1-4/+13
2021-03-04Merge tag 'next-2021-03-04' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini4-142/+159
2021-03-04Merge branch '2021-03-03-gpio-improvements' into nextTom Rini9-220/+704
2021-03-03gpio: Add a way to read 3-way strapping pinsWIP/2021-03-03-gpio-improvementsSimon Glass5-5/+232
2021-03-03gpio: Define the log category in the uclassSimon Glass1-0/+2
2021-03-03gpio: sandbox: Track whether a GPIO is drivenSimon Glass2-7/+17
2021-03-03gpio: x86: Drop the deprecated methods in intel_gpioSimon Glass2-34/+43
2021-03-03gpio: Use an 'ops' variable everywhereSimon Glass1-11/+14
2021-03-03gpio: Replace direction_input() and direction_output()Simon Glass2-10/+31
2021-03-03dm: gpio: Add a way to update flagsSimon Glass5-43/+203
2021-03-03gpio: sandbox: Make sandbox_gpio_set_flags() set all flagsSimon Glass1-9/+12
2021-03-03gpio: sandbox: Fully separate pin value from output valueSimon Glass1-4/+20
2021-03-03gpio: sandbox: Use a separate flag for the valueSimon Glass2-23/+29
2021-03-03gpio: sandbox: Rename GPIO dir_flags to flagsSimon Glass3-39/+47
2021-03-03gpio: Rename dm_gpio_get_dir_flags() to dm_gpio_get_flags()Simon Glass3-10/+10
2021-03-03dm: gpio: Rename get_dir_flags() method to get_flags()Simon Glass5-32/+33
2021-03-03dm: gpio: Rename set_dir_flags() method to update_flags()Simon Glass6-27/+43
2021-03-03gpio: Disable functions not used with of-platdataSimon Glass1-0/+2
2021-03-03Merge branch '2021-03-03-assorted-improvements' into nextTom Rini174-623/+1481
2021-03-03video: sunxi_display: Convert to DM_VIDEOJagan Teki4-142/+159
2021-03-02tpm: Allow disabling platform hierarchy with TPM2Simon 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: 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