summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-01-31dfu: add 'SCRIPT' entityMarek Szyprowski4-4/+46
2021-01-31dfu: add 'SKIP' entityJaehoon Chung4-2/+25
2021-01-31dfu: mmc: use the default MMC device if entity specifies it as -1Marek Szyprowski1-3/+4
2021-01-31cmd: usb_mass_storage: show device interface nameMarek Szyprowski1-2/+2
2021-01-31f_fastboot: Avoid use-after-free in the global pointer variableAndy Shevchenko1-1/+1
2021-01-31f_rockusb: Avoid use-after-free in the global pointer variableAndy Shevchenko1-1/+2
2021-01-31f_rockusb: Use NULL instead of 0 for pointersAndy Shevchenko1-2/+2
2021-01-31cmd: bcb: Add support for processing const string literals in bcb_set()Eugeniu Rosca2-7/+14
2021-01-31cmd: bcb: Expose 'bcb_write_reboot_reason' to external callersEugeniu Rosca2-0/+41
2021-01-31cmd: bcb: Extract '__bcb_store' from 'do_bcb_store' for internal needsEugeniu Rosca1-2/+7
2021-01-31cmd: bcb: Extract '__bcb_set' from 'do_bcb_set' for internal needsEugeniu Rosca1-6/+11
2021-01-31cmd: bcb: Extract '__bcb_load' from 'do_bcb_load' for internal needsEugeniu Rosca1-8/+23
2021-01-31gadget: f_thor: fix wrong file size castSeung-Woo Kim1-4/+4
2021-01-31dfu: Fix handling of UBI partitions in MTD backendGuillermo Rodriguez1-2/+2
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
2021-01-29test: pr_cont_test.o depends on CONFIG_LOG=yHeinrich Schuchardt1-1/+1
2021-01-29fs: btrfs: Select SHA256 in KconfigMatthias Brugger1-0/+1
2021-01-29fs: fat: remove superfluous assignmentsHeinrich Schuchardt2-4/+5
2021-01-29fs: fat: avoid out of bounds access warningHeinrich Schuchardt1-5/+2
2021-01-29avb: AVB_VERIFY depends on MMCHeinrich Schuchardt1-0/+1
2021-01-29vexpress_aemv8a: allow overriding BOOTCOMMANDStanislav Pinchuk1-2/+4
2021-01-29arm: dts: enable MTK SPI NOR controller driverSkyLake.Huang6-4/+56
2021-01-29spi: mtk_snor: add support for MTK SPI NOR controllerSkyLake.Huang3-0/+571
2021-01-29test: test_ofplatdata: Mark as sandbox specificTom Rini1-0/+1
2021-01-28Merge branch '2021-01-27-assorted-fixes-and-improvements'Tom Rini34-128/+915
2021-01-28cmd: misc: Fix return value for the sleep commandMarek Szyprowski1-1/+1
2021-01-28doc: device-tree-bindings: rtc: Abracon AB x80x i2c rtcYing-Chun Liu (PaulLiu)1-0/+31
2021-01-28rtc: add rtc-abx80x, a driver for the Abracon AB x80x i2c rtcYing-Chun Liu (PaulLiu)3-0/+563
2021-01-28autoboot: fix illegal memory access when stop key and delay key are emptyYuezhang.Mo@sony.com1-3/+3
2021-01-28binman: Allow reading entries from a subnodeSimon Glass2-0/+32
2021-01-28binman: Move selection of the binman node into a functionSimon Glass1-10/+33
2021-01-28crc32: Exclude crc32 from TPLSimon Glass1-0/+2
2021-01-28mmc: pci_mmc: Set the removable flagSimon Glass1-0/+8
2021-01-28mmc: pci_mmc: Only generate ACPI code for the SD cardSimon Glass1-1/+10
2021-01-28uuid: Add a comment for UUID_STR_LENSimon Glass1-0/+1
2021-01-28display_options: Use USE_TINY_PRINTF for SPL checkSimon Glass1-5/+4
2021-01-28fdtdec: Use CONFIG_IS_ENABLED in board_fdt_blob_setup()Simon Glass1-1/+1
2021-01-28fdtdec: Update the missing-devicetree messageSimon Glass1-1/+2
2021-01-28net: Use CONFIG_IS_ENABLED() in eth_dev_get_mac_address()Simon Glass1-1/+1
2021-01-28video: Allow syncing the entire framebuffer to the copySimon Glass2-0/+24
2021-01-28bloblist: Add missing tag namesSimon Glass1-0/+6
2021-01-28bloblist: Support relocating to a larger spaceSimon Glass5-4/+73
2021-01-28spl: Add functions for next and previous phaseSimon Glass2-1/+54