mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00:00
fsl_sfp : Move ccsr_sfp_regs definition to common include
Freescale sfp has been used for mpc8xxx. It will be used for ARM-based SoC as well. This patch moves the CCSR defintion of sfp_regs to common include. This patch also defines ccsr_sfp_regs definition for newer versions of SFP. Signed-off-by: Ruchika Gupta <ruchika.gupta@freescale.com> Signed-off-by: Gaurav Rana <gaurav.rana@freescale.com> Reviewed-by: York Sun <yorksun@freescale.com>
This commit is contained in:
parent
ccf288612f
commit
a2e225e65d
3 changed files with 87 additions and 15 deletions
|
@ -25,6 +25,7 @@
|
|||
/* IP endianness */
|
||||
#define CONFIG_SYS_FSL_IFC_BE
|
||||
#define CONFIG_SYS_FSL_SEC_BE
|
||||
#define CONFIG_SYS_FSL_SFP_BE
|
||||
|
||||
/* Number of TLB CAM entries we have on FSL Book-E chips */
|
||||
#if defined(CONFIG_E500MC)
|
||||
|
|
|
@ -17,6 +17,7 @@
|
|||
#include <asm/fsl_i2c.h>
|
||||
#include <fsl_ifc.h>
|
||||
#include <fsl_sec.h>
|
||||
#include <fsl_sfp.h>
|
||||
#include <asm/fsl_lbc.h>
|
||||
#include <asm/fsl_fman.h>
|
||||
#include <fsl_immap.h>
|
||||
|
@ -2823,21 +2824,6 @@ struct ccsr_pman {
|
|||
u8 res_f4[0xf0c];
|
||||
};
|
||||
#endif
|
||||
#ifdef CONFIG_SYS_FSL_SFP_VER_3_0
|
||||
struct ccsr_sfp_regs {
|
||||
u32 ospr; /* 0x200 */
|
||||
u32 reserved0[14];
|
||||
u32 srk_hash[8]; /* 0x23c Super Root Key Hash */
|
||||
u32 oem_uid; /* 0x9c OEM Unique ID */
|
||||
u8 reserved2[0x04];
|
||||
u32 ovpr; /* 0xA4 Intent To Secure */
|
||||
u8 reserved4[0x08];
|
||||
u32 fsl_uid; /* 0xB0 FSL Unique ID */
|
||||
u8 reserved5[0x04];
|
||||
u32 fsl_spfr0; /* Scratch Pad Fuse Register 0 */
|
||||
u32 fsl_spfr1; /* Scratch Pad Fuse Register 1 */
|
||||
};
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_FSL_CORENET
|
||||
#define CONFIG_SYS_FSL_CORENET_CCM_OFFSET 0x0000
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue