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