Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
arch/risc-v/src/mpfs/mpfs_ddr.c: Add a simple prng for memory trainin…
…g code Implement the previously empty mpfs_ddr_rand with adapted "seiran128" code from https://github.com/andanteyk/prng-seiran This implements a non-secure prng, which is minimal in size. The DDR training doesn't need cryptographically secure prng, and linking in the NuttX crypto would increase the code size significantly for bootloaders. Signed-off-by: Jukka Laitinen <[email protected]>
- Loading branch information