[coreboot-gerrit] New patch to review for coreboot: e1d2494 AMD Mainboards - rd890_cfg.h: fix Doxygen errors.

Martin Roth (gaumless@gmail.com) gerrit at coreboot.org
Mon Jan 5 05:56:22 CET 2015


Martin Roth (gaumless at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/8099

-gerrit

commit e1d2494ba69117a7387930eb23851c36c3f1564d
Author: Martin Roth <martin.roth at se-eng.com>
Date:   Sun Jan 4 15:29:08 2015 -0700

    AMD Mainboards - rd890_cfg.h: fix Doxygen errors.
    
    Doxygen gives an error when processing #defines inside doxygen comments.
    Normal comments are ignored.  The choice for this fix was to make this
    a standard comment starting with '/*' instead of '/**', or to make the
    comment not a #define.
    
    Change-Id: I97fbbcea6f045d80ec7c0ab5e196d57e5da16d86
    Signed-off-by: Martin Roth <martin.roth at se-eng.com>
---
 src/mainboard/amd/dinar/rd890_cfg.h        | 2 +-
 src/mainboard/supermicro/h8qgi/rd890_cfg.h | 2 +-
 src/mainboard/supermicro/h8scm/rd890_cfg.h | 2 +-
 src/mainboard/tyan/s8226/rd890_cfg.h       | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/mainboard/amd/dinar/rd890_cfg.h b/src/mainboard/amd/dinar/rd890_cfg.h
index 71cac2e..1743474 100644
--- a/src/mainboard/amd/dinar/rd890_cfg.h
+++ b/src/mainboard/amd/dinar/rd890_cfg.h
@@ -67,7 +67,7 @@
 /**
  * Bitmap of ports that have slot or onboard device connected.
  * Example force PCIe Gen1 supporton port 2 and 4  (DEFAULT_PORT_ENABLE_MAP = BIT2 | BIT4)
- * #define DEFAULT_PORT_FORCE_GEN1        0x604
+ * define DEFAULT_PORT_FORCE_GEN1        0x604
  */
 #ifndef DEFAULT_PORT_FORCE_GEN1
 #define DEFAULT_PORT_FORCE_GEN1		0x0
diff --git a/src/mainboard/supermicro/h8qgi/rd890_cfg.h b/src/mainboard/supermicro/h8qgi/rd890_cfg.h
index 8547faa..d74cb93 100644
--- a/src/mainboard/supermicro/h8qgi/rd890_cfg.h
+++ b/src/mainboard/supermicro/h8qgi/rd890_cfg.h
@@ -66,7 +66,7 @@
 /**
  * Bitmap of ports that have slot or onboard device connected.
  * Example force PCIe Gen1 supporton port 2 and 4  (DEFAULT_PORT_ENABLE_MAP = BIT2 | BIT4)
- * #define DEFAULT_PORT_FORCE_GEN1        0x604
+ * define DEFAULT_PORT_FORCE_GEN1        0x604
  */
 #ifndef DEFAULT_PORT_FORCE_GEN1
 #define DEFAULT_PORT_FORCE_GEN1		0x0
diff --git a/src/mainboard/supermicro/h8scm/rd890_cfg.h b/src/mainboard/supermicro/h8scm/rd890_cfg.h
index 8547faa..d74cb93 100644
--- a/src/mainboard/supermicro/h8scm/rd890_cfg.h
+++ b/src/mainboard/supermicro/h8scm/rd890_cfg.h
@@ -66,7 +66,7 @@
 /**
  * Bitmap of ports that have slot or onboard device connected.
  * Example force PCIe Gen1 supporton port 2 and 4  (DEFAULT_PORT_ENABLE_MAP = BIT2 | BIT4)
- * #define DEFAULT_PORT_FORCE_GEN1        0x604
+ * define DEFAULT_PORT_FORCE_GEN1        0x604
  */
 #ifndef DEFAULT_PORT_FORCE_GEN1
 #define DEFAULT_PORT_FORCE_GEN1		0x0
diff --git a/src/mainboard/tyan/s8226/rd890_cfg.h b/src/mainboard/tyan/s8226/rd890_cfg.h
index 8547faa..d74cb93 100644
--- a/src/mainboard/tyan/s8226/rd890_cfg.h
+++ b/src/mainboard/tyan/s8226/rd890_cfg.h
@@ -66,7 +66,7 @@
 /**
  * Bitmap of ports that have slot or onboard device connected.
  * Example force PCIe Gen1 supporton port 2 and 4  (DEFAULT_PORT_ENABLE_MAP = BIT2 | BIT4)
- * #define DEFAULT_PORT_FORCE_GEN1        0x604
+ * define DEFAULT_PORT_FORCE_GEN1        0x604
  */
 #ifndef DEFAULT_PORT_FORCE_GEN1
 #define DEFAULT_PORT_FORCE_GEN1		0x0



More information about the coreboot-gerrit mailing list