summaryrefslogtreecommitdiffstats
path: root/board/keymile/common
diff options
context:
space:
mode:
authorThomas Herzmann <thomas.herzmann@keymile.com>2012-05-04 10:55:56 +0200
committerKim Phillips <kim.phillips@freescale.com>2012-06-15 17:12:51 -0500
commit95209b66846276d1d598f579ae2dcd1988c49a53 (patch)
tree8f4b741256841516be0025c8229b56c78c4d3a13 /board/keymile/common
parent5758dd7633aead9ee4d0f453cef51f2acd3df3dc (diff)
downloadtalos-obmc-uboot-95209b66846276d1d598f579ae2dcd1988c49a53.tar.gz
talos-obmc-uboot-95209b66846276d1d598f579ae2dcd1988c49a53.zip
powerpc/83xx: configure CONFIG_POST for kmcoge5ne
kmcoge5ne starts the post tests if the testpin on the board was enabled. Currently it does simply a memory test. Signed-off-by: Thomas Herzmann <thomas.herzmann@keymile.com> Signed-off-by: Holger Brunck <holger.brunck@keymile.com> Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Diffstat (limited to 'board/keymile/common')
-rw-r--r--board/keymile/common/common.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/board/keymile/common/common.h b/board/keymile/common/common.h
index db117c77c0..f457aa30c6 100644
--- a/board/keymile/common/common.h
+++ b/board/keymile/common/common.h
@@ -32,7 +32,11 @@ struct km_bec_fpga {
unsigned char res1[3];
unsigned char bprth;
unsigned char bprtl;
- unsigned char res2[6];
+ unsigned char gprt3;
+ unsigned char gprt2;
+ unsigned char gprt1;
+ unsigned char gprt0;
+ unsigned char res2[2];
unsigned char prst;
unsigned char res3[0xfff0];
unsigned char pgy_id;
OpenPOWER on IntegriCloud