aboutsummaryrefslogtreecommitdiff
path: root/board/renesas
AgeCommit message (Expand)AuthorFilesLines
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini2-2/+0
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini2-0/+2
2024-05-06global: Make <asm/global_data.h> include <asm/u-boot.h>Tom Rini2-2/+0
2024-04-18ARM: dts: renesas: Replace R8A77950 with R8A77951Marek Vasut2-2/+2
2024-04-18ARM: dts: renesas: Stop using the -u-boot DTs for buildMarek Vasut2-6/+6
2024-03-02Merge patch series "ARM: renesas: Rename R-Mobile to Renesas"WIP/02Mar2024Tom Rini45-98/+82
2024-03-02ARM: renesas: Rename arch-/mach-rmobile to arch-/mach-renesasMarek Vasut13-13/+13
2024-03-02ARM: renesas: Rename rmobile.h to renesas.hMarek Vasut32-32/+32
2024-03-02ARM: renesas: Rename CONFIG_ARCH_RMOBILE_EXTRAM_BOOT to CONFIG_RENESAS_EXTRAM...Marek Vasut8-24/+24
2024-03-02ARM: renesas: Rename RMOBILE_CPU_TYPE_* to RENESAS_CPU_TYPE_*Marek Vasut2-6/+6
2024-03-02ARM: renesas: Rename rmobile_get_cpu_rev_*() to renesas_get_cpu_rev_*()Marek Vasut4-4/+4
2024-03-02ARM: renesas: Rename rmobile_get_cpu_type() to renesas_get_cpu_type()Marek Vasut3-3/+3
2024-03-02ARM: renesas: Drop unused mmc.hMarek Vasut5-5/+0
2024-03-02ARM: renesas: Drop unused sh_sdhi.hMarek Vasut11-11/+0
2024-02-28board: rzg2l: Support reset via Renesas RAA215300 PMICPaul Barker1-8/+0
2024-02-10ARM: renesas: Add Renesas R8A779H0 V4M Gray Hawk board codeHai Pham4-0/+95
2024-01-27ARM: renesas: whitehawk: Drop extra leading spaceMarek Vasut1-1/+1
2024-01-27ARM: renesas: Drop include common.hMarek Vasut38-38/+4
2023-11-02board: rzg2l: Drop <common.h>Paul Barker1-1/+0
2023-10-17board: rzg2l: Add RZ/G2L SMARC EVK boardPaul Barker4-0/+95
2023-08-07ARM: renesas: Update MAINTAINERS fileMarek Vasut21-27/+87
2023-06-12Merge tag v2023.07-rc4 into nextTom Rini1-2/+8
2023-06-10renesas: rcar: Apply ATF overlay for reserved-memoryDetlev Casanova1-2/+8
2023-06-08ARM: renesas: Add R8A77980 V3HSK board and CPLD codeValentine Barshak3-0/+210
2023-06-08ARM: renesas: Add R8A77970 V3MSK board and CPLD codeValentine Barshak4-0/+404
2023-06-08ARM: rmobile: Introduce weak default board_init()Marek Vasut6-35/+7
2023-06-08ARM: rmobile: Drop eagle.h config of R8A77970 V3M Eagle boardMarek Vasut1-1/+1
2023-06-08ARM: rmobile: Factor out common R-Car V3M/V3H board codeMarek Vasut2-26/+2
2023-06-08ARM: rmobile: Reduce R-Car V3H Condor header usageMarek Vasut1-11/+0
2023-06-08ARM: rmobile: Reduce R-Car E3 Ebisu header usageMarek Vasut1-22/+0
2023-06-08ARM: rmobile: Deduplicate R-Car Gen3/Gen4 reset_cpu()Marek Vasut9-90/+39
2023-04-07ARM: renesas: Add R8A779G0 V4H White Hawk board codeHai Pham3-0/+96
2023-04-07ARM: renesas: Add R8A779F0 S4 Spider board codeHai Pham3-0/+96
2023-04-07ARM: rmobile: Add R-Car Generation 4 supportHai Pham1-1/+1
2023-03-18ARM: renesas: falcon: Enable RWDT reset for V3U FalconHai Pham1-5/+11
2023-03-18ARM: renesas: falcon: Initialize ARM generic timer and GICv3 if EL3Hai Pham1-2/+5
2023-03-18ARM: renesas: Demote overlap memory nodes message to debug on Gen3Hai Pham1-3/+3
2023-01-20global: Finish CONFIG -> CFG migrationTom Rini1-1/+1
2022-12-05global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*Tom Rini9-9/+9
2022-10-31Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASESimon Glass1-1/+1
2022-09-02ARM: renesas: Propagate RPC-IF enablement to subsequent softwareGeert Uytterhoeven1-2/+44
2021-12-27Finish conversion of CONFIG_SYS_CLK_FREQ to KconfigTom Rini6-6/+12
2021-09-17Remove #include <version.h> from files which do not need itPali Rohár1-1/+0
2021-08-30Convert CONFIG_SYS_I2C_LEGACY to Kconfig and add CONFIG_[ST]PL_SYS_I2C_LEGACYTom Rini3-4/+4
2021-08-08ARM: renesas: Mallocate bootparams on Gen3Marek Vasut6-18/+0
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass2-4/+4
2021-07-28i2c: Rename CONFIG_SYS_I2C to CONFIG_SYS_I2C_LEGACYSimon Glass3-4/+4
2021-06-24ARM: renesas: Add GICv3 initialization for V3U FalconKoji Matsuoka1-0/+29
2021-06-24ARM: renesas: Add generic timer initialization for V3U FalconKoji Matsuoka1-0/+25
2021-06-24ARM: renesas: Add R8A779A0 V3U Falcon board codeHai Pham4-0/+81