summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2021-10-19arm: total_compute: increase DRAM to 8GBUsama Arif
2021-10-18treewide: Remove OF_PRIOR_STAGEIlias Apalodimas
2021-10-15Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-tegraTom Rini
2021-10-15Convert CONFIG_USB_EHCI_IS_TDI to KconfigMarek Behún
2021-10-15Drop CONFIG_USB_EHCI_KIRKWOODMarek Behún
2021-10-15Convert CONFIG_USB_EHCI_MXS to KconfigMarek Behún
2021-10-15Rename CONFIG_EHCI_IS_TDI to CONFIG_USB_EHCI_IS_TDIMarek Behún
2021-10-15Remove unused CONFIG_CONS_NONEPatrick Delaunay
2021-10-15Remove unused CONFIG_SYS_FLASH_AMD_CHECK_DQ7Patrick Delaunay
2021-10-15Remove unused CONFIG_NO_RELOCATIONPatrick Delaunay
2021-10-15am33x: Remove unused define CONFIG_MUSB_HOSTPatrick Delaunay
2021-10-15scripts: remove some configs in config_whitelist.txtPatrick Delaunay
2021-10-13ARM: tegra: Support EMC frequency tables on Tegra210Thierry Reding
2021-10-13fdtdec: Support reserved-memory flagsThierry Reding
2021-10-13fdtdec: Reorder fdtdec_set_carveout() parameters for consistencyThierry Reding
2021-10-13fdtdec: Support compatible string list for reserved memoryThierry Reding
2021-10-13fdtdec: Support retrieving the name of a carveoutThierry Reding
2021-10-12Merge tag 'u-boot-stm32-20211012' of https://source.denx.de/u-boot/custodians...Tom Rini
2021-10-12Merge https://source.denx.de/u-boot/custodians/u-boot-sunxiTom Rini
2021-10-12cmd: bind: Fix driver binding on a devicePatrice Chotard
2021-10-12sunxi: video: Convert panel I2C to use DM_I2CSamuel Holland
2021-10-12i2c: Add a DM_I2C driver for the sun8i RSB controllerSamuel Holland
2021-10-12i2c: Add a DM_I2C driver for the sun6i P2WI controllerSamuel Holland
2021-10-11board: siemens: iot2050: Adjust to changes in DT and configurationJan Kiszka
2021-10-11clk: sunxi: Move header out of arch directorySamuel Holland
2021-10-09Merge tag 'video-20211009' of https://source.denx.de/u-boot/custodians/u-boot...Tom Rini
2021-10-09video: move MXS to KconfigAnatolij Gustschin
2021-10-09lz4: Use a private header for U-BootSimon Glass
2021-10-09video: Add 30bpp supportMark Kettenis
2021-10-08image: Drop most #ifdefs in image-board.cSimon Glass
2021-10-08image: Drop unnecessary #ifdefs from image.hSimon Glass
2021-10-08image: Tidy up fit_unsupported_reset()Simon Glass
2021-10-08image: Drop IMAGE_ENABLE_IGNORESimon Glass
2021-10-08image: Drop IMAGE_OF_SYSTEM_SETUPSimon Glass
2021-10-08image: Drop IMAGE_OF_BOARD_SETUPSimon Glass
2021-10-08image: Drop IMAGE_BOOT_GET_CMDLINESimon Glass
2021-10-08image: Use Kconfig to enable FIT_RSASSA_PSS on hostSimon Glass
2021-10-08image: Use Kconfig to enable CONFIG_FIT_VERBOSE on hostSimon Glass
2021-10-08image: Drop IMAGE_ENABLE_OF_LIBFDTSimon Glass
2021-10-08image: Drop IMAGE_ENABLE_FITSimon Glass
2021-10-08hash: Use Kconfig to enable hashing in host tools and SPLSimon Glass
2021-10-08kconfig: Add tools support to CONFIG_IS_ENABLED()Simon Glass
2021-10-08compiler: Rename host_build() to tools_build()Simon Glass
2021-10-08image: Avoid #ifdefs for manual relocationSimon Glass
2021-10-08image: Create a function to do manual relocationSimon Glass
2021-10-08gzip: Avoid use of u64Simon Glass
2021-10-08zstd: Create a function for use from U-BootSimon Glass
2021-10-08compiler: Add a comment to host_build()Simon Glass
2021-10-08Add support for an owned bufferSimon Glass
2021-10-08lib: Add memdup()Simon Glass