summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-10-13clk: renesas: Synchronize R-Car R8A779H0 V4M clock tables with Linux 6.10.9Marek Vasut
2024-10-13clk: renesas: Synchronize R-Car R8A779G0 V4H clock tables with Linux 6.10.9Marek Vasut
2024-10-13clk: renesas: Synchronize R-Car R8A779F0 S4 clock tables with Linux 6.10.9Marek Vasut
2024-10-13clk: renesas: Synchronize R-Car R8A779A0 V3U clock tables with Linux 6.10.9Marek Vasut
2024-10-13pinctrl: renesas: Synchronize R-Car R8A779H0 V4M PFC tables with Linux 6.10.9Marek Vasut
2024-10-13pinctrl: renesas: Synchronize R-Car R8A779G0 V4H PFC tables with Linux 6.10.9Marek Vasut
2024-10-13sh: cache: Fill in invalidate_icache_all()Marek Vasut
2024-10-11Merge patch series "Tidy up use of 'SPL' and CONFIG_SPL_BUILD"Tom Rini
2024-10-11qconfig: Update tool for new Makefile variablesSimon Glass
2024-10-11spl: Rename SPL_TPL_NAME and SPL_TPL_PROMPTSimon Glass
2024-10-11global: Rename SPL_TPL_ to PHASE_Simon Glass
2024-10-11global: Rename SPL_ to XPL_Simon Glass
2024-10-11kconfig: binman: Check for SPL instead of XPLSimon Glass
2024-10-11xpl: Define CONFIG_SPL_BUILD only for the SPL buildSimon Glass
2024-10-11global: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILDSimon Glass
2024-10-11include: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILDSimon Glass
2024-10-11drivers: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILDSimon Glass
2024-10-11board: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILDSimon Glass
2024-10-11arch: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILDSimon Glass
2024-10-11doc: Update init docs for the xPL changesSimon Glass
2024-10-11doc: Move init-related things out of READMESimon Glass
2024-10-11README: Drop SoC-specific comment about SPLSimon Glass
2024-10-11doc: Update SPL docs for the xPL changesSimon Glass
2024-10-11log: global: Rename warn_non_spl()Simon Glass
2024-10-11xpl: Rename spl_phase_prefix() and spl_phase_name()Simon Glass
2024-10-11xpl: Rename spl_next_phase() and spl_prev_phase()Simon Glass
2024-10-11xpl: Add a function to indicate when in xPLSimon Glass
2024-10-11xpl: Rename spl_in_proper() to not_xpl()Simon Glass
2024-10-11xpl: Rename spl_phase() to xpl_phase()Simon Glass
2024-10-11xpl: Rename spl_phase to xpl_phase_tSimon Glass
2024-10-11xpl: Rename u_boot_first_phase to xpl_is_first_phase()Simon Glass
2024-10-11qconfig: Add XPL_BUILD to ignored symbolsSimon Glass
2024-10-11scripts: Define CONFIG_XPL_BUILD for all xPL buildsSimon Glass
2024-10-11scripts: Add some comments about autoconf.mkSimon Glass
2024-10-11scripts: Rename Makefile.spl to Makefile.xplSimon Glass
2024-10-11stdio: Make use of the SERIAL defineSimon Glass
2024-10-11serial: Make use of the SERIAL defineSimon Glass
2024-10-11net: freescale: Drop use of SPL_BUILD dependencySimon Glass
2024-10-11tegra: Drop dependency on SPL_BUILDSimon Glass
2024-10-11boot: Drop unnecessary ifdef for LOAD_FITSimon Glass
2024-10-11Makefile: Add a u-boot.cfg file for VPLSimon Glass
2024-10-11Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-usbTom Rini
2024-10-11usb: dwc3-generic: fix CONFIG_DM_REGULATOR-off caseJan Kiszka
2024-10-10Merge patch series "led: introduce LED boot and activity function"Tom Rini
2024-10-10test: dm: Expand ofnode options test with new helperChristian Marangi
2024-10-10test: dm: Add tests for LED boot and activityChristian Marangi
2024-10-10doc: introduce led.rst documentationChristian Marangi
2024-10-10ubi: implement support for LED activityChristian Marangi
2024-10-10mtd: implement support for LED activityChristian Marangi
2024-10-10tftp: implement support for LED activityChristian Marangi