aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2022-06-28Convert CONFIG_FSL_SATA_V2 to KconfigTom Rini8-8/+0
2022-06-28ata: fsl_sata: Remove legacy non-BLK codeTom Rini14-84/+0
2022-06-28ata: dwc_ahsata: Remove legacy non-CONFIG_AHCI codeTom Rini9-18/+0
2022-06-28xtensa: Switch to using CONFIG_XTENSA for building device treesTom Rini1-6/+0
2022-06-28PowerPC: Remove some unused USB codeTom Rini2-10/+0
2022-06-28Convert CONFIG_TEGRA_GPU to KconfigTom Rini2-6/+0
2022-06-28usb: xhci-fsl: Remove non-DM codeTom Rini1-17/+0
2022-06-28Convert CONFIG_USB_EHCI_TXFIFO_THRESH to KconfigTom Rini5-20/+0
2022-06-28usb: ehci-fsl: Remove non-DM codeTom Rini1-15/+0
2022-06-28Convert CONFIG_HAS_FSL_DR_USB to KconfigTom Rini11-17/+0
2022-06-28Convert CONFIG_EHCI_HCD_INIT_AFTER_RESET to KconfigTom Rini56-86/+0
2022-06-28Convert CONFIG_EHCI_DESC_BIG_ENDIAN et al to KconfigTom Rini7-16/+0
2022-06-28ehci-mxs: Remove non-DM codeTom Rini3-3/+0
2022-06-28Convert CONFIG_EFLASH_PROTSECTORS to KconfigTom Rini1-1/+0
2022-06-28Convert CONFIG_E1000_NO_NVM to KconfigTom Rini2-6/+0
2022-06-27sha1: Fix digest state size/typeLoic Poulain1-1/+1
2022-06-27Merge tag 'xilinx-for-v2022.10' of https://source.denx.de/u-boot/custodians/u...WIP/27Jun2022-nextTom Rini1-8/+0
2022-06-24microblaze: cache: introduce Kconfig options for icache/dcache sizesOvidiu Panait1-4/+0
2022-06-24microblaze: Fix early stack allocationMichal Simek1-4/+0
2022-06-24xilinx: zynqmp: Do not use 0 as spl bss start addressStefan Herbrechtsmeier1-1/+1
2022-06-23Merge branch '2022-06-23-scmi-optee-and-smccc-updates' into nextTom Rini4-3/+60
2022-06-23firmware: psci: bind arm smccc features when discoveredEtienne Carriere2-0/+30
2022-06-23smccc: define generic IDs for feature discoveryEtienne Carriere1-0/+4
2022-06-23firmware: scmi: add multi-channel supportEtienne Carriere2-0/+18
2022-06-23firmware: scmi: prepare uclass to pass channel referenceEtienne Carriere1-1/+3
2022-06-23firmware: scmi: prepare scmi uclass API to multi-channelEtienne Carriere2-2/+5
2022-06-23test: fuzz: Add framework for fuzzingAndrew Scull1-0/+51
2022-06-23fuzzing_engine: Add fuzzing engine uclassAndrew Scull2-0/+52
2022-06-23linker_lists: Rename sections to remove . prefixAndrew Scull1-9/+9
2022-06-22corstone1000: Convert to text file environmentTom Rini1-14/+0
2022-06-22gxp: Convert to text file environmentTom Rini1-28/+0
2022-06-22configs: gxp: add core supportNick Hawkins1-0/+43
2022-06-22arm: add support to corstone1000 platformRui Miguel Silva1-0/+41
2022-06-22cmd: load: add load command for memory mappedRui Miguel Silva2-0/+3
2022-06-22ARM: dts: omap3-devkit8000: Add support for Devkit8000Anthoine Bourgeois1-12/+4
2022-06-20Merge branch 'master' into nextTom Rini9-21/+45
2022-06-20Merge tag 'u-boot-stm32-20220620' of https://source.denx.de/u-boot/custodians...Tom Rini8-20/+123
2022-06-20board: sl28: rename include guard macroMichael Walle1-3/+3
2022-06-20board: freescale: p1_p2_rdb_pc: Move boot reset macros to p1_p2_bootsrc.hPali Rohár2-32/+68
2022-06-19efi_loader: initialize console size lateHeinrich Schuchardt1-0/+2
2022-06-17Merge commit '32e0379143b433e29d76404f5f4c279067e48853' of https://github.com...Tom Rini1-1/+2
2022-06-17stm32mp1: fix reference for STMicroelectronicsPatrick Delaunay4-5/+5
2022-06-17configs: stm32mp: cleanup the stm32mp15 filePatrick Delaunay1-11/+0
2022-06-17stm32mp: stpmic1: remove the debug unit request by debuggerPatrick Delaunay1-3/+0
2022-06-17arm: stm32mp: add support of STM32MP13xPatrick Delaunay3-1/+118
2022-06-16fs/squashfs: sqfs_read: Prevent arbitrary code executionMiquel Raynal1-1/+3
2022-06-16odroid_xu3: Fix board environment variableTom Rini1-0/+1
2022-06-16Merge tag 'u-boot-imx-20220616' of https://gitlab.denx.de/u-boot/custodians/u...WIP/16Jun2022Tom Rini2-3/+3
2022-06-16arm: socfpga: vining: Unmount UBIFS and detach UBI in ubi_load scriptMarek Vasut1-1/+2
2022-06-15mmc: Add support for wait_dat0 callbackLoic Poulain1-0/+1