summaryrefslogtreecommitdiff
path: root/board/renesas
AgeCommit message (Expand)Author
2023-01-20global: Finish CONFIG -> CFG migrationTom Rini
2022-12-05global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*Tom Rini
2022-10-31Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASESimon Glass
2022-09-02ARM: renesas: Propagate RPC-IF enablement to subsequent softwareGeert Uytterhoeven
2021-12-27Finish conversion of CONFIG_SYS_CLK_FREQ to KconfigTom Rini
2021-09-17Remove #include <version.h> from files which do not need itPali Rohár
2021-08-30Convert CONFIG_SYS_I2C_LEGACY to Kconfig and add CONFIG_[ST]PL_SYS_I2C_LEGACYTom Rini
2021-08-08ARM: renesas: Mallocate bootparams on Gen3Marek Vasut
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass
2021-07-28i2c: Rename CONFIG_SYS_I2C to CONFIG_SYS_I2C_LEGACYSimon Glass
2021-06-24ARM: renesas: Add GICv3 initialization for V3U FalconKoji Matsuoka
2021-06-24ARM: renesas: Add generic timer initialization for V3U FalconKoji Matsuoka
2021-06-24ARM: renesas: Add R8A779A0 V3U Falcon board codeHai Pham
2021-05-12ARM: renesas: Scrub duplicate memory nodes from DT on Gen3Marek Vasut
2021-03-02reset: Remove addr parameter from reset_cpu()Harald Seiler
2021-02-15Merge branch '2021-02-02-drop-asm_global_data-when-unused'Tom Rini
2021-02-15sh: Remove sh7763rdp boardTom Rini
2021-02-15sh: Remove sh7757lcr boardTom Rini
2021-02-15sh: Remove sh7753evb boardTom Rini
2021-02-15sh: Remove sh7752evb boardTom Rini
2021-02-15sh: Remove r7780mp boardTom Rini
2021-02-15sh: Remove MigoR boardTom Rini
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2021-01-05dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()Simon Glass
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass
2020-10-05Merge branch 'next'Tom Rini
2020-09-26board: renesas: ebisu: Drop CA57 check in reset_cpu()Lad Prabhakar
2020-09-26board: renesas: draak: Drop CA57 resetBiju Das
2020-09-26board: renesas: remove empty board_early_init_f functionBiju Das
2020-09-26board: renesas: Remove empty s_init functionBiju Das
2020-08-25ARM: renesas: Drop unnecessary function ft_board_setup()Stefan Roese
2020-07-25ARM: rmobile: Switch back to fdtdec_setup_memory/banksize_fdt()Michal Simek
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini
2020-07-20ARM: rmobile: Switch back to fdtdec_setup_memory/banksize_fdt()Michal Simek
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada
2020-05-29sh: r2dplus: Enable board_eth_init only for non-DM caseMarek Vasut
2020-05-20ARM: rmobile: Merge prior-stage firmware DT fragment into U-Boot DT on Gen3Marek Vasut
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass
2020-05-18common: Drop linux/delay.h from common headerSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass
2020-05-18common: Drop init.h from common headerSimon Glass
2020-05-18common: Drop image.h from common headerSimon Glass
2020-05-18common: Drop net.h from common headerSimon Glass
2020-05-18common: Drop flash.h from common headerSimon Glass
2020-04-28ARM: dts: rmobile: Synchronize Gen3 DTs with Linux 5.6.2Marek Vasut
2020-04-28ARM: rmobile: Unify Gen3 Salvator-X(S) and ULCB defconfigsMarek Vasut
2020-03-30ARM: rmobile: Only register ethernet on V2H Blanche if not DM_ETHMarek Vasut
2020-03-30ARM: rmobile: Implement PMIC reset on V2H BlancheMarek Vasut
2020-01-17common: Move hang() to the same header as panic()Simon Glass