]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ppc/85xx: Add a structure defn for PIXIS registers
authorKumar Gala <galak@kernel.crashing.org>
Sat, 22 May 2010 22:25:47 +0000 (17:25 -0500)
committerKumar Gala <galak@kernel.crashing.org>
Fri, 16 Jul 2010 15:55:08 +0000 (10:55 -0500)
commitb4a60e521c66b1e634cacdebcfae3a1e1c9deb52
tree569141311c1fc97e2f2ecf8b0edf4ca2a88ac22e
parent8f3a7fa4a230f5e974e99b617138e2aaa45109e7
ppc/85xx: Add a structure defn for PIXIS registers

The various boards that have PIXIS FPGAs have slightly different
register definitions, however there is some common functionality (like
reset, ICS307 clk control, etc) that can be shared.

The struct definition exists for MPC8536DS, MPC8544DS, MPC8572DS,
MPC8610HPCD, and MPC8641HPCN boards.

Also fixed ngpixis to be __packed__ instead of aligned.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
board/freescale/common/ngpixis.h
board/freescale/common/pixis.h [new file with mode: 0644]