grub2/0188-include-grub-mips-loongson-cmos.h-Fix-high-CMOS-addr.patch
Peter Jones f74b50e380 Rebase to upstream, fix a pile of bugs. The usual.
Signed-off-by: Peter Jones <pjones@redhat.com>
2013-06-12 15:37:08 -04:00

43 lines
1.3 KiB
Diff

From 99e847792b982949b9a4824dd4aa50e414881fc2 Mon Sep 17 00:00:00 2001
From: Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Date: Sat, 2 Mar 2013 23:57:34 +0100
Subject: [PATCH 188/482] * include/grub/mips/loongson/cmos.h: Fix high
CMOS addresses.
---
ChangeLog | 4 ++++
include/grub/mips/loongson/cmos.h | 4 ++--
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index f107544..93a8a93 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2013-03-02 Vladimir Serbinenko <phcoder@gmail.com>
+ * include/grub/mips/loongson/cmos.h: Fix high CMOS addresses.
+
+2013-03-02 Vladimir Serbinenko <phcoder@gmail.com>
+
Move to more hookless approach in IEEE1275 devices handling.
2013-03-02 Vladimir Serbinenko <phcoder@gmail.com>
diff --git a/include/grub/mips/loongson/cmos.h b/include/grub/mips/loongson/cmos.h
index 96d50f2..0c8cc8d 100644
--- a/include/grub/mips/loongson/cmos.h
+++ b/include/grub/mips/loongson/cmos.h
@@ -24,7 +24,7 @@
#define GRUB_CMOS_ADDR_REG 0xbfd00070
#define GRUB_CMOS_DATA_REG 0xbfd00071
-#define GRUB_CMOS_ADDR_REG 0xbfd00072
-#define GRUB_CMOS_DATA_REG 0xbfd00073
+#define GRUB_CMOS_ADDR_REG_HI 0xbfd00072
+#define GRUB_CMOS_DATA_REG_HI 0xbfd00073
#endif /* GRUB_CPU_CMOS_H */
--
1.8.2.1