| #
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
|
| #
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>
|
| #
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 ...
|
| #
7af4eca7 |
| 05-Jul-2018 |
YouMin Chen <cym@rock-chips.com> |
drivers: ram: ram-uclass depend on TPL_DM or SPL_DM
Some platform with sram size small, not use TPL_DM framework for TPL, so never need ram-uclass. This can remove _u_boot_list_2_uclass_2_ram from t
drivers: ram: ram-uclass depend on TPL_DM or SPL_DM
Some platform with sram size small, not use TPL_DM framework for TPL, so never need ram-uclass. This can remove _u_boot_list_2_uclass_2_ram from tpl bin.
Change-Id: I93a6cfcc164f193d12f763d41ce68b5b20233541 Signed-off-by: YouMin Chen <cym@rock-chips.com>
show more ...
|
| #
c1b62ba9 |
| 14-Aug-2017 |
Tom Rini <trini@konsulko.com> |
Merge branch 'master' of git://git.denx.de/u-boot-rockchip
|
| #
403e9cbc |
| 22-Jun-2017 |
Philipp Tomsich <philipp.tomsich@theobroma-systems.com> |
rockchip: rk3368: add DRAM controller driver with DRAM initialisation
This adds a DRAM controller driver for the RK3368 and places it in drivers/ram/rockchip (where the other DM-enabled DRAM control
rockchip: rk3368: add DRAM controller driver with DRAM initialisation
This adds a DRAM controller driver for the RK3368 and places it in drivers/ram/rockchip (where the other DM-enabled DRAM controller drivers for rockchip devices should also be moved eventually).
At this stage, only the following feature-set is supported: - DDR3 - 32-bit configuration (i.e. fully populated) - dual-rank (i.e. no auto-detection of ranks) - DDR3-1600K speed-bin
This driver expects to run from a TPL stage that will later return to the RK3368 BROM. It communicates with later stages through the os_reg2 in the pmugrf (i.e. using the same mechanism as Rockchip's DDR init code).
Unlike other DMC drivers for RK32xx and RK33xx parts, the required timings are calculated within the driver based on a target frequency and a DDR3 speed-bin (only the DDR3-1600K speed-bin is support at this time).
The RK3368 also has the DDRC0_CON0 (DDR ch. 0, control-register 0) register for controlling the operation of its (single-channel) DRAM controller in the GRF block. This provides for selecting DDR3, mobile DDR modes, and control low-power operation. As part of this change, DDRC0_CON0 is also added to the GRF structure definition (at offset 0x600).
Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com> Reviewed-by: Simon Glass <sjg@chromium.org>
show more ...
|
| #
102d8655 |
| 10-May-2017 |
Tom Rini <trini@konsulko.com> |
Merge branch 'master' of git://git.denx.de/u-boot-mips
|
| #
193030e5 |
| 24-Apr-2017 |
Álvaro Fernández Rojas <noltari@gmail.com> |
ram: add RAM driver for Broadcom MIPS SoCs
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
|
| #
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>
|
| #
64ce0cad |
| 06-Jul-2015 |
Simon Glass <sjg@chromium.org> |
dm: test: Add a test for the ram uclass
Add a test to confirm that we can probe this device and get information on the available RAM.
Signed-off-by: Simon Glass <sjg@chromium.org>
|
| #
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 ...
|