summaryrefslogtreecommitdiff
path: root/board/scalys/grapeboard/board_configuration_data.h
diff options
context:
space:
mode:
authorvojo <joris.van.vossen@sintecs.nl>2017-12-27 11:58:10 (GMT)
committervojo <joris.van.vossen@sintecs.nl>2017-12-27 11:58:10 (GMT)
commit4ff697fb90efc14448e9d6039342542ece774278 (patch)
tree62adb1031d1dedf3c7c379c35638c528b1050fad /board/scalys/grapeboard/board_configuration_data.h
parent4ea837349487cafcbbb2f741e63e5505f66430f7 (diff)
downloadu-boot-4ff697fb90efc14448e9d6039342542ece774278.tar.xz
grapeboard BCD initial support and clean-up
Diffstat (limited to 'board/scalys/grapeboard/board_configuration_data.h')
-rw-r--r--board/scalys/grapeboard/board_configuration_data.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/board/scalys/grapeboard/board_configuration_data.h b/board/scalys/grapeboard/board_configuration_data.h
new file mode 100644
index 0000000..5424bf0
--- /dev/null
+++ b/board/scalys/grapeboard/board_configuration_data.h
@@ -0,0 +1,13 @@
+#ifndef _BCD_H
+#define _BCD_H
+
+#define BCD_LENGTH_SIZE 4
+
+#define BCD_FLASH_SIZE 0x800000 /* 8 MBytes */
+
+#define BCD_HASH_SIZE 4
+
+const void* get_boardinfo_rescue_flash(void);
+int add_mac_addressess_to_env(const void* blob);
+
+#endif /* _BCD_H */