summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-05-11Merge branch '2023-05-11-CONFIG_IS_ENABLED-vs-IS_ENABLED-cleanups' into nextTom Rini
2023-05-10power: pmic: add dm style definitions if not CONFIG_IS_ENABLED(POWER_LEGACY)Troy Kisky
2023-05-10arm: mach-imx: use CONFIG_$(SPL_)SATA instead of CONFIG_SATATroy Kisky
2023-05-10wandboard: use CONFIG_IS_ENABLED(SATA) instead of ifdef CONFIG_SATATroy Kisky
2023-05-10solidrun: mx6cuboxi: use CONFIG_IS_ENABLED(SATA) instead of ifdef CONFIG_SATATroy Kisky
2023-05-10freescale: common: pfuze: define pfuze_mode_init only if defined(CONFIG_DM_PMIC)Troy Kisky
2023-05-10m53menlo: define ft_board_setup only if CONFIG_IS_ENABLED(OF_LIBFDT)Troy Kisky
2023-05-10ofnode: fdt_support definitions needed if OF_CONTROL is enabledTroy Kisky
2023-05-10config_distro_bootcmd: remove booting environment variables from SPL environmentTroy Kisky
2023-05-10x86: cpu: qemu: qemu: remove SPL use with CONFIG_IS_ENABLEDTroy Kisky
2023-05-09cmd: nvedit: remove error check, handle with KconfigTroy Kisky
2023-05-08Merge branch 'master' into nextTom Rini
2023-05-08Prepare v2023.07-rc2v2023.07-rc2Tom Rini
2023-05-08configs: Resync with savedefconfigTom Rini
2023-05-08board: ti: am64x: Add support for AM64B SKJudith Mendez
2023-05-08common: spl: spl: Remove video driver before u-boot properNikhil M Jain
2023-05-08board: ti: am62x: evm: Add necessary functions to call splash screenNikhil M Jain
2023-05-08board: ti: am62x: am62x: Change splashimage and splashsourceNikhil M Jain
2023-05-08configs: am62x_evm_a53_defconfig: Changes in memory to support SPL splash screenNikhil M Jain
2023-05-08btrfs: fix offset when reading compressed extentsDominique Martinet
2023-05-08Merge https://source.denx.de/u-boot/custodians/u-boot-marvellTom Rini
2023-05-08cmd: tlv_eeprom: enable 'dev' subcommand before 'read'Josua Mayer
2023-05-08cmd: tlv_eeprom: handle -ENODEV error from read_eeprom functionJosua Mayer
2023-05-08cmd: tlv_eeprom: remove use of global variable has_been_readJosua Mayer
2023-05-08cmd: tlv_eeprom: remove use of global variable current_devJosua Mayer
2023-05-07Merge branch 'for-2023.07-2' of https://source.denx.de/u-boot/custodians/u-bo...Tom Rini
2023-05-06Merge branch '2023-05-05-networking-updates'Tom Rini
2023-05-05net: phy: Request rgmii-id phy reset gpio as outputStefan Herbrechtsmeier
2023-05-05net: rtl8169: add minimal support for 8125B variantEugen Hristev
2023-05-05test: eth: IPv6 network discovery unit testEhsan Mohandesi
2023-05-05test/py: IPv6 network discovery testEhsan Mohandesi
2023-05-05net: ipv6: Add support for default gateway discovery.Ehsan Mohandesi
2023-05-05net: phy: Make phy_interface_is_rgmii a switch statementNishanth Menon
2023-05-05net: phy: Drop phy_interface_is_sgmiiNishanth Menon
2023-05-05net: phy: dp83867: Explicitly check against sgmiiNishanth Menon
2023-05-05net: share fastboot boot handle logic between transportsDmitrii Merkurev
2023-05-05net: add fastboot TCP supportDmitrii Merkurev
2023-05-05net: support being a TCP server to unblock TCP fastbootDmitrii Merkurev
2023-05-05net: dhcp6: Add a sandbox test for dhcp6Sean Edmond
2023-05-05net: dhcp6: pxe: Add DHCP/PXE commands for IPv6Sean Edmond
2023-05-05net: dhcp6: Add DHCPv6 (DHCP for IPv6)Sean Edmond
2023-05-05phy: realtek: don't duplicate genphy_startupRasmus Villemoes
2023-05-05phy: broadcom: don't duplicate genphy_startupRasmus Villemoes
2023-05-05net: phy: gmii2rgmii: Support external rgmii-id phyStefan Herbrechtsmeier
2023-05-05net: add NFSv1 supportThomas RIENOESSL
2023-05-05nfs: handle rpc errors for mount callsThomas RIENOESSL
2023-05-05nfs: factor out generic reply error handlingThomas RIENOESSL
2023-05-05nfs: convert supported_nfs_versions bitfield to an enumThomas RIENOESSL
2023-05-05Let the EQoS in imx8mp handle fixed-phy too.Elmar Psilog
2023-05-05net: ipv6: IPv6 environment variable cleanupSean Edmond