git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1efde5
)
configs: qcom_defconfig: enable RNG driver and command
author
Neil Armstrong
<neil.armstrong@linaro.org>
Mon, 25 Nov 2024 17:12:57 +0000
(18:12 +0100)
committer
Caleb Connolly
<caleb.connolly@linaro.org>
Wed, 22 Jan 2025 15:43:53 +0000
(16:43 +0100)
Enable the MSM RNG driver by default with the associated
command, this will fill KASLR seed when booting Linux.
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
Link:
https://lore.kernel.org/r/20241125-topic-sm8x50-rng-v1-2-52b72821c3e9@linaro.org
Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
configs/qcom_defconfig
patch
|
blob
|
history
diff --git
a/configs/qcom_defconfig
b/configs/qcom_defconfig
index
2de751d
..
a4e7a21
100644
(file)
--- a/
configs/qcom_defconfig
+++ b/
configs/qcom_defconfig
@@
-37,6
+37,7
@@
CONFIG_CMD_USB=y
CONFIG_CMD_CAT=y
CONFIG_CMD_BMP=y
CONFIG_CMD_EFIDEBUG=y
+CONFIG_CMD_RNG=y
CONFIG_CMD_REGULATOR=y
CONFIG_CMD_LOG=y
CONFIG_OF_LIVE=y
@@
-107,6
+108,8
@@
CONFIG_PMIC_QCOM=y
CONFIG_DM_REGULATOR=y
CONFIG_DM_REGULATOR_FIXED=y
CONFIG_DM_REGULATOR_QCOM_RPMH=y
+CONFIG_DM_RNG=y
+CONFIG_RNG_MSM=y
CONFIG_SCSI=y
CONFIG_MSM_SERIAL=y
CONFIG_MSM_GENI_SERIAL=y