summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-05-04pci: Add mask parameter to dm_pci_map_bar()Andrew Scull30-39/+52
2022-05-04pci: Update dm_pci_bus_to_virt() parametersAndrew Scull2-4/+4
2022-05-04pci: Match region flags using a maskAndrew Scull1-85/+25
2022-05-03pci: Map bars with offset and lengthAndrew Scull30-47/+56
2022-05-03pci: Range check address conversionsAndrew Scull1-22/+35
2022-05-03pci: Check region ranges are addressableAndrew Scull1-1/+16
2022-05-03pci: Fix use of flags in dm_pci_map_bar()Andrew Scull1-5/+5
2022-05-03virtio: pci: Read entire capability into memoryAndrew Scull1-34/+38
2022-05-03virtio: pci: Check virtio capability is in boundsAndrew Scull1-4/+16
2022-05-03virtio: pci: Check virtio common config sizeAndrew Scull1-0/+8
2022-05-03virtio: pci: Bounds check notification writesAndrew Scull1-2/+15
2022-05-03virtio: pci: Bounds check device config accessAndrew Scull1-4/+12
2022-05-03virtio: pci: Fix discovery of device config lengthAndrew Scull1-1/+1
2022-05-03virtio: pci: Allow exclusion of legacy driverAndrew Scull2-1/+11
2022-05-03Merge branch '2022-05-02-add-verifying-program-loader'Tom Rini14-4/+239
2022-05-02vpl: Add Kconfig options for VPLSimon Glass13-4/+237
2022-05-02Introduce Verifying Program Loader (VPL)Simon Glass1-0/+2
2022-05-02net: marvell: mvgbe: Set PHY page 0 before phy_connectTony Dinh1-0/+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-28led: Drop led_default_state()Marek Vasut1-6/+0
2022-04-28led: gpio: Use NOP uclass driver for top-level nodeMarek Vasut1-17/+13
2022-04-28led: gpio: Check device compatible string to determine the top level nodeMarek Vasut1-2/+1
2022-04-28led: Mark device instance with DM_FLAG_PROBE_AFTER_BINDMarek Vasut1-1/+3
2022-04-28dm: core: Add DM_FLAG_PROBE_AFTER_BIND flagMarek Vasut1-1/+23
2022-04-27Merge https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xxTom Rini9-47/+141
2022-04-27Merge tag 'u-boot-amlogic-20220427' of https://source.denx.de/u-boot/custodia...Tom Rini4-7/+99
2022-04-26cpu: 83xx: Add missing dependency on CPU_MPC83XXMichal Simek1-1/+1
2022-04-26pci: fsl: Change compatible string for mpc8548 to "fsl, mpc8548-pcie"Pali Rohár1-1/+1
2022-04-26mmc: fsl_esdhc_spl: pre-PBL: implement redundancy supportPali Rohár1-7/+18
2022-04-26mmc: fsl_esdhc: Define macro ESDHCCTL_SNOOP for Snoop attributePali Rohár1-1/+1
2022-04-26mtd: nand: raw: Add support for DT property nand-ecc-algo=bchPali Rohár1-0/+6
2022-04-26mtd: rawnand: fsl_elbc: Use ECC configuration from device treePali Rohár1-23/+26
2022-04-26mtd: rawnand: fsl_elbc: Add device tree supportPali Rohár2-2/+44
2022-04-26mtd: rawnand: fsl_elbc: Implement RNDOUT commandPali Rohár1-0/+8
2022-04-26ddr: fsl: Allow to compile it without env supportPali Rohár1-0/+4
2022-04-26mmc: mmc_mode_name() is used also when LOGLEVEL >= LOGL_DEBUGPali Rohár1-1/+1
2022-04-26mmc: fsl_esdhc_spl: Call mmc_init() before booting from SD cardPali Rohár1-0/+5
2022-04-26mmc: fsl_esdhc_spl: pre-PBL: fix determining U-Boot sizePali Rohár1-10/+2
2022-04-26mmc: fsl_esdhc_spl: pre-PBL: check for BOOT signature instead of MBR/DBRPali Rohár1-2/+25
2022-04-26spi: atmel-quadspi: Fix the buswidth adjustment between spi-mem and controllerTudor Ambarus1-0/+3
2022-04-26timers: atmel_pit: introduce CONFIG_SPL_ATMEL_PIT_TIMEREugen Hristev2-1/+11
2022-04-26timers: atmel_tcb: introduce CONFIG_SPL_ATMEL_TCBEugen Hristev2-1/+9
2022-04-26sysreset: Add Atmel/Microchip sysreset driverSergiu Moga3-0/+87
2022-04-25nds32: Remove the architectureTom Rini6-330/+0
2022-04-25Merge branch '2022-04-25-initial-implementation-of-stdboot'Tom Rini7-6/+176
2022-04-25bootstd: usb: Add a bootdev driverSimon Glass2-0/+65
2022-04-25bootstd: mmc: Add a bootdev driverSimon Glass3-0/+90