[U-Boot] [PATCH v5 1/7] ppc/p4080: Add p4080 platform immap definitions
Kumar Gala
galak at kernel.crashing.org
Wed Sep 23 23:13:59 CEST 2009
> index 39fdb8e..100dfe1 100644
> --- a/include/asm-ppc/immap_85xx.h
> +++ b/include/asm-ppc/immap_85xx.h
> @@ -16,6 +16,29 @@
> #include <asm/fsl_i2c.h>
> #include <asm/fsl_lbc.h>
>
> +typedef struct ccsr_local {
> + u32 ccsrbarh; /* 0x0 - Control Configuration Status Registers Base
> Address Register High */
> + u32 ccsrbarl; /* 0x4 - Control Configuration Status Registers Base
> Address Register Low */
> + u32 ccsrar; /* 0x8 - Configuration, Control, and Status Attribute
> Register */
> +#define CCSRAR_C 0x80000000 /* Commit */
> + u8 res1[4];
I'll look at fixing up the whole file after applying this patch for
the 80 column issues.
- k
More information about the U-Boot
mailing list