aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-05-09power: pmic: add dm style definitions if not CONFIG_IS_ENABLED(POWER_LEGACY)WIP/2023-05-09-CONFIG_IS_ENABLED-vs-IS_ENABLED-cleanupsTroy Kisky1-1/+1
2023-05-09x86: cpu: i386: cpu: only set pci_ram_top if CONFIG_IS_ENABLED(PCI)Troy Kisky2-1/+7
2023-05-09arm: mach-imx: use CONFIG_$(SPL_)SATA instead of CONFIG_SATATroy Kisky1-1/+1
2023-05-09wandboard: use CONFIG_IS_ENABLED(SATA) instead of ifdef CONFIG_SATATroy Kisky1-3/+2
2023-05-09solidrun: mx6cuboxi: use CONFIG_IS_ENABLED(SATA) instead of ifdef CONFIG_SATATroy Kisky1-3/+2
2023-05-09ns16550: match when to define bdf with uart codeTroy Kisky2-1/+5
2023-05-09freescale: common: pfuze: define pfuze_mode_init only if defined(CONFIG_DM_PMIC)Troy Kisky1-1/+1
2023-05-09m53menlo: define ft_board_setup only if CONFIG_IS_ENABLED(OF_LIBFDT)Troy Kisky1-0/+2
2023-05-09fdt_support: always define fdt_fixup_mtdpartsTroy Kisky1-10/+13
2023-05-09ofnode: fdt_support definitions needed if OF_CONTROL is enabledTroy Kisky1-1/+2
2023-05-09config_distro_bootcmd: remove booting environment variables from SPL environmentTroy Kisky1-0/+23
2023-05-09x86: cpu: qemu: qemu: remove SPL use with CONFIG_IS_ENABLEDTroy Kisky1-1/+1
2023-05-09tools: Makefile: prepare for CONFIG_IS_ENABLED changes by adding CONFIG_TOOLS...Troy Kisky1-0/+2
2023-05-09tools: prevent CONFIG_IS_ENABLED errors by including linux/kconfig.hTroy Kisky1-0/+1
2023-05-09watchdog: add and use Kconfig HAS_WATCHDOG_RUNNINGTroy Kisky22-61/+51
2023-05-09lib: sha512: prepare for CONFIG_IS_ENABLED changesTroy Kisky1-4/+7
2023-05-09lib: sha256: prepare for CONFIG_IS_ENABLED changesTroy Kisky1-2/+5
2023-05-09lib: sha1: prepare for CONFIG_IS_ENABLED changesTroy Kisky1-2/+5
2023-05-09lib: md5: prepare for CONFIG_IS_ENABLED changesTroy Kisky1-2/+5
2023-05-09lib: crc32: prepare for CONFIG_IS_ENABLED changesTroy Kisky1-4/+7
2023-05-09cmd: nvedit: remove error check, handle with KconfigTroy Kisky2-34/+15
2023-05-08Merge branch 'master' into nextTom Rini1870-18081/+65996
2023-05-08Prepare v2023.07-rc2v2023.07-rc2Tom Rini2-3/+3
2023-05-08configs: Resync with savedefconfigTom Rini9-92/+44
2023-05-08board: ti: am64x: Add support for AM64B SKJudith Mendez1-1/+3
2023-05-08common: spl: spl: Remove video driver before u-boot properNikhil M Jain1-0/+15
2023-05-08board: ti: am62x: evm: Add necessary functions to call splash screenNikhil M Jain1-0/+39
2023-05-08board: ti: am62x: am62x: Change splashimage and splashsourceNikhil M Jain1-2/+2
2023-05-08configs: am62x_evm_a53_defconfig: Changes in memory to support SPL splash screenNikhil M Jain1-2/+5
2023-05-08btrfs: fix offset when reading compressed extentsDominique Martinet1-1/+3
2023-05-08Merge https://source.denx.de/u-boot/custodians/u-boot-marvellTom Rini2-46/+64
2023-05-08cmd: tlv_eeprom: enable 'dev' subcommand before 'read'Josua Mayer1-10/+16
2023-05-08cmd: tlv_eeprom: handle -ENODEV error from read_eeprom functionJosua Mayer1-6/+16
2023-05-08cmd: tlv_eeprom: remove use of global variable has_been_readJosua Mayer1-10/+11
2023-05-08cmd: tlv_eeprom: remove use of global variable current_devJosua Mayer2-26/+27
2023-05-07Merge branch 'for-2023.07-2' of https://source.denx.de/u-boot/custodians/u-bo...WIP/07May2023Tom Rini16-86/+254
2023-05-06Merge branch '2023-05-05-networking-updates'Tom Rini49-363/+2231
2023-05-05net: phy: Request rgmii-id phy reset gpio as outputStefan Herbrechtsmeier1-1/+1
2023-05-05net: rtl8169: add minimal support for 8125B variantEugen Hristev1-15/+37
2023-05-05test: eth: IPv6 network discovery unit testEhsan Mohandesi1-0/+88
2023-05-05test/py: IPv6 network discovery testEhsan Mohandesi4-1/+33
2023-05-05net: ipv6: Add support for default gateway discovery.Ehsan Mohandesi7-12/+338
2023-05-05net: phy: Make phy_interface_is_rgmii a switch statementNishanth Menon1-2/+9
2023-05-05net: phy: Drop phy_interface_is_sgmiiNishanth Menon1-12/+0
2023-05-05net: phy: dp83867: Explicitly check against sgmiiNishanth Menon1-1/+1
2023-05-05net: share fastboot boot handle logic between transportsDmitrii Merkurev4-31/+46
2023-05-05net: add fastboot TCP supportDmitrii Merkurev12-35/+230
2023-05-05net: support being a TCP server to unblock TCP fastbootDmitrii Merkurev3-84/+90
2023-05-05net: dhcp6: Add a sandbox test for dhcp6Sean Edmond2-0/+26
2023-05-05net: dhcp6: pxe: Add DHCP/PXE commands for IPv6Sean Edmond8-23/+132