include: Fix spelling
Change-Id: Iadc813bc8208278996b2b1aa20cfb156ec06fac9 Signed-off-by: Martin Roth <martin.roth@se-eng.com> Reviewed-on: http://review.coreboot.org/3755 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
parent
cbe2edefb9
commit
0cb07e3476
22 changed files with 51 additions and 51 deletions
|
|
@ -64,7 +64,7 @@ struct amdfam10_sysconf_t {
|
|||
unsigned lift_bsp_apicid;
|
||||
int apicid_offset;
|
||||
|
||||
void *mb; // pointer for mb releated struct
|
||||
void *mb; // pointer for mb related struct
|
||||
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ struct amdk8_sysconf_t {
|
|||
unsigned lift_bsp_apicid;
|
||||
int apicid_offset;
|
||||
|
||||
void *mb; // pointer for mb releated struct
|
||||
void *mb; // pointer for mb related struct
|
||||
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -399,12 +399,12 @@
|
|||
#define SC 5 /* Swiss 0xCeese - maps a 256K region in to 16K 0xcunks. Set W/R */
|
||||
#define BMIO 6 /* Base Mask IO */
|
||||
#define SCIO 7 /* Swiss 0xCeese IO */
|
||||
#define SC_SHADOW 8 /* Special marker for Shadow SC descriptors so setShadow proc is independant of CPU */
|
||||
#define R_SYSMEM 9 /* Special marker for SYSMEM R descriptors so GLIUInit proc is independant of CPU */
|
||||
#define BMO_SMM 10 /* Specail marker for SMM */
|
||||
#define BM_SMM 11 /* Specail marker for SMM */
|
||||
#define BMO_DMM 12 /* Specail marker for DMM */
|
||||
#define BM_DMM 13 /* Specail marker for DMM */
|
||||
#define SC_SHADOW 8 /* Special marker for Shadow SC descriptors so setShadow proc is independent of CPU */
|
||||
#define R_SYSMEM 9 /* Special marker for SYSMEM R descriptors so GLIUInit proc is independent of CPU */
|
||||
#define BMO_SMM 10 /* Special marker for SMM */
|
||||
#define BM_SMM 11 /* Special marker for SMM */
|
||||
#define BMO_DMM 12 /* Special marker for DMM */
|
||||
#define BM_DMM 13 /* Special marker for DMM */
|
||||
#define RO_FB 14 /* special for Frame buffer. */
|
||||
#define R_FB 15 /* special for FB. */
|
||||
#define OTHER 0x0FE /* Special marker for other */
|
||||
|
|
|
|||
|
|
@ -533,12 +533,12 @@
|
|||
#define SC 5 /* Swiss 0xCeese - maps a 256K region in to 16K 0xcunks. Set W/R*/
|
||||
#define BMIO 6 /* Base Mask IO*/
|
||||
#define SCIO 7 /* Swiss 0xCeese IO*/
|
||||
#define SC_SHADOW 8 /* Special marker for Shadow SC descriptors so setShadow proc is independant of CPU*/
|
||||
#define R_SYSMEM 9 /* Special marker for SYSMEM R descriptors so GLIUInit proc is independant of CPU*/
|
||||
#define BMO_SMM 10 /* Specail marker for SMM*/
|
||||
#define BM_SMM 11 /* Specail marker for SMM*/
|
||||
#define BMO_DMM 12 /* Specail marker for DMM*/
|
||||
#define BM_DMM 13 /* Specail marker for DMM*/
|
||||
#define SC_SHADOW 8 /* Special marker for Shadow SC descriptors so setShadow proc is independent of CPU*/
|
||||
#define R_SYSMEM 9 /* Special marker for SYSMEM R descriptors so GLIUInit proc is independent of CPU*/
|
||||
#define BMO_SMM 10 /* Special marker for SMM*/
|
||||
#define BM_SMM 11 /* Special marker for SMM*/
|
||||
#define BMO_DMM 12 /* Special marker for DMM*/
|
||||
#define BM_DMM 13 /* Special marker for DMM*/
|
||||
#define RO_FB 14 /* special for Frame buffer.*/
|
||||
#define R_FB 15 /* special for FB.*/
|
||||
#define OTHER 0x0FE /* Special marker for other*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue