Skip to content

Commit

Permalink
rk3588: added TRNG_S and hw_get_random_bytes
Browse files Browse the repository at this point in the history
  • Loading branch information
edtubbs committed Nov 18, 2024
1 parent 9ddf938 commit bbd8c70
Show file tree
Hide file tree
Showing 2 changed files with 488 additions and 52 deletions.
10 changes: 8 additions & 2 deletions core/arch/arm/plat-rockchip/platform_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -106,15 +106,21 @@
#define UART3_BASE 0xfeb60000
#define UART3_SIZE SIZE_K(64)

#define SGRF_BASE 0xfd58c000
#define SGRF_SIZE SIZE_K(64)
#define CRU_BASE 0xfd7c0000
#define CRU_SIZE SIZE_K(32)

#define FIREWALL_DDR_BASE 0xfe030000
#define FIREWALL_DDR_SIZE SIZE_K(32)

#define FIREWALL_DSU_BASE 0xfe010000
#define FIREWALL_DSU_SIZE SIZE_K(32)

#define CRYPTO_BASE 0xfe390000
#define CRYPTO_SIZE SIZE_K(32)

#define TRNG_BASE 0xfe398000
#define TRNG_SIZE SIZE_K(32)

#else
#error "Unknown platform flavor"
#endif
Expand Down
Loading

0 comments on commit bbd8c70

Please sign in to comment.