Skip to content

Commit

Permalink
feat: enable HP ILO kernel module (both amd64 arm64)
Browse files Browse the repository at this point in the history
Enable HP ILO kernel modul to allow automatic inband BIOS configuration in case of HP machines.

Signed-off-by: Gabor Nyiri <gabor.nyiri@nokia.com>
(cherry picked from commit d756119)
Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>
  • Loading branch information
Gabor Nyiri authored and talos-bot committed Jun 21, 2021
1 parent 2f9eccf commit 15654f6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kernel/kernel/config-amd64
Original file line number Diff line number Diff line change
Expand Up @@ -1895,7 +1895,7 @@ CONFIG_NVME_TCP=y
# CONFIG_TIFM_CORE is not set
# CONFIG_ICS932S401 is not set
# CONFIG_ENCLOSURE_SERVICES is not set
# CONFIG_HP_ILO is not set
CONFIG_HP_ILO=y
# CONFIG_APDS9802ALS is not set
# CONFIG_ISL29003 is not set
# CONFIG_ISL29020 is not set
Expand Down
2 changes: 1 addition & 1 deletion kernel/kernel/config-arm64
Original file line number Diff line number Diff line change
Expand Up @@ -2156,7 +2156,7 @@ CONFIG_NVME_TCP=y
# CONFIG_TIFM_CORE is not set
# CONFIG_ICS932S401 is not set
# CONFIG_ENCLOSURE_SERVICES is not set
# CONFIG_HP_ILO is not set
CONFIG_HP_ILO=y
# CONFIG_QCOM_COINCELL is not set
# CONFIG_QCOM_FASTRPC is not set
# CONFIG_APDS9802ALS is not set
Expand Down
1 change: 1 addition & 0 deletions kernel/kernel/scripts/filter-hardened-check.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
'CONFIG_IA32_EMULATION', # see https://github.com/talos-systems/pkgs/pull/125
'CONFIG_HARDEN_BRANCH_PREDICTOR', # looks like a bug in kconfig-hardened-check, default in 5.9, but not enabled in 5.10
'CONFIG_INIT_ON_FREE_DEFAULT_ON', # disabled init_on_free=1 due to performance
'CONFIG_SECURITY_DMESG_RESTRICT', # disabled in release-0.5 to maintain backwards compatibility
}

def main():
Expand Down

0 comments on commit 15654f6

Please sign in to comment.