History log of /rk3399_rockchip-uboot/drivers/ram/Kconfig (Results 1 – 17 of 17)
Revision Date Author Comments
# a0d3d971 14-Oct-2021 YouMin Chen <cym@rock-chips.com>

dm: add dmc uclass for Dynamic Memory Interface drivers

Signed-off-by: YouMin Chen <cym@rock-chips.com>
Change-Id: I2e48b4dbbd087e2a73341a0152075e76756271e9


# b5644a89 05-Jul-2021 Joseph Chen <chenjh@rock-chips.com>

ram: dm ramdisk: Select new ram partition driver

Add dm_ramdisk_is_enabled() for runtime judgement for
compatibility in some place.

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

ram: dm ramdisk: Select new ram partition driver

Add dm_ramdisk_is_enabled() for runtime judgement for
compatibility in some place.

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

show more ...


# 3582f7fa 25-Oct-2020 Joseph Chen <chenjh@rock-chips.com>

ram: Kconfig: select RKPARM_PARTITION by RAMDISK_RO

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


# e9e0746f 27-Apr-2020 Joseph Chen <chenjh@rock-chips.com>

Merge branch 'next-dev' into thunder-boot


# aedeb70b 26-Apr-2020 Joseph Chen <chenjh@rock-chips.com>

ram: Kconfig: RAMDISK_RO requires rkparam partition

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


# 0476014e 19-Mar-2019 Joseph Chen <chenjh@rock-chips.com>

ram: ramdisk: rename "readonly" to "ro"

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


# 16a92a42 05-Sep-2018 Tang Yun ping <typ@rock-chips.com>

rockchip dmc: add rockchip dmc code

This dmc code is prepare for ddr test tool to scanning ddr freq,
normal firmware no need to enable it.
Current version only support PX30/RK3326 and RK3328/RK3228H

rockchip dmc: add rockchip dmc code

This dmc code is prepare for ddr test tool to scanning ddr freq,
normal firmware no need to enable it.
Current version only support PX30/RK3326 and RK3328/RK3228H,
CONFIG_ROCKCHIP_DMC=y to enable it

Change-Id: I25360846bb5af74eb82bdc6e64bdaa2d55ab0f64
Signed-off-by: Tang Yun ping <typ@rock-chips.com>

show more ...


# a3fec70d 05-Sep-2018 Joseph Chen <chenjh@rock-chips.com>

dm: blk: add ramdisk uclass support

- Use ram as a disk which appears as block devices.
- Provide a read only ramdisk driver.

Change-Id: Ie6dc1a036c8a2841cacd0d467599c11b74b4ad77
Signed-off-by: Jos

dm: blk: add ramdisk uclass support

- Use ram as a disk which appears as block devices.
- Provide a read only ramdisk driver.

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

show more ...


# ee638204 05-Jul-2018 YouMin Chen <cym@rock-chips.com>

drivers: ram: TPL_RAM remove dependency of TPL_DM

Some platform has a very limited SRAM space to run the TPL with
TPL_DM framework, so it's better to remove the dependency of
TPL_DM here.

Change-Id

drivers: ram: TPL_RAM remove dependency of TPL_DM

Some platform has a very limited SRAM space to run the TPL with
TPL_DM framework, so it's better to remove the dependency of
TPL_DM here.

Change-Id: Ia8bb6351e21f6590f68efe3663a60ca3653ba78d
Signed-off-by: YouMin Chen <cym@rock-chips.com>

show more ...


# 93fd5b0a 25-Aug-2017 Jagan Teki <jagan@amarulasolutions.com>

ram: kconfig: s/SPL/TPL/ in TPL_RAM help text

Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# c1b62ba9 14-Aug-2017 Tom Rini <trini@konsulko.com>

Merge branch 'master' of git://git.denx.de/u-boot-rockchip


# c336c3c3 28-Jun-2017 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>

spl: dm: Kconfig: introduce TPL_RAM (in analogy to SPL_RAM)

To allow finer grained selection of features for TPL, we introduce
TPL_RAM (in analogy to SPL_RAM).

Signed-off-by: Philipp Tomsich <phili

spl: dm: Kconfig: introduce TPL_RAM (in analogy to SPL_RAM)

To allow finer grained selection of features for TPL, we introduce
TPL_RAM (in analogy to SPL_RAM).

Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>

show more ...


# 45233301 28-Jun-2017 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>

spl: dm: Kconfig: SPL_RAM depends on SPL_DM

This commit models the dependency from SPL_RAM to SPL_DM in Kconfig.

Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Reviewed-by:

spl: dm: Kconfig: SPL_RAM depends on SPL_DM

This commit models the dependency from SPL_RAM to SPL_DM in Kconfig.

Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>

show more ...


# 4f66e09b 09-May-2017 Stefano Babic <sbabic@denx.de>

Merge branch 'master' of git://git.denx.de/u-boot

Signed-off-by: Stefano Babic <sbabic@denx.de>


# bf1ae442 10-Apr-2017 Vikas Manocha <vikas.manocha@st.com>

stm32f7: sdram: move sdram driver code to ram drivers area

Signed-off-by: Vikas Manocha <vikas.manocha@st.com>
cc: Christophe KERELLO <christophe.kerello@st.com>


# 40c9abbd 11-Aug-2015 Masahiro Yamada <yamada.masahiro@socionext.com>

ram: rename CONFIG_SPL_RAM_SUPPORT to CONFIG_SPL_RAM

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.

ram: rename CONFIG_SPL_RAM_SUPPORT to CONFIG_SPL_RAM

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>

show more ...


# 6c51df68 23-Jun-2015 Simon Glass <sjg@chromium.org>

dm: Add support for RAM drivers

Add support for a driver which sets up DRAM and can return information about
the amount of RAM available. This is a first step towards moving RAM init
to driver model

dm: Add support for RAM drivers

Add support for a driver which sets up DRAM and can return information about
the amount of RAM available. This is a first step towards moving RAM init
to driver model.

Signed-off-by: Simon Glass <sjg@chromium.org>

show more ...