summaryrefslogtreecommitdiffstats
path: root/board/gth2/ee_access.h
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2012-09-26 15:20:33 -0700
committerTom Rini <trini@ti.com>2012-10-15 11:53:46 -0700
commit61c0d6ae777b684a5bb876dadd14d548625d27c7 (patch)
treea39cde44dbc51215b2c54edd503154f30784f05d /board/gth2/ee_access.h
parentb0d60a981230a1ebfc10387702894a8d85a0e686 (diff)
downloadtalos-obmc-uboot-61c0d6ae777b684a5bb876dadd14d548625d27c7.tar.gz
talos-obmc-uboot-61c0d6ae777b684a5bb876dadd14d548625d27c7.zip
gth2: Remove this platform
After taking with the former maintainer, delete this platform. The patch is from the former maintainer. Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'board/gth2/ee_access.h')
-rw-r--r--board/gth2/ee_access.h30
1 files changed, 0 insertions, 30 deletions
diff --git a/board/gth2/ee_access.h b/board/gth2/ee_access.h
deleted file mode 100644
index 926199de3c..0000000000
--- a/board/gth2/ee_access.h
+++ /dev/null
@@ -1,30 +0,0 @@
-/* By Thomas.Lange@Corelatus.com 001025 */
-
-/* Definitions for EEPROM/VOLT METER DS2438 */
-/* Copyright (C) 2000-2005 Corelatus AB */
-
-#ifndef INCeeaccessh
-#define INCeeaccessh
-
-#include <asm/types.h>
-#include "ee_dev.h"
-
-int ee_do_cpu_command( u8 *Tx, int Tx_len, u8 *Rx, int Rx_len, int Send_skip );
-int ee_init_cpu_data(void);
-
-int ee_crc_ok( u8 *Buffer, int Len, u8 Crc );
-
-/* Defs for altera reg */
-#define EE_WRITE_SHIFT 8 /* bits to shift left */
-#define EE_READ_SHIFT 16 /* bits to shift left */
-#define EE_DONE 0x80000000
-#define EE_BUSY 0x40000000
-#define EE_ERROR 0x20000000
-
-/* Commands */
-#define EE_CMD_NOP 0
-#define EE_CMD_INIT_RES 1
-#define EE_CMD_WR_BYTE 2
-#define EE_CMD_RD_BYTE 3
-
-#endif /* INCeeaccessh */
OpenPOWER on IntegriCloud