aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-02-22CI: add test/usage_of_is_enabled_check.shWIP/check-troy-kisky-is-enabled-seriesTroy Kisky9-0/+423
2023-02-22arm: cpu: armv7: ls102xa: fdt: remove eth_device supportTroy Kisky1-12/+0
2023-02-22power: pmic: add dm style definitions if not CONFIG_IS_ENABLED(POWER_LEGACY)Troy Kisky1-1/+1
2023-02-22gateworks: venice: surround call of setup_fec with if IS_ENABLED(CONFIG_NET)Troy Kisky1-1/+3
2023-02-22x86: cpu: i386: cpu: only set pci_ram_top if CONFIG_IS_ENABLED(PCI)Troy Kisky1-0/+2
2023-02-22arm: mach-imx: use CONFIG_$(SPL_)SATA instead of CONFIG_SATATroy Kisky1-1/+1
2023-02-22solidrun: mx6cuboxi: use CONFIG_IS_ENABLED(SATA) instead of CONFIG_CMD_SATATroy Kisky1-1/+1
2023-02-22ns16550: match when to define bdf with uart codeTroy Kisky2-4/+4
2023-02-22freescale: common: pfuze: define pfuze_mode_init only if defined(CONFIG_DM_PMIC)Troy Kisky1-1/+1
2023-02-22m53menlo: define ft_board_setup only if CONFIG_IS_ENABLED(OF_LIBFDT)Troy Kisky1-0/+2
2023-02-22fdt_support: always define fdt_fixup_mtdpartsTroy Kisky1-10/+13
2023-02-22puma-rk3399: remove check for ENV_IS_NOWHERE, it is an SPL configTroy Kisky1-4/+0
2023-02-22ringneck-px30: remove check for ENV_IS_NOWHERE, it is an SPL configTroy Kisky1-4/+0
2023-02-22ofnode: fdt_support definitions needed if OF_CONTROL is enabledTroy Kisky1-1/+2
2023-02-22config_distro_bootcmd: remove booting environment variables from SPL environmentTroy Kisky1-0/+23
2023-02-22x86: cpu: qemu: qemu: remove SPL use with CONFIG_IS_ENABLEDTroy Kisky1-1/+1
2023-02-22tools: Makefile: prepare for CONFIG_IS_ENABLED changes by adding CONFIG_TOOLS...Troy Kisky1-0/+2
2023-02-22tools: prevent CONFIG_IS_ENABLED errors by including linux/kconfig.hTroy Kisky6-0/+6
2023-02-22lib: sha512: prepare for CONFIG_IS_ENABLED changesTroy Kisky1-4/+8
2023-02-22lib: sha256: prepare for CONFIG_IS_ENABLED changesTroy Kisky1-2/+6
2023-02-22lib: sha1: prepare for CONFIG_IS_ENABLED changesTroy Kisky1-2/+6
2023-02-22lib: md5: prepare for CONFIG_IS_ENABLED changesTroy Kisky1-2/+7
2023-02-22lib: crc32: prepare for CONFIG_IS_ENABLED changesTroy Kisky1-4/+8
2023-02-22cmd: nvedit: check for ENV_SUPPORTTroy Kisky1-1/+4
2023-02-14Merge tag 'dm-next-valentine' of https://source.denx.de/u-boot/custodians/u-b...WIP/14Feb2023-nextTom Rini628-4385/+4666
2023-02-14dm: test: Add a test for the various migration combinationsSimon Glass1-0/+108
2023-02-14test: Add a way to set the environment for a pytestSimon Glass2-4/+6
2023-02-14CI: Add a check for pre-schema driver model tagsSimon Glass2-0/+21
2023-02-14checkpatch: Add a warning for pre-schema driver model tagsSimon Glass2-0/+12
2023-02-14dm: doc: Move to new driver model schemaSimon Glass23-62/+62
2023-02-14dm: doc: Update documentation for new driver model schemaSimon Glass7-42/+49
2023-02-14dm: doc: Update device tree binding docs for new schemaSimon Glass14-30/+30
2023-02-14dm: treewide: Complete migration to new driver model schemaSimon Glass9-25/+24
2023-02-14dm: dts: Convert driver model tags to use new schemaSimon Glass564-4216/+4216
2023-02-14dm: Add support for handling old u-boot,dm- tagsSimon Glass5-6/+50
2023-02-14schemas: Add schema for U-Boot driver model 'phase tags'Simon Glass1-0/+88
2023-02-13Prepare v2023.04-rc2v2023.04-rc2Tom Rini2-2/+4
2023-02-13clocks: qcs404: Add support for I2C clocksSumit Garg2-0/+75
2023-02-13Merge tag 'i2c-updates-for-v2023.04' of https://source.denx.de/u-boot/custodi...WIP/13Feb2023Tom Rini9-13/+527
2023-02-13Merge https://source.denx.de/u-boot/custodians/u-boot-marvellTom Rini18-7/+1358
2023-02-13arm: kirkwood: Enable uart0 dm-pre-reloc for Pogoplug V4 boardTony Dinh1-0/+7
2023-02-13arm: mvebu: Add support for Synology DS116 (Armada 385)Tony Dinh8-0/+595
2023-02-13arm: mvebu: Power up 2nd SATA port for Thecus N2350Tony Dinh1-2/+2
2023-02-13arm: kirkwood: sheevaplug: reduce u-boot image sizeTony Dinh1-0/+5
2023-02-13arm: mvebu: Add support for Thecus N2350 (Armada 385) boardTony Dinh8-0/+746
2023-02-13arm: kirkwood: Use CONFIG_SYS_NS16550 with DM_SERIAL for Kirkwood boardsTony Dinh1-0/+1
2023-02-13cmd: return code when tlv_eeprom incorrectly calledHeinrich Schuchardt1-7/+4
2023-02-13i2c: i2c-cdns.c: Update driver to read fifo-depth from device treePei Yue Ho1-12/+18
2023-02-13dt-bindings: i2c: i2c-cdns.txt: Add description for an optional parameter, fi...Pei Yue Ho1-0/+4
2023-02-13arm: aspeed: dtsi: add reg for i2cRyan Chen1-0/+1