summaryrefslogtreecommitdiffstats
path: root/include/gdsys_fpga.h
diff options
context:
space:
mode:
authorDirk Eibach <eibach@gdsys.de>2012-01-02 11:02:46 +0100
committerStefan Roese <sr@denx.de>2012-01-09 09:19:47 +0100
commit06b174124e3668be9a01c943b5e0c04c9e9fd1c4 (patch)
treed4b4dec3ae1f75df9f726fdb6c1c0e02d8feaac4 /include/gdsys_fpga.h
parent9a420986cccc9bd2c37affd931d627b3c3e72952 (diff)
downloadblackbird-obmc-uboot-06b174124e3668be9a01c943b5e0c04c9e9fd1c4.tar.gz
blackbird-obmc-uboot-06b174124e3668be9a01c943b5e0c04c9e9fd1c4.zip
ppc4xx: Setup HICB on Io64
The FPGA High-Speed Interconnect Bus (HICB) is now setup by u-boot. Signed-off-by: Dirk Eibach <eibach@gdsys.de> Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include/gdsys_fpga.h')
-rw-r--r--include/gdsys_fpga.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/gdsys_fpga.h b/include/gdsys_fpga.h
index e7a072bbe8..949864c0f2 100644
--- a/include/gdsys_fpga.h
+++ b/include/gdsys_fpga.h
@@ -82,7 +82,10 @@ typedef struct ihs_fpga {
u16 reserved_1[502]; /* 0x0014 */
u16 ch0_status_int; /* 0x0400 */
u16 ch0_config_int; /* 0x0402 */
- u16 reserved_2[7677]; /* 0x0404 */
+ u16 reserved_2[126]; /* 0x0404 */
+ u16 ch0_hicb_status_int;/* 0x0500 */
+ u16 ch0_hicb_config_int;/* 0x0502 */
+ u16 reserved_3[7549]; /* 0x0504 */
u16 reflection_high; /* 0x3ffe */
} ihs_fpga_t;
#endif
OpenPOWER on IntegriCloud