aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-05-02Merge branch '2022-05-02-add-verifying-program-loader'WIP/02May2022Tom Rini44-60/+1169
2022-05-02Merge https://source.denx.de/u-boot/custodians/u-boot-marvellTom Rini13-237/+221
2022-05-02CI: Run VPL testsWIP/2022-05-02-add-verifying-program-loaderSimon Glass2-0/+9
2022-05-02vpl: Test that VPL runs correctly through to U-Boot properSimon Glass1-0/+14
2022-05-02vpl: Support running vpl testsSimon Glass3-3/+45
2022-05-02sandbox: Add a build for VPLSimon Glass6-7/+294
2022-05-02vpl: Add Kconfig options for VPLSimon Glass18-4/+612
2022-05-02Introduce Verifying Program Loader (VPL)Simon Glass13-19/+131
2022-05-02Makefile: Tidy up the TPL build rulesSimon Glass1-2/+5
2022-05-02Makefile: Simplify devicetree rules for SPL/TPLSimon Glass1-5/+2
2022-05-02avb: Don't build in SPLSimon Glass1-1/+1
2022-05-02bloblist: Correct Kconfig dependenciesSimon Glass1-2/+2
2022-05-02test: Tidy up test building with SPLSimon Glass2-2/+2
2022-05-02doc: Expand SPL docs to explain the phase and configSimon Glass1-0/+34
2022-05-02doc: Convert SPL documentation to ReSTSimon Glass2-17/+20
2022-05-02ARM: mvebu: x530: set MPP55 to gpioChris Packham1-1/+1
2022-05-02arm: mvebu: clearfog_defconfig: enable setexpr commandJosef Schlehofer1-1/+0
2022-05-02arm: mvebu: turris_omnia: Fix SYS_RSTOUT_* macro namesPali Rohár1-3/+3
2022-05-02arm: kirkwood: nsa310s: Use Marvell uclass mvgbe and PHY driver for DM EthernetTony Dinh5-142/+41
2022-05-02net: marvell: mvgbe: Set PHY page 0 before phy_connectTony Dinh1-0/+4
2022-05-02arm: mvebu: turris_mox: Add NVMe and SCSI to boot targetsPali Rohár1-0/+2
2022-05-02arm: mvebu: turris_omnia: Add NVMe to boot targetsPali Rohár1-0/+1
2022-05-02arm: mvebu: turris_omnia: Always enable MMC, SCSI and USB boot targetsPali Rohár1-21/+3
2022-05-02arm: mvebu: turris_omnia: Define CONFIG_ETHPRIME instead of ethact= ENVPali Rohár2-1/+2
2022-05-02arm: mvebu: turris_omnia: Fix RESET button messagePali Rohár1-1/+1
2022-05-02arm: mvebu: turris_omnia: Add support for USB3.0 mode in WWAN MiniPCIe slotPali Rohár1-0/+57
2022-05-02arm: mvebu: turris_omnia: Signal error when sata/pcie DT modePali Rohár1-1/+5
2022-05-02arm: mvebu: turris_omnia: Extract code for disabling sata/pciePali Rohár1-44/+52
2022-05-02arm: mvebu: turris_omnia: Allow to configure mSATA slot via env variablePali Rohár1-2/+25
2022-05-02arm: mvebu: turris_omnia: Define only one serdes map variablePali Rohár1-15/+8
2022-05-02arm: mvebu: turris_omnia: Enable ENV support in SPLPali Rohár1-0/+1
2022-05-02arm: mvebu: turris_omnia: Provide env_sf_get_env_addr() functionPali Rohár1-0/+10
2022-05-02env: sf: Allow to use env_sf_init_addr() at any stagePali Rohár1-11/+11
2022-04-29Merge tag 'efi-2022-07-rc2' of https://source.denx.de/u-boot/custodians/u-boo...WIP/29Apr2022Tom Rini5-29/+25
2022-04-29Merge branch '2022-04-29-fuzzing-and-asan-fixes'Tom Rini8-18/+14
2022-04-29test: dm: devres: Remove use-after-freeWIP/2022-04-29-fuzzing-and-asan-fixesAndrew Scull1-4/+1
2022-04-29test: Fix pointer overrun in dm_test_devm_regmap()Andrew Scull1-5/+4
2022-04-29sound: Fix buffer overflow in square wave generationAndrew Scull1-4/+2
2022-04-29usb: sandbox: Bounds check read from bufferAndrew Scull1-0/+2
2022-04-29usb: sandbox: Check for string end in copy_to_unicode()Andrew Scull1-3/+2
2022-04-29x86: sandbox: Add missing PCI bar to barinfoAndrew Scull1-0/+1
2022-04-29acpi: Fix buffer overflow in do_acpi_dump()Andrew Scull1-1/+1
2022-04-29doc: Correct position of gdb '--args' parameterAndrew Scull1-1/+1
2022-04-29efi_loader: call efi_init_early() earlierHeinrich Schuchardt1-3/+3
2022-04-29efi_loader: disk: allow blk devices even without UCLASS_PARTITIONAKASHI Takahiro1-14/+15
2022-04-29efi_loader: simplify efi_add_conventional_memory_map()Heinrich Schuchardt1-1/+1
2022-04-29efi_loader: simplify try_load_entry()Heinrich Schuchardt1-6/+2
2022-04-29efi: fix devpath_is_partition()Heinrich Schuchardt1-1/+1
2022-04-29efi_loader: don't call log with __func__ as parameterHeinrich Schuchardt1-4/+3
2022-04-28Merge branch '2022-04-28-led-updates'Tom Rini24-109/+92