aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-07-17pci: Mask the ROM address in case it is already enabledSimon Glass1-0/+1
2023-07-17pci: Adjust video BIOS debugging to be SPL-friendlySimon Glass1-2/+2
2023-07-17x86: Pass video settings from SPL to U-Boot properSimon Glass1-21/+57
2023-07-17x86: Allow video-BIOS code to be built for SPLSimon Glass1-14/+14
2023-07-17pci: Tidy up logging and reporting for video BIOSSimon Glass1-3/+9
2023-07-17pci: Support autoconfig in SPLSimon Glass2-1/+14
2023-07-17nvme: Provide more useful debugging messagesSimon Glass1-10/+26
2023-07-17qfw: Set the address of the ACPI tablesSimon Glass1-0/+4
2023-07-17bios_emulator: Drop VIDEO_IO_OFFSETSimon Glass2-9/+10
2023-07-17bios_emulator: Add Kconfig and adjust Makefile for SPLSimon Glass3-1/+13
2023-07-16bootstd: Use bootdev instead of bootdeviceSimon Glass3-3/+3
2023-07-14ufs: Use 'TASK_TAG' to construct the ucd_req_ptr->header.dword_0Bhupesh Sharma1-1/+1
2023-07-14drivers: led: bcm6753: do not use null label to find the topPhilippe Reynes1-54/+60
2023-07-14net: ti: am65-cpsw-nuss: Use dedicated port mode control registersAndreas Dannenberg1-3/+6
2023-07-14firmware: scmi: return a right errno for SCMI status codeAKASHI Takahiro1-1/+1
2023-07-14clk: scmi: claim the dependency on CONFIG_CLKAKASHI Takahiro1-0/+1
2023-07-14misc: npcm_host_intf: change initialization sequenceJim Liu1-3/+3
2023-07-14pinctrl: nuvoton: fix reset reason error for poweronJim Liu1-0/+3
2023-07-14misc: nuvoton: fix type errorJim Liu1-1/+1
2023-07-14video: Update stb_truetypeSimon Glass2-216/+2074
2023-07-14video: Use enum with video_index_to_colour()Simon Glass1-1/+1
2023-07-14console: Allow measuring the bounding box of textSimon Glass2-2/+84
2023-07-14video: Allow temporary colour changesSimon Glass1-0/+20
2023-07-14fdt: Allow more general use of livetreeSimon Glass1-5/+21
2023-07-14fdt: Clarify the fdt pre-relocation warningSimon Glass1-1/+1
2023-07-14console: Correct truetype spacing errorSimon Glass1-1/+1
2023-07-14video: Provide a way to clear part of the consoleSimon Glass2-69/+55
2023-07-14video: Drop #ifdefs from console_truetypeSimon Glass1-56/+56
2023-07-14dm: core: Avoid registering an inaccessible treeSimon Glass1-0/+9
2023-07-14gpio: Avoid using an invalid ofnodeSimon Glass1-1/+1
2023-07-13Merge https://gitlab.denx.de/u-boot/custodians/u-boot-spiWIP/13Jul2023Tom Rini9-48/+792
2023-07-13Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellTom Rini1-4/+16
2023-07-13Merge tag 'u-boot-imx-20230713' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini14-147/+680
2023-07-13clk: imx8mp: Update clocks based on kernel 6.4-RC4Adam Ford1-1/+2
2023-07-13dm: adc: add iMX93 ADC supportLuca Ellero3-0/+299
2023-07-13imx: imx8ulp: start the ELE RNG at bootPeng Fan1-0/+25
2023-07-13imx: misc: ele_mu: Update ELE MU driverYe Li1-5/+15
2023-07-13imx: misc: ele_mu: Update MU TR registers countYe Li1-2/+2
2023-07-13imx: ele_api: add DEK Blob generationPeng Fan1-0/+44
2023-07-13imx: ele_api: support program secure fuse and return lifecyclePeng Fan1-1/+63
2023-07-13imx: use generic name ele(EdgeLockSecure Enclave)Peng Fan6-131/+131
2023-07-13imx: scu_api: update to version 1.16 and add more APIsPeng Fan1-0/+78
2023-07-13imx: mach: correct SCU API usagePeng Fan1-5/+4
2023-07-13mtd: spi-nor: Add support for w25q256jwmVenkatesh Yadav Abbarapu1-0/+5
2023-07-13spi: npcm_pspi: use ACTIVE_LOW flag for cs gpio and set default max_hzJim Liu1-4/+8
2023-07-13mtd: spi-nor-ids: add xtxtech part#Bruce Suen1-1/+35
2023-07-13mtd: spi-nor-ids: change full company name of XTXBruce Suen1-1/+1
2023-07-13spi: soft_spi: Support the recommended soft spi propertiesFabio Estevam1-4/+17
2023-07-13spi: synquacer: remove SPI_TX_BYTE handlingMasahisa Kojima1-5/+3
2023-07-13spi: bcmbca-hsspi: Add driver for newer HSSPI controllerWilliam Zhang3-0/+424