Nobuhiro Iwamatsu
358d6ef32e
arm: rmobile: lager: Enable CONFIG_SYS_GENERIC_BOARD
...
Add CONFIG_SYS_GENERIC_BOARD to use common/board_*.c for lager.
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com >
2014-05-21 10:10:06 +09:00
Nobuhiro Iwamatsu
d80149b249
arm: rmobile: lager: Add support ext4/fat write command
...
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com >
2014-05-21 10:09:19 +09:00
Nobuhiro Iwamatsu
f55bb6a4c4
arm: rmobile: lager: Add support command and filesystems of VFAT
...
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com >
2014-05-21 10:09:19 +09:00
Nobuhiro Iwamatsu
5c4bb96e9c
arm: rmobile: lager: Add support USB controller
...
Lager board has USB ports. This add support of USB controller of rmobile.
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com >
2014-05-21 10:09:19 +09:00
Nobuhiro Iwamatsu
7f922e32ff
arm: rmobile: lager: Enable optimization of thumb
...
This adds CONFIG_SYS_THUMB_BUILD to config, in order to enable optimization
of thumb.
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com >
2014-05-21 10:09:19 +09:00
Nobuhiro Iwamatsu
05aad15bba
arm: rmobile: lager: Remove CONFIG_USE_ARCH_MEMSET and MEMCPY
...
Because do not need these feature to lager board, this delete it.
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com >
2014-05-21 10:09:19 +09:00
Nobuhiro Iwamatsu
b923d4615f
arm: rmobile: lager: Remove define of SCIF register
...
The define of SCIF register was already defined in rcar-base.h.
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com >
2014-05-21 10:09:19 +09:00
Nobuhiro Iwamatsu
8d18bcfd43
arm: rmobile: lager: Remove MACH_TYPE_LAGER and CONFIG_MACH_TYPE
...
MACH_TYPE_LAGER and CONFIG_MACH_TYPE are not already available on Lager board.
This removes them.
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com >
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org >
2014-04-28 04:35:12 +09:00
Nobuhiro Iwamatsu
b1f78a2ebd
arm: rmobile: lager: Update calculation of CONFIG_SH_TMU_CLK_FREQ
...
CONFIG_SH_TMU_CLK_FREQ of lager is calculated from the external clock.
This defines RMOBILE_XTAL_CLK, this updates the calculation of
CONFIG_SH_TMU_CLK_FREQ.
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com >
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org >
2014-04-28 04:35:12 +09:00
Nobuhiro Iwamatsu
9e018b092a
arm: rmobile: lager: Remove NOR-Flash support
...
Lagar board has NOR-Flash. But user uses SPI-Flash ROM instead of NOR-Flash.
This removed the setting of NOR-Flash.
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com >
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org >
2014-04-28 04:35:12 +09:00
Masahiro Yamada
627b73e2a7
configs: Delete obsolete macro, CONFIG_SYS_GBL_DATA_SIZE
...
CONFIG_SYS_GBL_DATA_SIZE is not used any more.
The size of struct "global_data" is automatically calculated
by asm-offsets. (See lib/asm-offsets.c)
GENERATED_GBL_DATA_SIZE should be used instead of
CONFIG_SYS_GBL_DATA_SIZE.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com >
2014-02-19 11:10:05 -05:00
Masahiro Yamada
df2f6c9621
config: remove platform CONFIG_SYS_HZ definition part 3
...
This commit removes platform CONFIG_SYS_HZ definition for the
remainders of part1 (commit cdb23792 ) and part2 (commit f232950f ).
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com >
Cc: Rob Herring <rob.herring@calxeda.com >
2014-02-19 10:46:26 -05:00
Nobuhiro Iwamatsu
0e05b217c2
arm: lager: Add support QSPI device and enable boot from SPI flash
...
This supports SH-QSPI device on lager board, and enable booting from
SPI flash.
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com >
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org >
2014-01-16 08:07:20 +09:00
Nobuhiro Iwamatsu
b9986be084
arm: lager: Add support reset function
...
The lager board uses I2C for reset.
ned-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com >
2013-12-18 16:35:45 +09:00
Nobuhiro Iwamatsu
b9107adf0b
arm: lager: Add support I2C
...
The lager board has I2C for rcar.
This supports I2C for rcar on lager board.
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com >
2013-12-18 16:35:45 +09:00
Nobuhiro Iwamatsu
23565c6bcc
arm: lager: Add support Ethernet
...
The lager board has one sh-ether device.
This supports sh-ether.
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com >
2013-12-18 16:35:45 +09:00
Nobuhiro Iwamatsu
f4ec452297
arm: rmobile: Add support lager board
...
The lager board has R8A7790, 4GB DDR3-SDRAM, USB, Ethernet, and more.
This patch supports the following functions:
- DDR3-SDRAM
- SCIF
Signed-off-by: Kouei Abe <kouei.abe.cp@renesas.com >
Signed-off-by: Hisashi Nakamura <hisashi.nakamura.ak@renesas.com >
Signed-off-by: Ryo Kataoka <ryo.kataoka.wt@renesas.com >
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com >
CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org >
CC: Albert Aribaud <albert.u.boot@aribaud.net >
2013-12-03 09:45:37 +09:00