summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* i2c: desigware: Add an alias for Intel Apollo LakeSimon Glass2021-01-301-0/+2
* x86: coral: Support TPM and RTC in SPLSimon Glass2021-01-302-1/+22
* spl: Tidy up SPL/TPL malloc sizesSimon Glass2021-01-301-5/+8
* cros_ec: Add vstore supportSimon Glass2021-01-304-2/+202
* cros_ec: Allow use with of-platdataSimon Glass2021-01-301-0/+2
* cros_ec: Show events in human-readable formSimon Glass2021-01-303-7/+112
* cros_ec: Add support for switchesSimon Glass2021-01-307-0/+120
* cros_ec: Add documentation for cros_ec driver operationsSimon Glass2021-01-301-0/+40
* cros_ec: Support reading EC featuresSimon Glass2021-01-306-10/+195
* cros_ec: Add support for reading the SKU IDSimon Glass2021-01-305-0/+55
* cros_ec: Add run-time check for input buffer overflowSimon Glass2021-01-301-0/+2
* cros_ec: Tidy up a few delaysSimon Glass2021-01-301-7/+17
* cros_ec: Add a function for the hello messageSimon Glass2021-01-306-15/+101
* doc/sandbox: improve formatting of command line optionsHeinrich Schuchardt2021-01-301-14/+14
* sandbox: fix sandbox_cmdline_cb_test_fdt()Heinrich Schuchardt2021-01-301-1/+1
* x86: typo segementHeinrich Schuchardt2021-01-302-2/+2
* binman: Allow for skip_at_start when reading entriesSimon Glass2021-01-303-4/+48
* binman: Support alignment of filesSimon Glass2021-01-307-1/+53
* binman: Allow vblock to include devicetree blobsSimon Glass2021-01-305-10/+96
* binman: Support reading an image with entry argsSimon Glass2021-01-305-4/+64
* binman: Support finding symbols in sub-sectionsSimon Glass2021-01-306-7/+123
* binman: Fix a few file commentsSimon Glass2021-01-302-2/+1
* binman: Show the size when writing entriesSimon Glass2021-01-301-1/+2
* binman: Update the TODO listSimon Glass2021-01-301-2/+1
* patman: Correct lz4 compression parametersSimon Glass2021-01-301-1/+2
* dtoc: binman: Drop Python 2 codeSimon Glass2021-01-302-4/+3
* x86: coral: Enable CONFIG_BOOTARGS_SUBSTSimon Glass2021-01-301-0/+1
* x86: coral: Update an unused pin to reduce powerSimon Glass2021-01-301-0/+1
* tpm: cr50: Rename driver to work with of-platdataSimon Glass2021-01-301-2/+2
* tpm: cr50: Add a better description and more debugSimon Glass2021-01-301-4/+18
* tpm: cr50: Check for valid localitySimon Glass2021-01-301-4/+12
* configs: Resync with savedefconfigTom Rini2021-01-2927-108/+62
* Merge branch '2021-01-29-assorted-fixes'Tom Rini2021-01-2922-52/+677
|\
| * cmd: add more implementation IDs to sbi commandHeinrich Schuchardt2021-01-291-16/+21
| * test: inconsistent string testsHeinrich Schuchardt2021-01-291-2/+1
| * test: inconsistent bootm testsHeinrich Schuchardt2021-01-291-1/+1
| * env: sf: cosmetic: remove unnecessary spacePatrick Delaunay2021-01-291-2/+2
| * test: Update test_fs to not use deprecated pytest.yield_fixture()Tom Rini2021-01-291-10/+5
| * test: correct entry point to pytestHeinrich Schuchardt2021-01-291-5/+5
| * test: pr_cont_test.o depends on CONFIG_LOG=yHeinrich Schuchardt2021-01-291-1/+1
| * fs: btrfs: Select SHA256 in KconfigMatthias Brugger2021-01-291-0/+1
| * fs: fat: remove superfluous assignmentsHeinrich Schuchardt2021-01-292-4/+5
| * fs: fat: avoid out of bounds access warningHeinrich Schuchardt2021-01-291-5/+2
| * avb: AVB_VERIFY depends on MMCHeinrich Schuchardt2021-01-291-0/+1
| * vexpress_aemv8a: allow overriding BOOTCOMMANDStanislav Pinchuk2021-01-291-2/+4
| * arm: dts: enable MTK SPI NOR controller driverSkyLake.Huang2021-01-296-4/+56
| * spi: mtk_snor: add support for MTK SPI NOR controllerSkyLake.Huang2021-01-293-0/+571
| * test: test_ofplatdata: Mark as sandbox specificTom Rini2021-01-291-0/+1
|/
* Merge branch '2021-01-27-assorted-fixes-and-improvements'Tom Rini2021-01-2834-128/+915
|\
| * cmd: misc: Fix return value for the sleep commandMarek Szyprowski2021-01-271-1/+1