index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
configs
/
imx8mp_rsb3720.h
Age
Commit message (
Expand
)
Author
2024-07-05
configs: Remove duplicate newlines
Marek Vasut
2024-06-13
net: phy: Replace PHY_ANEG_TIMEOUT with Kconfig symbol
Marek Vasut
2023-02-09
Correct SPL uses of CMD_MMC
Simon Glass
2022-12-23
configs: Remove unused or redundant CONFIG symbols
Tom Rini
2022-12-23
global: Migrate CONFIG_MXC_UART_BASE to CFG
Tom Rini
2022-12-23
global: Migrate CONFIG_MALLOC_F_ADDR to CFG
Tom Rini
2022-12-23
global: Migrate CONFIG_FEC_MXC_PHYADDR to CFG
Tom Rini
2022-12-23
global: Migrate CONFIG_EXTRA_ENV_SETTINGS to CFG
Tom Rini
2022-12-05
global: Move remaining CONFIG_SYS_* to CFG_SYS_*
Tom Rini
2022-12-05
global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*
Tom Rini
2022-12-05
global: Move remaining CONFIG_SYS_NAND_* to CFG_SYS_NAND_*
Tom Rini
2022-11-10
global: Migrate CONFIG_SYS_FSL* symbols to the CFG_SYS namespace
Tom Rini
2022-11-10
Convert CONFIG_SYS_NONCACHED_MEMORY to Kconfig
Tom Rini
2022-11-10
Convert CONFIG_SYS_MONITOR_LEN to Kconfig
Tom Rini
2022-11-10
Convert CONFIG_SYS_MAX_NAND_DEVICE to Kconfig
Tom Rini
2022-08-08
net: dwc_eth_qos: remove use of DWC_NET_PHYADDR
Rasmus Villemoes
2022-07-07
Convert CONFIG_SYS_BOOTM_LEN to Kconfig
Tom Rini
2022-06-14
configs: drop CONFIG_SPL_ABORT_ON_RAW_IMAGE
Peng Fan
2022-06-06
Convert CONFIG_SYS_SPL_MALLOC_SIZE et al to Kconfig
Tom Rini
2022-06-06
Convert CONFIG_SPL_BSS_START_ADDR to Kconfig
Tom Rini
2022-06-06
Convert CONFIG_SPL_STACK to Kconfig
Tom Rini
2022-06-06
Migrate CUSTOM_SYS_INIT_SP_ADDR to Kconfig using system-constants.h
Tom Rini
2022-06-06
Convert CONFIG_SPL_BSS_MAX_SIZE et al to Kconfig
Tom Rini
2022-06-06
Convert CONFIG_SPL_PAD_TO et al to Kconfig
Tom Rini
2022-06-06
Convert CONFIG_SYS_BARGSIZE to Kconfig
Tom Rini
2022-06-06
Convert CONFIG_SYS_CBSIZE to Kconfig
Tom Rini
2022-06-06
Convert CONFIG_SYS_PBSIZE to Kconfig
Tom Rini
2022-06-06
Convert CONFIG_SYS_MAXARGS to Kconfig
Tom Rini
2022-05-20
imx: imx8mp_rsb3720a1: convert to DM_SERIAL
Peng Fan
2022-05-20
configs: remove FEC_QUIRK_ENET_MAC from imx8m configs
Tim Harvey
2022-05-20
ARM: imx: imx8m: Introduce and use UART_BASE_ADDR(n)
Marek Vasut
2022-04-21
configs: drop CONFIG_MMCROOT
Peng Fan
2022-04-15
capsule: board: Add information needed for capsule updates
Sughosh Ganu
2022-03-18
net: fec_mxc: Drop CONFIG_FEC_XCV_TYPE
Tom Rini
2022-03-18
Convert CONFIG_ETHPRIME to Kconfig
Tom Rini
2022-03-18
Remove CONFIG_HAS_ETH0 et al symbols
Tom Rini
2022-03-18
configs: Re-run migrations
Tom Rini
2022-02-19
arm: imx8m: add support for Advantech RSB-3720
Ying-Chun Liu (PaulLiu)