<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm63xx/u-boot/drivers/ram/Kconfig, branch master</title>
<subtitle>Broadcom-s U-Boot</subtitle>
<id>https://git.openwrt.org/project/bcm63xx/u-boot/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/project/bcm63xx/u-boot/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/'/>
<updated>2018-11-16T21:51:58Z</updated>
<entry>
<title>ram: Introduce K3 AM654 DDR Sub System driver</title>
<updated>2018-11-16T21:51:58Z</updated>
<author>
<name>Lokesh Vutla</name>
</author>
<published>2018-11-02T14:21:02Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=06bda1259ffc3ef899de70c7fb86b0982a2912f0'/>
<id>urn:sha1:06bda1259ffc3ef899de70c7fb86b0982a2912f0</id>
<content type='text'>
K3 based AM654 devices has DDR memory subsystem that comprises
Synopys DDR controller, Synopsis DDR phy and wrapper logic to
intergrate these blocks into the device. This DDR subsystem
provides an interface to external SDRAM devices. Adding support
for the initialization of the external SDRAM devices by
configuring the DDRSS registers and using the buitin PHY
routines.

Reviewed-by: Tom Rini &lt;trini@konsulko.com&gt;
Signed-off-by: Lokesh Vutla &lt;lokeshvutla@ti.com&gt;
Signed-off-by: Andreas Dannenberg &lt;dannenberg@ti.com&gt;
Signed-off-by: Keerthy &lt;j-keerthy@ti.com&gt;
Signed-off-by: Schuyler Patton &lt;spatton@ti.com&gt;
Signed-off-by: James Doublesin &lt;doublesin@ti.com&gt;
</content>
</entry>
<entry>
<title>ram: Add driver for MPC83xx</title>
<updated>2018-09-18T06:01:18Z</updated>
<author>
<name>Mario Six</name>
</author>
<published>2018-08-06T08:23:30Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=e40615565d68465284b3c6a5fc4147f662824a88'/>
<id>urn:sha1:e40615565d68465284b3c6a5fc4147f662824a88</id>
<content type='text'>
Add a RAM driver for the MPC83xx architecture.

Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
Signed-off-by: Mario Six &lt;mario.six@gdsys.cc&gt;
</content>
</entry>
<entry>
<title>ram: stm32mp1: add driver</title>
<updated>2018-03-19T20:14:21Z</updated>
<author>
<name>Patrick Delaunay</name>
</author>
<published>2018-03-12T09:46:11Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=e70f70aa6504bd6387c0a6d117e48383c5048b6b'/>
<id>urn:sha1:e70f70aa6504bd6387c0a6d117e48383c5048b6b</id>
<content type='text'>
Add driver and binding for stm32mp1 ddr controller and phy

Signed-off-by: Patrick Delaunay &lt;patrick.delaunay@st.com&gt;
</content>
</entry>
<entry>
<title>ram: kconfig: s/SPL/TPL/ in TPL_RAM help text</title>
<updated>2017-08-26T18:56:06Z</updated>
<author>
<name>Jagan Teki</name>
</author>
<published>2017-08-25T14:46:00Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=93fd5b0ac185fd81d2e2c658a4dad4fc63f1a690'/>
<id>urn:sha1:93fd5b0ac185fd81d2e2c658a4dad4fc63f1a690</id>
<content type='text'>
Signed-off-by: Jagan Teki &lt;jagan@amarulasolutions.com&gt;
</content>
</entry>
<entry>
<title>spl: dm: Kconfig: introduce TPL_RAM (in analogy to SPL_RAM)</title>
<updated>2017-08-13T15:12:20Z</updated>
<author>
<name>Philipp Tomsich</name>
</author>
<published>2017-06-28T23:42:40Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=c336c3c35f53d01fad0699237d5645440e454df6'/>
<id>urn:sha1:c336c3c35f53d01fad0699237d5645440e454df6</id>
<content type='text'>
To allow finer grained selection of features for TPL, we introduce
TPL_RAM (in analogy to SPL_RAM).

Signed-off-by: Philipp Tomsich &lt;philipp.tomsich@theobroma-systems.com&gt;
Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
Reviewed-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>spl: dm: Kconfig: SPL_RAM depends on SPL_DM</title>
<updated>2017-08-13T15:12:20Z</updated>
<author>
<name>Philipp Tomsich</name>
</author>
<published>2017-06-28T23:41:52Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=45233301b69d10ae84aa7568672eb31769ba7b48'/>
<id>urn:sha1:45233301b69d10ae84aa7568672eb31769ba7b48</id>
<content type='text'>
This commit models the dependency from SPL_RAM to SPL_DM in Kconfig.

Signed-off-by: Philipp Tomsich &lt;philipp.tomsich@theobroma-systems.com&gt;
Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
Reviewed-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>stm32f7: sdram: move sdram driver code to ram drivers area</title>
<updated>2017-05-08T15:39:02Z</updated>
<author>
<name>Vikas Manocha</name>
</author>
<published>2017-04-10T22:02:51Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=bf1ae4426b89bd8b3e036e012acc4bc88fec4c6e'/>
<id>urn:sha1:bf1ae4426b89bd8b3e036e012acc4bc88fec4c6e</id>
<content type='text'>
Signed-off-by: Vikas Manocha &lt;vikas.manocha@st.com&gt;
cc: Christophe KERELLO &lt;christophe.kerello@st.com&gt;
</content>
</entry>
<entry>
<title>ram: rename CONFIG_SPL_RAM_SUPPORT to CONFIG_SPL_RAM</title>
<updated>2015-08-18T17:46:02Z</updated>
<author>
<name>Masahiro Yamada</name>
</author>
<published>2015-08-11T22:31:48Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=40c9abbd6b591bf01f85e8f47de2f75ba68b7c47'/>
<id>urn:sha1:40c9abbd6b591bf01f85e8f47de2f75ba68b7c47</id>
<content type='text'>
Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;
Reviewed-by: Tom Rini &lt;trini@konsulko.com&gt;
Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>dm: Add support for RAM drivers</title>
<updated>2015-07-21T23:39:27Z</updated>
<author>
<name>Simon Glass</name>
</author>
<published>2015-06-23T21:39:04Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=6c51df6859fa666d494980f4aa2f19c932898ec1'/>
<id>urn:sha1:6c51df6859fa666d494980f4aa2f19c932898ec1</id>
<content type='text'>
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 &lt;sjg@chromium.org&gt;
</content>
</entry>
</feed>
