aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-01-31sunxi: OrangePi Zero 2: Enable EthernetAndre Przywara1-0/+2
2021-01-31net: sun8i-emac: Determine pinmux based on SoC, not EMAC typeAndre Przywara1-8/+20
2021-01-31net: sun8i-emac: Always clear syscon EPHY registerAndre Przywara1-18/+13
2021-01-30Merge tag 'efi-2021-04-rc1-4' of https://gitlab.denx.de/u-boot/custodians/u-b...WIP/30Jan2021Tom Rini8-10/+38
2021-01-29efi_loader: add Linux magic to aarch64 crt0Heinrich Schuchardt2-1/+4
2021-01-29tools: add mkeficapsule to .gitignoreHeinrich Schuchardt1-0/+1
2021-01-29disk: part_efi: update partition table entries after writeGary Bisson1-0/+3
2021-01-29efi_loader: switch to non-secure mode laterHeinrich Schuchardt2-4/+4
2021-01-29efi_loader: correct block IO alignment checkHeinrich Schuchardt1-4/+6
2021-01-29efi_selftest: test EFI_BLOCK_IO_PROTOCOL.Media->LastBlockHeinrich Schuchardt1-1/+20
2021-01-29configs: Resync with savedefconfigWIP/29Jan2021Tom 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 commandWIP/2021-01-29-assorted-fixesHeinrich 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'WIP/28Jan2021Tom Rini34-128/+915
2021-01-27cmd: misc: Fix return value for the sleep commandMarek Szyprowski1-1/+1
2021-01-27doc: device-tree-bindings: rtc: Abracon AB x80x i2c rtcYing-Chun Liu (PaulLiu)1-0/+31
2021-01-27rtc: add rtc-abx80x, a driver for the Abracon AB x80x i2c rtcYing-Chun Liu (PaulLiu)3-0/+563
2021-01-27autoboot: fix illegal memory access when stop key and delay key are emptyYuezhang.Mo@sony.com1-3/+3
2021-01-27binman: Allow reading entries from a subnodeSimon Glass2-0/+32
2021-01-27binman: Move selection of the binman node into a functionSimon Glass1-10/+33
2021-01-27crc32: Exclude crc32 from TPLSimon Glass1-0/+2
2021-01-27mmc: pci_mmc: Set the removable flagSimon Glass1-0/+8
2021-01-27mmc: pci_mmc: Only generate ACPI code for the SD cardSimon Glass1-1/+10
2021-01-27uuid: Add a comment for UUID_STR_LENSimon Glass1-0/+1
2021-01-27display_options: Use USE_TINY_PRINTF for SPL checkSimon Glass1-5/+4
2021-01-27fdtdec: Use CONFIG_IS_ENABLED in board_fdt_blob_setup()Simon Glass1-1/+1
2021-01-27fdtdec: Update the missing-devicetree messageSimon Glass1-1/+2
2021-01-27net: Use CONFIG_IS_ENABLED() in eth_dev_get_mac_address()Simon Glass1-1/+1
2021-01-27video: Allow syncing the entire framebuffer to the copySimon Glass2-0/+24
2021-01-27bloblist: Add missing tag namesSimon Glass1-0/+6
2021-01-27bloblist: Support relocating to a larger spaceSimon Glass5-4/+73
2021-01-27spl: Add functions for next and previous phaseSimon Glass2-1/+54
2021-01-27lib: rsa: rsa-verify: don't look for keys in the FIT imagePhilippe Reynes1-2/+2
2021-01-27pci: Remove CONFIG_PCI_ENUM_ONLY as it's not used (any more)Stefan Roese4-89/+41
2021-01-27common: fit-sig: Fix error message in fit_config_verify_sig()Alexandru Gagniuc1-1/+1
2021-01-27smccc: fix sign bit expansionVolodymyr Babchuk1-2/+2