<feed xmlns='http://www.w3.org/2005/Atom'>
<title>starfive-tech/u-boot.git/drivers/rng/Makefile, branch master</title>
<subtitle>StarFive Tech U-Boot for VisionFive (JH7110) boards (mirror)</subtitle>
<id>https://git.radix-linux.su/starfive-tech/u-boot.git/atom?h=master</id>
<link rel='self' href='https://git.radix-linux.su/starfive-tech/u-boot.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/starfive-tech/u-boot.git/'/>
<updated>2021-02-16T22:24:06+00:00</updated>
<entry>
<title>rng: Add iProc RNG200 driver</title>
<updated>2021-02-16T22:24:06+00:00</updated>
<author>
<name>Matthias Brugger</name>
<email>mbrugger@suse.com</email>
</author>
<published>2020-12-15T09:49:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/starfive-tech/u-boot.git/commit/?id=537f00182ffd276a81dbf9746652fc940151528e'/>
<id>urn:sha1:537f00182ffd276a81dbf9746652fc940151528e</id>
<content type='text'>
Add support for random number generator RNG200.
This is for example found on RPi4.

Signed-off-by: Matthias Brugger &lt;mbrugger@suse.com&gt;
Tested-by: Heinrich Schuchardt &lt;xypron.glpk@gmx.de&gt;
Tested-by: Peter Robinson &lt;pbrobinson@gmail.com&gt;
[mb: adapt to new struct driver memebers]
Signed-off-by: Matthias Brugger &lt;mbrugger@suse.com&gt;
</content>
</entry>
<entry>
<title>rng: Add Qualcomm MSM PRNG driver</title>
<updated>2020-10-22T13:54:54+00:00</updated>
<author>
<name>Robert Marko</name>
<email>robert.marko@sartura.hr</email>
</author>
<published>2020-10-08T20:05:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/starfive-tech/u-boot.git/commit/?id=033ec636fcb67d6f58a045a50977f8f1449378a9'/>
<id>urn:sha1:033ec636fcb67d6f58a045a50977f8f1449378a9</id>
<content type='text'>
Add support for the hardware pseudo random number generator found in Qualcomm SoC-s.

Signed-off-by: Robert Marko &lt;robert.marko@sartura.hr&gt;
Cc: Luka Perkov &lt;luka.perkov@sartura.hr&gt;
</content>
</entry>
<entry>
<title>rockchip: rng: Add a driver for random number generator(rng) device</title>
<updated>2020-04-29T02:30:55+00:00</updated>
<author>
<name>Lin Jinhan</name>
<email>troy.lin@rock-chips.com</email>
</author>
<published>2020-03-31T09:39:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/starfive-tech/u-boot.git/commit/?id=6e7353e3d9929d34c3fc1422503923aedbf6f972'/>
<id>urn:sha1:6e7353e3d9929d34c3fc1422503923aedbf6f972</id>
<content type='text'>
Add a driver for the rng device found on rockchip platforms.
Support rng module of crypto v1 and crypto v2.

Signed-off-by: Lin Jinhan &lt;troy.lin@rock-chips.com&gt;
Tested-by: Peter Robinson &lt;pbrobinson@gmail.com&gt;
Reviewed-by: Kever Yang &lt;kever.yang@rock-chips.com&gt;
</content>
</entry>
<entry>
<title>drivers/rng: add Amlogic hardware RNG driver</title>
<updated>2020-03-11T07:29:58+00:00</updated>
<author>
<name>Heinrich Schuchardt</name>
<email>xypron.glpk@gmx.de</email>
</author>
<published>2020-02-02T18:52:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/starfive-tech/u-boot.git/commit/?id=bc40eb278b0c14b990556eab34a57b2b8ed598f4'/>
<id>urn:sha1:bc40eb278b0c14b990556eab34a57b2b8ed598f4</id>
<content type='text'>
Add support for the hardware random number generator of Amlogic SOCs.

Signed-off-by: Heinrich Schuchardt &lt;xypron.glpk@gmx.de&gt;
Reviewed-by: Neil Armstrong &lt;narmstrong@baylibre.com&gt;
Reviewed-by: Sughosh Ganu &lt;sughosh.ganu@linaro.org&gt;
</content>
</entry>
<entry>
<title>sandbox: rng: Add a random number generator(rng) driver</title>
<updated>2020-01-07T17:08:21+00:00</updated>
<author>
<name>Sughosh Ganu</name>
<email>sughosh.ganu@linaro.org</email>
</author>
<published>2019-12-28T18:28:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/starfive-tech/u-boot.git/commit/?id=ff0dada9b863ab33a7c4b2d9955db1205f55cd01'/>
<id>urn:sha1:ff0dada9b863ab33a7c4b2d9955db1205f55cd01</id>
<content type='text'>
Add a sandbox driver for random number generation. Mostly aimed at
providing a unit test for rng uclass.

Signed-off-by: Sughosh Ganu &lt;sughosh.ganu@linaro.org&gt;
Reviewed-by: Patrice Chotard &lt;patrice.chotard@st.com&gt;
Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>stm32mp1: rng: Add a driver for random number generator(rng) device</title>
<updated>2020-01-07T17:08:21+00:00</updated>
<author>
<name>Sughosh Ganu</name>
<email>sughosh.ganu@linaro.org</email>
</author>
<published>2019-12-28T18:28:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/starfive-tech/u-boot.git/commit/?id=231ec905837010f7c50d44423f588118b3090cce'/>
<id>urn:sha1:231ec905837010f7c50d44423f588118b3090cce</id>
<content type='text'>
Add a driver for the rng device found on stm32mp1 platforms. The
driver provides a routine for reading the random number seed from the
hardware device.

Signed-off-by: Sughosh Ganu &lt;sughosh.ganu@linaro.org&gt;
Reviewed-by: Patrice Chotard &lt;patrice.chotard@st.com&gt;
Acked-by: Patrick Delaunay &lt;patrick.delaunay@st.com&gt;
Remove a superfluous blank line
Signed-off-by: Heinrich Schuchardt &lt;xypron.glpk@gmx.de&gt;
</content>
</entry>
<entry>
<title>dm: rng: Add random number generator(rng) uclass</title>
<updated>2020-01-07T17:08:21+00:00</updated>
<author>
<name>Sughosh Ganu</name>
<email>sughosh.ganu@linaro.org</email>
</author>
<published>2019-12-28T18:28:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/starfive-tech/u-boot.git/commit/?id=a2487684003b0bc380955e1a38cdd71da3ca4366'/>
<id>urn:sha1:a2487684003b0bc380955e1a38cdd71da3ca4366</id>
<content type='text'>
Add a uclass for reading a random number seed from a random number
generator device.

Signed-off-by: Sughosh Ganu &lt;sughosh.ganu@linaro.org&gt;
Reviewed-by: Patrice Chotard &lt;patrice.chotard@st.com&gt;
Reviewed-by: Heinrich Schuchardt &lt;xypron.glpk@gmx.de&gt;
Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
</feed>
