summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-03virtio: pci: Check virtio configs are mappedAndrew Scull
2022-05-03pci: Add mask parameter to dm_pci_map_bar()Andrew Scull
2022-05-03pci: Update dm_pci_bus_to_virt() parametersAndrew Scull
2022-05-03pci: Match region flags using a maskAndrew Scull
2022-05-03pci: Map bars with offset and lengthAndrew Scull
2022-05-03test: pci: Test PCI address conversion functionsAndrew Scull
2022-05-03pci: Range check address conversionsAndrew Scull
2022-05-03pci: Check region ranges are addressableAndrew Scull
2022-05-03pci: Fix use of flags in dm_pci_map_bar()Andrew Scull
2022-05-03virtio: pci: Read entire capability into memoryAndrew Scull
2022-05-03virtio: pci: Check virtio capability is in boundsAndrew Scull
2022-05-03virtio: pci: Check virtio common config sizeAndrew Scull
2022-05-03virtio: pci: Bounds check notification writesAndrew Scull
2022-05-03virtio: pci: Bounds check device config accessAndrew Scull
2022-05-03virtio: pci: Fix discovery of device config lengthAndrew Scull
2022-05-03virtio: pci: Allow exclusion of legacy driverAndrew Scull
2022-05-03CI: Azure: Rework how we update MSYS2Tom Rini
2022-05-02Merge branch '2022-05-02-add-verifying-program-loader'Tom Rini
2022-05-02Merge https://source.denx.de/u-boot/custodians/u-boot-marvellTom Rini
2022-05-02CI: Run VPL testsSimon Glass
2022-05-02vpl: Test that VPL runs correctly through to U-Boot properSimon Glass
2022-05-02vpl: Support running vpl testsSimon Glass
2022-05-02sandbox: Add a build for VPLSimon Glass
2022-05-02vpl: Add Kconfig options for VPLSimon Glass
2022-05-02Introduce Verifying Program Loader (VPL)Simon Glass
2022-05-02Makefile: Tidy up the TPL build rulesSimon Glass
2022-05-02Makefile: Simplify devicetree rules for SPL/TPLSimon Glass
2022-05-02avb: Don't build in SPLSimon Glass
2022-05-02bloblist: Correct Kconfig dependenciesSimon Glass
2022-05-02test: Tidy up test building with SPLSimon Glass
2022-05-02doc: Expand SPL docs to explain the phase and configSimon Glass
2022-05-02doc: Convert SPL documentation to ReSTSimon Glass
2022-05-02ARM: mvebu: x530: set MPP55 to gpioChris Packham
2022-05-02arm: mvebu: clearfog_defconfig: enable setexpr commandJosef Schlehofer
2022-05-02arm: mvebu: turris_omnia: Fix SYS_RSTOUT_* macro namesPali Rohár
2022-05-02arm: kirkwood: nsa310s: Use Marvell uclass mvgbe and PHY driver for DM EthernetTony Dinh
2022-05-02net: marvell: mvgbe: Set PHY page 0 before phy_connectTony Dinh
2022-05-02arm: mvebu: turris_mox: Add NVMe and SCSI to boot targetsPali Rohár
2022-05-02arm: mvebu: turris_omnia: Add NVMe to boot targetsPali Rohár
2022-05-02arm: mvebu: turris_omnia: Always enable MMC, SCSI and USB boot targetsPali Rohár
2022-05-02arm: mvebu: turris_omnia: Define CONFIG_ETHPRIME instead of ethact= ENVPali Rohár
2022-05-02arm: mvebu: turris_omnia: Fix RESET button messagePali Rohár
2022-05-02arm: mvebu: turris_omnia: Add support for USB3.0 mode in WWAN MiniPCIe slotPali Rohár
2022-05-02arm: mvebu: turris_omnia: Signal error when sata/pcie DT modePali Rohár
2022-05-02arm: mvebu: turris_omnia: Extract code for disabling sata/pciePali Rohár
2022-05-02arm: mvebu: turris_omnia: Allow to configure mSATA slot via env variablePali Rohár
2022-05-02arm: mvebu: turris_omnia: Define only one serdes map variablePali Rohár
2022-05-02arm: mvebu: turris_omnia: Enable ENV support in SPLPali Rohár
2022-05-02arm: mvebu: turris_omnia: Provide env_sf_get_env_addr() functionPali Rohár
2022-05-02env: sf: Allow to use env_sf_init_addr() at any stagePali Rohár