summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-01-31dm: replace auto_alloc_size with autoDario Binacchi1-1/+1
2021-01-31do not pass NULL pointer to libfdtStanislav Pinchuk1-1/+1
2021-01-31sandbox: keep time offset when resettingHeinrich Schuchardt4-1/+53
2021-01-31binman: Print a debug message when binman selects a nodeSimon Glass1-0/+2
2021-01-31Add a symlink for ctype.hSimon Glass1-0/+1
2021-01-31dm: core: Update ofnode_read_fmap_entry() to read hashesSimon Glass4-9/+61
2021-01-31dm: core: Add a comment about pinctrl_select_state()Simon Glass1-0/+9
2021-01-31clk: x86: Correct the driver nameSimon Glass1-2/+2
2021-01-31clk: Add debugging for return valuesSimon Glass1-5/+11
2021-01-31dm: core: Don't inline dev_read...() calls with of-platdataSimon Glass1-2/+1
2021-01-31sandbox: Disable I2C emulators in SPLSimon Glass4-8/+13
2021-01-31i2c: desigware: Add an alias for Intel Apollo LakeSimon Glass1-0/+2
2021-01-31x86: coral: Support TPM and RTC in SPLSimon Glass2-1/+22
2021-01-31spl: Tidy up SPL/TPL malloc sizesSimon Glass1-5/+8
2021-01-31cros_ec: Add vstore supportSimon Glass4-2/+202
2021-01-31cros_ec: Allow use with of-platdataSimon Glass1-0/+2
2021-01-31cros_ec: Show events in human-readable formSimon Glass3-7/+112
2021-01-31cros_ec: Add support for switchesSimon Glass7-0/+120
2021-01-31cros_ec: Add documentation for cros_ec driver operationsSimon Glass1-0/+40
2021-01-31cros_ec: Support reading EC featuresSimon Glass6-10/+195
2021-01-31cros_ec: Add support for reading the SKU IDSimon Glass5-0/+55
2021-01-31cros_ec: Add run-time check for input buffer overflowSimon Glass1-0/+2
2021-01-31cros_ec: Tidy up a few delaysSimon Glass1-7/+17
2021-01-31cros_ec: Add a function for the hello messageSimon Glass6-15/+101
2021-01-31doc/sandbox: improve formatting of command line optionsHeinrich Schuchardt1-14/+14
2021-01-31sandbox: fix sandbox_cmdline_cb_test_fdt()Heinrich Schuchardt1-1/+1
2021-01-31x86: typo segementHeinrich Schuchardt2-2/+2
2021-01-31binman: Allow for skip_at_start when reading entriesSimon Glass3-4/+48
2021-01-31binman: Support alignment of filesSimon Glass7-1/+53
2021-01-31binman: Allow vblock to include devicetree blobsSimon Glass5-10/+96
2021-01-31binman: Support reading an image with entry argsSimon Glass5-4/+64
2021-01-31binman: Support finding symbols in sub-sectionsSimon Glass6-7/+123
2021-01-31binman: Fix a few file commentsSimon Glass2-2/+1
2021-01-31binman: Show the size when writing entriesSimon Glass1-1/+2
2021-01-31binman: Update the TODO listSimon Glass1-2/+1
2021-01-31patman: Correct lz4 compression parametersSimon Glass1-1/+2
2021-01-31dtoc: binman: Drop Python 2 codeSimon Glass2-4/+3
2021-01-31x86: coral: Enable CONFIG_BOOTARGS_SUBSTSimon Glass1-0/+1
2021-01-31x86: coral: Update an unused pin to reduce powerSimon Glass1-0/+1
2021-01-31tpm: cr50: Rename driver to work with of-platdataSimon Glass1-2/+2
2021-01-31tpm: cr50: Add a better description and more debugSimon Glass1-4/+18
2021-01-31tpm: cr50: Check for valid localitySimon Glass1-4/+12
2021-01-29configs: Resync with savedefconfigTom Rini27-108/+62
2021-01-29Merge branch '2021-01-29-assorted-fixes'Tom Rini22-52/+677
2021-01-29cmd: add more implementation IDs to sbi commandHeinrich Schuchardt1-16/+21
2021-01-29test: inconsistent string testsHeinrich Schuchardt1-2/+1
2021-01-29test: inconsistent bootm testsHeinrich Schuchardt1-1/+1
2021-01-29env: sf: cosmetic: remove unnecessary spacePatrick Delaunay1-2/+2
2021-01-29test: Update test_fs to not use deprecated pytest.yield_fixture()Tom Rini1-10/+5
2021-01-29test: correct entry point to pytestHeinrich Schuchardt1-5/+5