aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-tegraWIP/15Oct2021Tom Rini2021-10-152-11/+30
|\
| * ARM: tegra: Support EMC frequency tables on Tegra210Thierry Reding2021-10-131-1/+1
| * fdtdec: Support reserved-memory flagsThierry Reding2021-10-131-7/+13
| * fdtdec: Reorder fdtdec_set_carveout() parameters for consistencyThierry Reding2021-10-131-4/+4
| * fdtdec: Support compatible string list for reserved memoryThierry Reding2021-10-131-3/+14
| * fdtdec: Support retrieving the name of a carveoutThierry Reding2021-10-131-3/+5
* | Convert CONFIG_USB_EHCI_IS_TDI to KconfigMarek Behún2021-10-1522-53/+0
* | Drop CONFIG_USB_EHCI_KIRKWOODMarek Behún2021-10-151-1/+0
* | Convert CONFIG_USB_EHCI_MXS to KconfigMarek Behún2021-10-151-1/+0
* | Rename CONFIG_EHCI_IS_TDI to CONFIG_USB_EHCI_IS_TDIMarek Behún2021-10-1522-22/+22
* | Remove unused CONFIG_CONS_NONEPatrick Delaunay2021-10-151-1/+0
* | Remove unused CONFIG_SYS_FLASH_AMD_CHECK_DQ7Patrick Delaunay2021-10-152-2/+0
* | Remove unused CONFIG_NO_RELOCATIONPatrick Delaunay2021-10-151-1/+0
* | am33x: Remove unused define CONFIG_MUSB_HOSTPatrick Delaunay2021-10-151-7/+0
* | scripts: remove some configs in config_whitelist.txtPatrick Delaunay2021-10-152-2/+1
|/
* Merge tag 'u-boot-stm32-20211012' of https://source.denx.de/u-boot/custodians...WIP/12Oct2021Tom Rini2021-10-1211-30/+3
|\
| * cmd: bind: Fix driver binding on a devicePatrice Chotard2021-10-121-1/+2
| * pm9263: Remove unused CONFIG_USER_LOWLEVEL_INITPatrick Delaunay2021-10-081-1/+0
| * stm32f429: move CONFIG_BOOTCOMMAND in defconfigPatrick Delaunay2021-10-081-3/+0
| * configs: Move some usb config in defconfigPatrick Delaunay2021-10-084-13/+0
| * Convert CONFIG_STM32_FLASH to KconfigPatrick Delaunay2021-10-084-8/+0
| * Revert "configs: stm32mp1: only support SD card after NOR in bootcmd_stm32mp"Marek Vasut2021-10-081-3/+1
| * arm: stm32: Disable ATAGs supportPatrick Delaunay2021-10-088-40/+0
* | Merge https://source.denx.de/u-boot/custodians/u-boot-sunxiTom Rini2021-10-123-17/+110
|\ \
| * | sunxi: video: Convert panel I2C to use DM_I2CSamuel Holland2021-10-121-17/+0
| * | i2c: Add a DM_I2C driver for the sun8i RSB controllerSamuel Holland2021-10-121-0/+6
| * | i2c: Add a DM_I2C driver for the sun6i P2WI controllerSamuel Holland2021-10-121-0/+6
| * | clk: sunxi: Move header out of arch directorySamuel Holland2021-10-111-0/+98
* | | board: siemens: iot2050: Adjust to changes in DT and configurationJan Kiszka2021-10-111-2/+0
|/ /
* | Merge tag 'video-20211009' of https://source.denx.de/u-boot/custodians/u-boot...WIP/09Oct2021Tom Rini2021-10-0913-21/+16
|\ \
| * | video: move MXS to KconfigAnatolij Gustschin2021-10-0912-21/+7
| * | video: Add 30bpp supportMark Kettenis2021-10-091-0/+9
* | | lz4: Use a private header for U-BootSimon Glass2021-10-091-0/+0
|/ /
* | image: Drop most #ifdefs in image-board.cSimon Glass2021-10-081-2/+5
* | image: Drop unnecessary #ifdefs from image.hSimon Glass2021-10-082-37/+7
* | image: Tidy up fit_unsupported_reset()Simon Glass2021-10-081-13/+0
* | image: Drop IMAGE_ENABLE_IGNORESimon Glass2021-10-081-3/+0
* | image: Drop IMAGE_OF_SYSTEM_SETUPSimon Glass2021-10-081-6/+0
* | image: Drop IMAGE_OF_BOARD_SETUPSimon Glass2021-10-081-6/+0
* | image: Drop IMAGE_BOOT_GET_CMDLINESimon Glass2021-10-081-6/+0
* | image: Use Kconfig to enable FIT_RSASSA_PSS on hostSimon Glass2021-10-082-5/+0
* | image: Use Kconfig to enable CONFIG_FIT_VERBOSE on hostSimon Glass2021-10-081-3/+2
* | image: Drop IMAGE_ENABLE_OF_LIBFDTSimon Glass2021-10-081-3/+0
* | image: Drop IMAGE_ENABLE_FITSimon Glass2021-10-081-9/+8
* | hash: Use Kconfig to enable hashing in host tools and SPLSimon Glass2021-10-083-7/+6
* | kconfig: Add tools support to CONFIG_IS_ENABLED()Simon Glass2021-10-081-3/+10
* | compiler: Rename host_build() to tools_build()Simon Glass2021-10-081-2/+3
* | image: Avoid #ifdefs for manual relocationSimon Glass2021-10-081-0/+6
* | image: Create a function to do manual relocationSimon Glass2021-10-081-1/+23
* | gzip: Avoid use of u64Simon Glass2021-10-082-4/+7