summaryrefslogtreecommitdiff
path: root/board/renesas
AgeCommit message (Expand)Author
2018-03-05ARM: rmobile: Add R8A77965 Salvator-XS board supportMarek Vasut
2018-02-17ARM: rmobile: Fix broken reset code on PorterMarek Vasut
2018-02-17ARM: rmobile: Reset ethernet PHYMarek Vasut
2018-02-16ARM: rmobile: Convert Porter to SPLMarek Vasut
2018-01-27ARM: rmobile: Convert R8A7791 Porter board to DM and DTMarek Vasut
2017-12-09ARM: rmobile: Add R8A77995 D3 Draak boardMarek Vasut
2017-12-09ARM: rmobile: Add R8A77970 V3M Eagle boardMarek Vasut
2017-11-30ARM: rmobile: Rework the ULCB CPLD driverMarek Vasut
2017-11-30ARM: rmobile: Configure DRAM sizes from DTMarek Vasut
2017-11-30ARM: rmobile: Zap rmobile_sysinfo on Gen3Marek Vasut
2017-11-30ARM: rmobile: Drop CPU type ifdef from salvator-xMarek Vasut
2017-11-30ARM: rmobile: Stop using rcar-common/common.c on Gen3Marek Vasut
2017-11-06MAINTAINERS: Add missing boards and config entriesTom Rini
2017-10-10ARM: rmobile: Fixup ULCB CPLD support after PFC reworkMarek Vasut
2017-09-28ARM: rmobile: Zap ad-hoc PFC and GPIO setup in board filesMarek Vasut
2017-09-28ARM: rmobile: Switch to DM PFC pinmux and GPIO driverMarek Vasut
2017-09-24ARM: rmobile: Remove SCIF clock configuration from board filesMarek Vasut
2017-09-24ARM: rmobile: Remove AVB clock configuration from board filesMarek Vasut
2017-09-24ARM: rmobile: Remove SD clock configuration from board filesMarek Vasut
2017-09-12ARM: rmobile: Move HSUSB configuration to board on ULCBMarek Vasut
2017-09-12ARM: rmobile: Move HSUSB configuration to board on Salvator-XMarek Vasut
2017-09-07ARM: rmobile: Fix SD divider settings on Gen3Marek Vasut
2017-09-05ARM: rmobile: Drop board_mmc_initMarek Vasut
2017-09-05ARM: rmobile: Replace CONFIG_RAVB with CONFIG_RENESAS_RAVB in boardsMarek Vasut
2017-08-26ARM: rmobile: Remove SH SDHI probing from ULCB boardMarek Vasut
2017-08-26ARM: rmobile: Remove SH SDHI probing from Salvator-X boardMarek Vasut
2017-08-26ARM: rmobile: Remove Serial SH probing from ULCB boardMarek Vasut
2017-08-26ARM: rmobile: Remove Serial SH probing from Salvator-X boardMarek Vasut
2017-08-26ARM: rmobile: Remove RAVB probing from ULCB boardMarek Vasut
2017-08-26ARM: rmobile: Remove RAVB probing from Salvator-X boardMarek Vasut
2017-08-16env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr()Simon Glass
2017-08-16env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr()Simon Glass
2017-08-16env: Rename setenv() to env_set()Simon Glass
2017-08-03ARM: rmobile: ulcb: Add ULCB board supportMarek Vasut
2017-05-22ARM: rmobile: salvator-x: Add R8A7796 supportMarek Vasut
2017-05-22ARM: rmobile: salvator-x: Rename the defconfig to match the SoCMarek Vasut
2017-05-22ARM: rmobile: salvator-x: Count all DRAM in all slotsMarek Vasut
2017-05-22ARM: rmobile: salvator-x: Add USB supportMarek Vasut
2017-05-22ARM: rmobile: salvator-x: Add DVFS and PMIC supportMarek Vasut
2017-05-22ARM: rmobile: salvator-x: Add RAVB ethernet supportMarek Vasut
2017-05-22ARM: rmobile: salvator-x: Add SD supportMarek Vasut
2017-05-22ARM: rmobile: salvator-x: Adjust UART clockMarek Vasut
2017-05-22ARM: rmobile: salvator-x: Zap redefined DECLARE_GLOBAL_DATA_PTRMarek Vasut
2017-05-22ARM: rmobile: salvator-x: Use BIT() macro in board fileMarek Vasut
2017-05-15i2c: Drop use of CONFIG_I2C_HARDSimon Glass
2017-02-12flash: complete CONFIG_SYS_NO_FLASH move with renamingMasahiro Yamada
2016-12-02sh: add common dram_init() function for all boardsVladimir Zapolskiy
2016-12-02sh: place board lowlevel_init code in the beginning of .textVladimir Zapolskiy
2016-12-02sh4: use single u-boot linker script for all boardsVladimir Zapolskiy
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada