From b29cc1aaf0497e8f1e82b66cc59e941abd2a4af0 Mon Sep 17 00:00:00 2001 From: Keith Hui Date: Tue, 19 May 2020 23:36:51 -0400 Subject: mb/asus/p2b: Add option table support Just do it already. The two SCSI-specific options for p2b-{ls,ds} will be wired up in a followup. They will be ignored by boards without the hardware. Change-Id: Ia43d502219d7c23d21f49d651113e3d653c6e9f4 Signed-off-by: Keith Hui Reviewed-on: https://review.coreboot.org/c/coreboot/+/41560 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons Reviewed-by: Arthur Heymans --- src/mainboard/asus/p2b/cmos.default | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/mainboard/asus/p2b/cmos.default (limited to 'src/mainboard/asus/p2b/cmos.default') diff --git a/src/mainboard/asus/p2b/cmos.default b/src/mainboard/asus/p2b/cmos.default new file mode 100644 index 0000000000..447726f193 --- /dev/null +++ b/src/mainboard/asus/p2b/cmos.default @@ -0,0 +1,8 @@ +## SPDX-License-Identifier: GPL-2.0-only + +boot_option=Fallback +debug_level=Debug +nmi=Enable +udma_enable=Enable +scsi_lvd_term=Enable +scsi_se_term=Enable -- cgit v1.2.3