aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Convert CONFIG_LAST_STAGE_INIT to KconfigWIP/finish-some-migrationsTom Rini2021-11-077-5/+5
* Remove CONFIG_SERIAL_MULTITom Rini2021-11-074-4/+0
* Convert CONFIG_PL011_SERIAL et al to KconfigTom Rini2021-11-0711-6/+8
* Convert CONFIG_MACB to KconfigTom Rini2021-11-0722-15/+14
* Convert CONFIG_MD5 to KconfigTom Rini2021-11-074-2/+2
* Convert CONFIG_MX6 et al to KconfigTom Rini2021-11-072-8/+0
* Convert CONFIG_IMX_BOOTAUX et al to KconfigTom Rini2021-11-0710-10/+5
* # This is a combination of 2 commits.Tom Rini2021-11-0712-23/+2
* Convert CONFIG_I2C_EDID et al to KconfigTom Rini2021-11-0622-18/+20
* Convert CONFIG_PHYLIB et al to KconfigTom Rini2021-11-0637-19/+32
* Convert CONFIG_MISC_INIT_F et al to KconfigTom Rini2021-11-069-10/+5
* Convert CONFIG_TRACE et al to KconfigTom Rini2021-11-062-16/+0
* Convert CONFIG_SYS_CONSOLE_IS_IN_ENV to KconfigTom Rini2021-11-063-5/+1
* Convert CONFIG_ENV_IS_IN_SPI_FLASH et al to KconfigTom Rini2021-11-0622-50/+9
* Convert CONFIG_FSL_USDHC to KconfigTom Rini2021-11-0521-22/+11
* Convert CONFIG_FSL_LAYERSCAPE to KconfigTom Rini2021-11-052-1/+2
* Convert CONFIG_BITBANGMII to KconfigTom Rini2021-11-052-1/+1
* Convert CONFIG_DOS_PARTITION to KconfigTom Rini2021-11-057-3/+4
* Convert CONFIG_E1000 to KconfigTom Rini2021-11-058-10/+6
* Convert CONFIG_ARCH_CPU_INIT to KconfigTom Rini2021-11-052-1/+1
* Merge branch '2021-11-05-Kconfig-syncs'Tom Rini2021-11-05234-295/+167
|\
| * configs: Resync with savedefconfigWIP/2021-11-05-Kconfig-syncsTom Rini2021-11-0519-23/+2
| * Convert CONFIG_BOARD_EARLY_INIT_F et al to KconfigTom Rini2021-11-0518-22/+7
| * Convert CONFIG_SPL_DRIVERS_MISC et al to KconfigTom Rini2021-11-0553-95/+69
| * Convert CONFIG_BMP_16BPP to KconfigTom Rini2021-11-052-1/+1
| * Convert CONFIG_OF_EMBED to KconfigTom Rini2021-11-058-15/+2
| * Convert CONFIG_MCFUART to KconfigTom Rini2021-11-0533-15/+18
| * Convert CONFIG_FEC_MXC to KconfigTom Rini2021-11-0547-18/+30
| * Convert CONFIG_SUPPORT_EMMC_BOOT to KconfigTom Rini2021-11-0526-13/+14
| * Convert CONFIG_SYS_TEXT_BASE to KconfigTom Rini2021-11-052-2/+0
| * Convert CONFIG_SYS_HZ to KconfigTom Rini2021-11-0545-75/+0
| * spl: Make use of CONFIG_IS_ENABLED(OS_BOOT) in SPL/TPL common code pathsTom Rini2021-11-0512-15/+15
| * fs: yaffs2: Finish Kconfig migrationTom Rini2021-11-052-4/+12
|/
* Merge https://source.denx.de/u-boot/custodians/u-boot-marvellWIP/04Nov2021Tom Rini2021-11-049-13/+67
|\
| * sunxi: Use sysreset framework for poweroff/resetSamuel Holland2021-11-041-0/+3
| * sunxi: Avoid duplicate reset_cpu with SYSRESET enabledSamuel Holland2021-11-041-0/+2
| * watchdog: Automatically register device with sysresetSamuel Holland2021-11-044-0/+49
| * sysreset: watchdog: Move watchdog reference to plat dataSamuel Holland2021-11-041-8/+8
| * sysreset: Mark driver probe functions as staticSamuel Holland2021-11-044-4/+4
| * sysreset: Add uclass Kconfig dependency to driversSamuel Holland2021-11-041-2/+2
|/
* Merge https://source.denx.de/u-boot/custodians/u-boot-usbTom Rini2021-11-031-0/+1
|\
| * usb: mtu3: flush cache for the first GPD when allocate GPD ringChunfeng Yun2021-11-031-0/+1
* | Merge https://source.denx.de/u-boot/custodians/u-boot-marvellTom Rini2021-11-033-234/+451
|\ \ | |/ |/|
| * arm: a37xx: pci: Program the data strobe for config read requestsPali Rohár2021-11-031-0/+3
| * tools: kwboot: Do not send magic seq when changing baudrate back to 115200Pali Rohár2021-11-031-55/+60
| * tools: kwboot: Do not use stack when setting baudrate back to default valuePali Rohár2021-11-031-47/+65
| * tools: kwboot: Replace ARM mov + movt instruction pair by mov + orrPali Rohár2021-11-031-2/+2
| * tools: kwboot: Increase delay after changing baudrate in ARM codePali Rohár2021-11-031-9/+9
| * tools: kwboot: Do not call tcdrain() after each sent packetPali Rohár2021-11-031-5/+8
| * tools: kwboot: Fix sending retry of last header packetPali Rohár2021-11-031-5/+2