Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-18 | common: Drop net.h from common header | Simon Glass | |
Move this header out of the common header. Network support is used in quite a few places but it still does not warrant blanket inclusion. Note that this net.h header itself has quite a lot in it. It could be split into the driver-mode support, functions, structures, checksumming, etc. Signed-off-by: Simon Glass <sjg@chromium.org> | |||
2020-01-07 | sandbox: rng: Add a random number generator(rng) driver | Sughosh Ganu | |
Add a sandbox driver for random number generation. Mostly aimed at providing a unit test for rng uclass. Signed-off-by: Sughosh Ganu <sughosh.ganu@linaro.org> Reviewed-by: Patrice Chotard <patrice.chotard@st.com> Reviewed-by: Simon Glass <sjg@chromium.org> |