Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
b6d8d4b1007df5068e6c9e428b4665009486c181
/
board
/
renesas
« Previous
9925f1d
net: Move enetaddr env access code to env config instead of net config
by Alex Kiernan
· 7 years ago
60299e0
ARM: rmobile: Add R8A77965 Salvator-XS board support
by Marek Vasut
· 7 years ago
25f6dc8
ARM: rmobile: Fix broken reset code on Porter
by Marek Vasut
· 7 years ago
cd07358
ARM: rmobile: Reset ethernet PHY
by Marek Vasut
· 7 years ago
7ee37d0
ARM: rmobile: Convert Porter to SPL
by Marek Vasut
· 7 years ago
789edf6
ARM: rmobile: Convert R8A7791 Porter board to DM and DT
by Marek Vasut
· 7 years ago
7387d4c
ARM: rmobile: Add R8A77995 D3 Draak board
by Marek Vasut
· 7 years ago
d21f08b
ARM: rmobile: Add R8A77970 V3M Eagle board
by Marek Vasut
· 7 years ago
ab61e17
ARM: rmobile: Rework the ULCB CPLD driver
by Marek Vasut
· 7 years ago
aee24b5
ARM: rmobile: Configure DRAM sizes from DT
by Marek Vasut
· 7 years ago
1bb8ea3
ARM: rmobile: Zap rmobile_sysinfo on Gen3
by Marek Vasut
· 7 years ago
bee22aa
ARM: rmobile: Drop CPU type ifdef from salvator-x
by Marek Vasut
· 7 years ago
e23eb94
ARM: rmobile: Stop using rcar-common/common.c on Gen3
by Marek Vasut
· 7 years ago
79df00f
MAINTAINERS: Add missing boards and config entries
by Tom Rini
· 7 years ago
3219c77
ARM: rmobile: Fixup ULCB CPLD support after PFC rework
by Marek Vasut
· 7 years ago
9c4c79f
ARM: rmobile: Zap ad-hoc PFC and GPIO setup in board files
by Marek Vasut
· 7 years ago
793afcd
ARM: rmobile: Switch to DM PFC pinmux and GPIO driver
by Marek Vasut
· 7 years ago
a09a5c8
ARM: rmobile: Remove SCIF clock configuration from board files
by Marek Vasut
· 7 years ago
08c8888
ARM: rmobile: Remove AVB clock configuration from board files
by Marek Vasut
· 7 years ago
667d13f
ARM: rmobile: Remove SD clock configuration from board files
by Marek Vasut
· 7 years ago
ef60323
ARM: rmobile: Move HSUSB configuration to board on ULCB
by Marek Vasut
· 7 years ago
afb19d6
ARM: rmobile: Move HSUSB configuration to board on Salvator-X
by Marek Vasut
· 7 years ago
183f5fd
ARM: rmobile: Fix SD divider settings on Gen3
by Marek Vasut
· 7 years ago
8212f56
ARM: rmobile: Drop board_mmc_init
by Marek Vasut
· 7 years ago
3158b6f
ARM: rmobile: Replace CONFIG_RAVB with CONFIG_RENESAS_RAVB in boards
by Marek Vasut
· 7 years ago
6f38085
ARM: rmobile: Remove SH SDHI probing from ULCB board
by Marek Vasut
· 7 years ago
ddb39a0
ARM: rmobile: Remove SH SDHI probing from Salvator-X board
by Marek Vasut
· 7 years ago
3f63551
ARM: rmobile: Remove Serial SH probing from ULCB board
by Marek Vasut
· 7 years ago
1c30aea5
ARM: rmobile: Remove Serial SH probing from Salvator-X board
by Marek Vasut
· 7 years ago
75ba2bf
ARM: rmobile: Remove RAVB probing from ULCB board
by Marek Vasut
· 7 years ago
a88026c
ARM: rmobile: Remove RAVB probing from Salvator-X board
by Marek Vasut
· 7 years ago
35affd7
env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr()
by Simon Glass
· 7 years ago
fd1e959
env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr()
by Simon Glass
· 7 years ago
382bee5
env: Rename setenv() to env_set()
by Simon Glass
· 7 years ago
bd39050
ARM: rmobile: ulcb: Add ULCB board support
by Marek Vasut
· 7 years ago
adf3057
ARM: rmobile: salvator-x: Add R8A7796 support
by Marek Vasut
· 7 years ago
ad663de
ARM: rmobile: salvator-x: Rename the defconfig to match the SoC
by Marek Vasut
· 7 years ago
8f284e6
ARM: rmobile: salvator-x: Count all DRAM in all slots
by Marek Vasut
· 7 years ago
d1018f5
ARM: rmobile: salvator-x: Add USB support
by Marek Vasut
· 7 years ago
fe2e8ff
ARM: rmobile: salvator-x: Add DVFS and PMIC support
by Marek Vasut
· 7 years ago
90e53f8
ARM: rmobile: salvator-x: Add RAVB ethernet support
by Marek Vasut
· 7 years ago
50fb0c4
ARM: rmobile: salvator-x: Add SD support
by Marek Vasut
· 7 years ago
8474681
ARM: rmobile: salvator-x: Adjust UART clock
by Marek Vasut
· 7 years ago
60c48e4
ARM: rmobile: salvator-x: Zap redefined DECLARE_GLOBAL_DATA_PTR
by Marek Vasut
· 7 years ago
ae7a74a
ARM: rmobile: salvator-x: Use BIT() macro in board file
by Marek Vasut
· 7 years ago
eb5ba3a
i2c: Drop use of CONFIG_I2C_HARD
by Simon Glass
· 7 years ago
e856bdc
flash: complete CONFIG_SYS_NO_FLASH move with renaming
by Masahiro Yamada
· 8 years ago
cdbb0cf
sh: add common dram_init() function for all boards
by Vladimir Zapolskiy
· 8 years ago
9ec4a67
sh: place board lowlevel_init code in the beginning of .text
by Vladimir Zapolskiy
· 8 years ago
3f8b539
sh4: use single u-boot linker script for all boards
by Vladimir Zapolskiy
· 8 years ago
1221ce4
treewide: replace #include <asm/errno.h> with <linux/errno.h>
by Masahiro Yamada
· 8 years ago
0f2765e
ARM: rmobile: lager: Move rcar-gen2-common to rcar-common
by Nobuhiro Iwamatsu
· 8 years ago
d8fc402
arm: rmobile: Fix HDMI output for BLANCHE board
by masakazu.mochizuki.wd@hitachi.com
· 8 years ago
6f107e4
arm: rmobile: Add BLANCHE board support
by masakazu.mochizuki.wd@hitachi.com
· 9 years ago
4ebaba5
ARM: rmobile: rcar-common: Fix warning of type difference
by Nobuhiro Iwamatsu
· 9 years ago
e525d34
ARM: rmobile: Add support salvator-x board
by Nobuhiro Iwamatsu
· 9 years ago
581183d
ARM: rmobile: Add support R-Car Generation 3
by Nobuhiro Iwamatsu
· 9 years ago
a7da6f8
ARM: rmobile: Move rcar-gen2-common to rcar-common
by Nobuhiro Iwamatsu
· 9 years ago
1cc95f6
ARM: Rmobile: Rename CONFIG_RMOBILE to CONFIG_ARCH_RMOBILE
by Nobuhiro Iwamatsu
· 9 years ago
f41e608
sh: Fix build errors for generic board
by Simon Glass
· 8 years ago
b3ce908
sh: sh7753evb: Fix build error
by Bin Meng
· 9 years ago
24b852a
Move console definitions into a new console.h file
by Simon Glass
· 9 years ago
2187113
arm: rmobile: Add Stout board support
by Vladimir Barinov
· 9 years ago
a5aef73
arm: rmobile: alt: Update to QoS revision 0.31 and 0.321
by Nobuhiro Iwamatsu
· 10 years ago
98c3322
arm: rmobile: gose: Update to QoS revision 0.311
by Nobuhiro Iwamatsu
· 10 years ago
c56af55
arm: rmobile: koelsch: Update to QoS revision 0.411
by Nobuhiro Iwamatsu
· 10 years ago
d20d6d7
arm: rmobile: lager: Update to QoS revision 0.973
by Nobuhiro Iwamatsu
· 10 years ago
cae7204
arm: rmobile: alt: Add ethernet function B support
by Mitsuhiro Kimura
· 10 years ago
0adb5b7
net: cosmetic: Name ethaddr variables consistently
by Joe Hershberger
· 10 years ago
7682a99
remove unnecessary version.h includes
by Rob Herring
· 10 years ago
275ec28
arm: rmobile: silk: Add support SDHI
by Vladimir Barinov
· 10 years ago
80069b7
arm: rmobile: silk: fix typo in device declaration
by Vladimir Barinov
· 10 years ago
add4ec4
arm: rmobile: silk: Disable ethernet pins pull-up
by Vladimir Barinov
· 10 years ago
313ff58
arm: rmobile: silk: Fix GPIO4_31 initialization
by Vladimir Barinov
· 10 years ago
60c0467
arm: rmobile: Add Porter board support
by Vladimir Barinov
· 10 years ago
acdfecb
arm: rmobile: lager: Add support SDHI
by Nobuhiro Iwamatsu
· 10 years ago
e2abab6
arm: rmobile: gose: Add support SDHI
by Nobuhiro Iwamatsu
· 10 years ago
11e3291
arm: rmobile: koelsch: Add support SDHI
by Nobuhiro Iwamatsu
· 10 years ago
25f9613
arm: rmobile: alt: Add support SDHI
by Nobuhiro Iwamatsu
· 10 years ago
3cfab10
arm: rmobile: silk: Migrate serial driver to drivers model
by Nobuhiro Iwamatsu
· 10 years ago
9e116f6
arm: rmobile: alt: Migrate serial driver to drivers model
by Nobuhiro Iwamatsu
· 10 years ago
cf83957
arm: rmobile: lager: Migrate serial driver to drivers model
by Nobuhiro Iwamatsu
· 10 years ago
9d86e48
arm: rmobile: gose: Migrate serial driver to drivers model
by Nobuhiro Iwamatsu
· 10 years ago
0bf51cb
arm: rmobile: koelsch: Migrate serial driver to drivers model
by Nobuhiro Iwamatsu
· 10 years ago
79bf043
ARM: rmobile: silk: Remove initialization of ACTLR.SMP
by Nobuhiro Iwamatsu
· 10 years ago
a973be7
arm: rmobile: Add missed header file for Silk board
by Vladimir Barinov
· 10 years ago
3b7f0e1
arm: rmobile: Add SILK board support
by Vladimir Barinov
· 10 years ago
2b8c081
arm: rmobile: alt: Add support MMC and MMC command
by Nobuhiro Iwamatsu
· 10 years ago
d7916b1
arm: rmobile: lager: Add support MMC and MMC command
by Nobuhiro Iwamatsu
· 10 years ago
8e2e588
arm: rmobile: rcar: Stop clock prior to booting kernel
by Nobuhiro Iwamatsu
· 10 years ago
72fd383
arm: rmobile: rcar: Move arch_preboot_os function to rcar-gen2-common/common.c
by Nobuhiro Iwamatsu
· 10 years ago
44e1eeb
arm: rmobile: rcar: Move control macro of mstp to arch-rmobile/rcar-mstp.h
by Nobuhiro Iwamatsu
· 10 years ago
aaa717e
arm: rmobile: rcar: Move module control register to header file of SoC
by Nobuhiro Iwamatsu
· 10 years ago
bdf790f
Merge branch 'master' of git://git.denx.de/u-boot-sh
by Tom Rini
· 10 years ago
5a29025
arm: rmobile: gose: Remove dram_init_banksize function
by Nobuhiro Iwamatsu
· 10 years ago
eeb266a
arm: rmobile: lager: Remove dram_init_banksize function
by Nobuhiro Iwamatsu
· 10 years ago
956556f
arm: rmobile: koelsch: Remove dram_init_banksize function
by Nobuhiro Iwamatsu
· 10 years ago
4772684
arm: rmobile: alt: Remove dram_init_banksize function
by Nobuhiro Iwamatsu
· 10 years ago
887363b
sh: consolidate CONFIG_SYS_CPU defines
by Masahiro Yamada
· 10 years ago
46049be
arm: rmobile: alt: Remove i2c_init function
by Nobuhiro Iwamatsu
· 10 years ago
Next »