summaryrefslogtreecommitdiff
path: root/hwaccess.h
diff options
context:
space:
mode:
authorhailfinger <hailfinger@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2010-07-17 12:54:09 +0000
committerhailfinger <hailfinger@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2010-07-17 12:54:09 +0000
commit017ae2bc49e422907b0088e942a1576f73256c19 (patch)
treeac83a822a78d0e27c96c9278943b8051107ec722 /hwaccess.h
parent6b862f39cbd5b82f9cf903fdc9d67d908ea61187 (diff)
downloadflashrom-017ae2bc49e422907b0088e942a1576f73256c19.tar.gz
Change the SPI bitbanging core to fix a subtle bug (which had no effect
so far) and to make integration of the RayeR SPIPGM and Nvidia MCP6x/MCP7x SPI patches easier. Kill a few global variables and require explicit initialization of bitbanging delay. A big thank you to Johannes Sjölund for testing an earlier version of the code as part of the Nvidia MCP6x/MCP7x SPI bitbanging patch. Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Acked-by: Michael Karcher <flashrom@mkarcher.dialup.fu-berlin.de> git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@1085 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'hwaccess.h')
-rw-r--r--hwaccess.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/hwaccess.h b/hwaccess.h
index c38ee6f..a230fa1 100644
--- a/hwaccess.h
+++ b/hwaccess.h
@@ -176,6 +176,10 @@ cpu_to_be(64)
#define __DARWIN__
#endif
+/* Clarification about OUTB/OUTW/OUTL argument order:
+ * OUT[BWL](val, port)
+ */
+
#if defined(__FreeBSD__) || defined(__DragonFly__)
#include <machine/cpufunc.h>
#define off64_t off_t