summaryrefslogtreecommitdiff
path: root/src/mainboard/asus
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2021-05-17 11:03:55 +0200
committerPatrick Georgi <pgeorgi@google.com>2021-05-18 11:42:48 +0000
commitc56c723deb98d4e97dd55b32aac6fc44a31462b3 (patch)
tree1dcb41501885d630e11bf8d7ca3ce9e617262b04 /src/mainboard/asus
parentbceea67461cc44e2c8f10e5d811dcbdc0351ee56 (diff)
downloadcoreboot-c56c723deb98d4e97dd55b32aac6fc44a31462b3.tar.xz
mainboard: Use decimal for `device lapic 0x0 on`
Most boards use `device lapic 0 on` with zero written in decimal. For the sake of consistency, update the remaining boards to follow suit. Change-Id: I1d3b1ac107e33aae11189cdd5e719b8e48b10f08 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/54359 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'src/mainboard/asus')
-rw-r--r--src/mainboard/asus/maximus_iv_gene-z/devicetree.cb2
-rw-r--r--src/mainboard/asus/p8h61-m_lx/devicetree.cb2
-rw-r--r--src/mainboard/asus/p8h61-m_pro/devicetree.cb2
-rw-r--r--src/mainboard/asus/p8z77-m_pro/devicetree.cb2
4 files changed, 4 insertions, 4 deletions
diff --git a/src/mainboard/asus/maximus_iv_gene-z/devicetree.cb b/src/mainboard/asus/maximus_iv_gene-z/devicetree.cb
index 22b474d7ec..5860556efe 100644
--- a/src/mainboard/asus/maximus_iv_gene-z/devicetree.cb
+++ b/src/mainboard/asus/maximus_iv_gene-z/devicetree.cb
@@ -6,7 +6,7 @@ chip northbridge/intel/sandybridge
register "acpi_c1" = "1"
register "acpi_c2" = "3"
register "acpi_c3" = "5"
- device lapic 0x0 on end
+ device lapic 0 on end
device lapic 0xacac off end
end
end
diff --git a/src/mainboard/asus/p8h61-m_lx/devicetree.cb b/src/mainboard/asus/p8h61-m_lx/devicetree.cb
index 73671ee27f..276119051c 100644
--- a/src/mainboard/asus/p8h61-m_lx/devicetree.cb
+++ b/src/mainboard/asus/p8h61-m_lx/devicetree.cb
@@ -6,7 +6,7 @@ chip northbridge/intel/sandybridge
register "acpi_c1" = "1"
register "acpi_c2" = "3"
register "acpi_c3" = "5"
- device lapic 0x0 on end
+ device lapic 0 on end
device lapic 0xacac off end
end
end
diff --git a/src/mainboard/asus/p8h61-m_pro/devicetree.cb b/src/mainboard/asus/p8h61-m_pro/devicetree.cb
index 0491f87aa0..a0221fe761 100644
--- a/src/mainboard/asus/p8h61-m_pro/devicetree.cb
+++ b/src/mainboard/asus/p8h61-m_pro/devicetree.cb
@@ -6,7 +6,7 @@ chip northbridge/intel/sandybridge
register "acpi_c1" = "1"
register "acpi_c2" = "3"
register "acpi_c3" = "5"
- device lapic 0x0 on end
+ device lapic 0 on end
device lapic 0xacac off end
end
end
diff --git a/src/mainboard/asus/p8z77-m_pro/devicetree.cb b/src/mainboard/asus/p8z77-m_pro/devicetree.cb
index 1be594723e..a915499502 100644
--- a/src/mainboard/asus/p8z77-m_pro/devicetree.cb
+++ b/src/mainboard/asus/p8z77-m_pro/devicetree.cb
@@ -6,7 +6,7 @@ chip northbridge/intel/sandybridge
register "acpi_c1" = "1"
register "acpi_c2" = "3"
register "acpi_c3" = "5"
- device lapic 0x0 on end
+ device lapic 0 on end
device lapic 0xacac off end
end
end