diff options
| author | Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> | 2013-11-21 17:06:46 +0900 | 
|---|---|---|
| committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2013-12-03 09:45:37 +0900 | 
| commit | f4ec45229709323b1f58a096fa4ce6a67f3b9c10 (patch) | |
| tree | 9186a8f0d880fdbf22387d7cfafe02028c8d1400 /board/renesas/lager/qos.h | |
| parent | 1d0e92782fd78b668977e45974c11d3eb517027c (diff) | |
| download | olio-uboot-2014.01-f4ec45229709323b1f58a096fa4ce6a67f3b9c10.tar.xz olio-uboot-2014.01-f4ec45229709323b1f58a096fa4ce6a67f3b9c10.zip | |
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>
Diffstat (limited to 'board/renesas/lager/qos.h')
| -rw-r--r-- | board/renesas/lager/qos.h | 12 | 
1 files changed, 12 insertions, 0 deletions
| diff --git a/board/renesas/lager/qos.h b/board/renesas/lager/qos.h new file mode 100644 index 000000000..9a6c0461b --- /dev/null +++ b/board/renesas/lager/qos.h @@ -0,0 +1,12 @@ +/* + * Copyright (C) 2013 Renesas Electronics Corporation + * + * SPDX-License-Identifier: GPL-2.0 + */ + +#ifndef __QOS_H__ +#define __QOS_H__ + +void qos_init(void); + +#endif |