History log of /rk3399_rockchip-uboot/include/configs/rv1108_common.h (Results 1 – 18 of 18)
Revision Date Author Comments
# 4a2e3f52 23-Dec-2024 Xuhui Lin <xuhui.lin@rock-chips.com>

include: configs: Fix CONFIG_SPL_MAX_SIZE for rv1108

Change-Id: I1fc17de9de3f838c40a463d5c4f5c7247c6b37eb
Signed-off-by: Xuhui Lin <xuhui.lin@rock-chips.com>


# e5f39383 06-Mar-2019 Zhihuan He <huan.he@rock-chips.com>

driver: ram: rv1108: use common code to setup ddr parameter

use rockchip_setup_ddr_param to setup ddr parameter.
The dram_init() and dram_init_banksize() make use of
sdram common code.

Change-Id: I

driver: ram: rv1108: use common code to setup ddr parameter

use rockchip_setup_ddr_param to setup ddr parameter.
The dram_init() and dram_init_banksize() make use of
sdram common code.

Change-Id: Icfc6cbef9fcc128e3a835184b46b89b9b22aab16
Signed-off-by: Zhihuan He <huan.he@rock-chips.com>

show more ...


# 6307c8ee 06-Dec-2018 jon.lin <jon.lin@rock-chips.com>

rockchip: rv1108: define macro CONFIG_SYS_SDRAM_BASE to real num

Change-Id: I2b5f05952d1d10e853d83bf7486a8cf53226d189
Signed-off-by: jon.lin <jon.lin@rock-chips.com>


# b8412744 11-Sep-2018 Joseph Chen <chenjh@rock-chips.com>

rockchip: rv1808: set init sp address backward

U-Boot max size is default 1MB, so that if init sp starts
from the tail of 1M, it overrides the U-Boot images which
causes a relocation failure.

Chang

rockchip: rv1808: set init sp address backward

U-Boot max size is default 1MB, so that if init sp starts
from the tail of 1M, it overrides the U-Boot images which
causes a relocation failure.

Change-Id: I971c4fd63175137968430b130c25da03709d26e4
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>

show more ...


# d5d88d94 29-May-2018 Andy Yan <andy.yan@rock-chips.com>

rockchip: rv1108: use RKIMG_BOOTCOMMAND

Boot system by bootrkp or boot_android

Change-Id: Ieea7aa778ae14a08f7c40c48a88822058a2985f5
Signed-off-by: Andy Yan <andy.yan@rock-chips.com>


# 839aff50 29-Mar-2018 Kever Yang <kever.yang@rock-chips.com>

rockchip: update and move CONFIG_NR_DRAM_BANKS to common header

Most of SoCs have 2 banks after we enable OP-TEE,
for those still only have 1 bank soc, it's OK to use 2 bank
for the other one have s

rockchip: update and move CONFIG_NR_DRAM_BANKS to common header

Most of SoCs have 2 banks after we enable OP-TEE,
for those still only have 1 bank soc, it's OK to use 2 bank
for the other one have size 0 if not used.

Change-Id: Ifa0ee3e12960794c71398636e525ef853eae7870
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>

show more ...


# 52f7b21d 01-Feb-2018 Zhihuan He <huan.he@rock-chips.com>

rockchip: Add RV1108 SPL support

add rv1108 spl support so we can load u-boot from SPL

Change-Id: I9d36cd590a22d26a46dd84bc3ee0c761048f7b01
Signed-off-by: Zhihuan He <huan.he@rock-chips.com>


# 058af259 29-Jan-2018 Andy Yan <andy.yan@rock-chips.com>

configs: rockchip: rv1108: enable BOUNCE_BUFFER

Rockchip sfc will use bounce buffer to deal with
dma transfer.

Change-Id: Ib4bf7aad7e2078e2fa0526df46f2ca3670132326
Signed-off-by: Andy Yan <andy.yan

configs: rockchip: rv1108: enable BOUNCE_BUFFER

Rockchip sfc will use bounce buffer to deal with
dma transfer.

Change-Id: Ib4bf7aad7e2078e2fa0526df46f2ca3670132326
Signed-off-by: Andy Yan <andy.yan@rock-chips.com>

show more ...


# f4c952bc 22-Jan-2018 Kever Yang <kever.yang@rock-chips.com>

rockchip: rk1108: remove rockchip timer for sys timer

We use ARM arch timer instead.

Change-Id: I834da04f1c7dc6e38ee64b420c66d2ad7d1b65ac
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>


# 60b9259c 20-Jan-2018 Kever Yang <kever.yang@rock-chips.com>

rockchip: enable SYS_NS16550 for all SoCs by default

All rockchip SoCs can use ns16550 driver, enable it for all
and set SYS_NS16550_MEM32 for all SoCs.

Change-Id: I4be3a801bf5537b94ed0c100cb44f49d

rockchip: enable SYS_NS16550 for all SoCs by default

All rockchip SoCs can use ns16550 driver, enable it for all
and set SYS_NS16550_MEM32 for all SoCs.

Change-Id: I4be3a801bf5537b94ed0c100cb44f49d78b8b15a
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>

show more ...


# ba437c8c 13-Nov-2017 Frank Wang <frank.wang@rock-chips.com>

usb: gadget: force rockchip vid and pid for rockusb

This change amend USB VID & PID to Rockchip for rockusb.

Change-Id: I3c94e442cc0190d2d3f13424470dd2d84af55eb0
Signed-off-by: Frank Wang <frank.wa

usb: gadget: force rockchip vid and pid for rockusb

This change amend USB VID & PID to Rockchip for rockusb.

Change-Id: I3c94e442cc0190d2d3f13424470dd2d84af55eb0
Signed-off-by: Frank Wang <frank.wang@rock-chips.com>

show more ...


# 8f3e6817 30-Oct-2017 Frank Wang <frank.wang@rock-chips.com>

rockchip: add usb mass storage gadget for common functions

The rockusb command implementation depend on USB mass storage gadget,
so enable it for all rockchip common files as default.

Change-Id: I5

rockchip: add usb mass storage gadget for common functions

The rockusb command implementation depend on USB mass storage gadget,
so enable it for all rockchip common files as default.

Change-Id: I5c2cd8aaf44af077b38f70099b1bea033b0a3e34
Signed-off-by: Frank Wang <frank.wang@rock-chips.com>

show more ...


# 5c0bf219 31-Oct-2017 Kever Yang <kever.yang@rock-chips.com>

rockchip: config: use common CONFIG_ENV_SIZE for all SoCs

All Rockchip SoCs use 32KB as CONFIG_ENV_SIZE.

Change-Id: I4e7bb94be70ece871fa339feb90a591f889e833d
Signed-off-by: Kever Yang <kever.yang@r

rockchip: config: use common CONFIG_ENV_SIZE for all SoCs

All Rockchip SoCs use 32KB as CONFIG_ENV_SIZE.

Change-Id: I4e7bb94be70ece871fa339feb90a591f889e833d
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>

show more ...


# 31d551b6 09-Aug-2017 William Wu <william.wu@rock-chips.com>

configs: rockchip: add USB configs for evb-rv1108 board

This patch adds USB configs to support the USB OTG port(consist
of DWC2 controller) and the USB Host port(consist of EHCI and OHCI
controllers

configs: rockchip: add USB configs for evb-rv1108 board

This patch adds USB configs to support the USB OTG port(consist
of DWC2 controller) and the USB Host port(consist of EHCI and OHCI
controllers) on evb-rv1108 board, and also support fastboot over
USB and USB mass storage.

Change-Id: I80b1ff133a3e16ca0e8202fe737c93d18b6e5b08
Signed-off-by: William Wu <william.wu@rock-chips.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Acked-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>

show more ...


# 1f20fc53 23-Aug-2017 Thomas Petazzoni <thomas.petazzoni@free-electrons.com>

include/configs: drop default definitions of CONFIG_SYS_MAXARGS

Now that include/config_fallbacks.h define a sane fallback for
CONFIG_SYS_MAXARGS, we can drop the definition of this constant in all

include/configs: drop default definitions of CONFIG_SYS_MAXARGS

Now that include/config_fallbacks.h define a sane fallback for
CONFIG_SYS_MAXARGS, we can drop the definition of this constant in all
configurations that were using the default value.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Reviewed-by: Tom Rini <trini@konsulko.com>

show more ...


# 2be29653 24-Jul-2017 Simon Glass <sjg@chromium.org>

Convert CONFIG_ENV_IS_IN_MMC/NAND/UBI and NOWHERE to Kconfig

This converts the following to Kconfig:
CONFIG_ENV_IS_IN_MMC
CONFIG_ENV_IS_IN_NAND
CONFIG_ENV_IS_IN_UBI
CONFIG_ENV_IS_NOWHERE

Convert CONFIG_ENV_IS_IN_MMC/NAND/UBI and NOWHERE to Kconfig

This converts the following to Kconfig:
CONFIG_ENV_IS_IN_MMC
CONFIG_ENV_IS_IN_NAND
CONFIG_ENV_IS_IN_UBI
CONFIG_ENV_IS_NOWHERE

In fact this already exists for sunxi as a 'choice' config. However not
all the choices are available in Kconfig yet so we cannot use that. It
would lead to more than one option being set.

In addition, one purpose of this series is to allow the environment to be
stored in more than one place. So the existing choice is converted to a
normal config allowing each option to be set independently.

There are not many opportunities for Kconfig updates to reduce the size of
this patch. This was tested with

./tools/moveconfig.py -i CONFIG_ENV_IS_IN_MMC

And then manual updates. This is because for CHAIN_OF_TRUST boards they
can only have ENV_IS_NOWHERE set, so we enforce that via Kconfig logic
now.

Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>

show more ...


# 156d64fa 08-Jun-2017 Tom Rini <trini@konsulko.com>

Merge git://git.denx.de/u-boot-rockchip

Here is additional rk3368 and rk3399 support, rv1108 support,
refactoring HDMI video (brought in from Anatolij's tree to resolve
conflicts), some mkimage fixe

Merge git://git.denx.de/u-boot-rockchip

Here is additional rk3368 and rk3399 support, rv1108 support,
refactoring HDMI video (brought in from Anatolij's tree to resolve
conflicts), some mkimage fixes and a few other things.

show more ...


# 2c1e11dd 01-Jun-2017 Andy Yan <andy.yan@rock-chips.com>

rockchip: Add core Soc start-up code for rv1108

RV1108 is embedded with an ARM Cortex-A7 single core and a DSP core
from Rockchip. It is designed for varies application scenario such
as car DVR, spo

rockchip: Add core Soc start-up code for rv1108

RV1108 is embedded with an ARM Cortex-A7 single core and a DSP core
from Rockchip. It is designed for varies application scenario such
as car DVR, sports DV, secure camera and UAV camera.

Signed-off-by: Andy Yan <andy.yan@rock-chips.com>
Reviewed-by: Simon Glass <sjg@chromium.org>

show more ...