-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 91111 b: refs/heads/master c: b7b0ba9 h: refs/heads/master i: 91109: 11d8206 91107: 152d049 91103: 14af99b v: v3
- Loading branch information
Catalin Marinas
committed
Apr 18, 2008
1 parent
ca06683
commit 784b8b4
Showing
5 changed files
with
44 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: cb170a45d69b573a08247acfbbff3b9d6e6e2f8f | ||
refs/heads/master: b7b0ba942f7b18de678cd081902aad8a0b6581c6 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,13 @@ | ||
#ifndef __ASMARM_ARCH_SCU_H | ||
#define __ASMARM_ARCH_SCU_H | ||
|
||
#include <asm/arch/board-eb.h> | ||
|
||
#define SCU_BASE REALVIEW_EB11MP_SCU_BASE | ||
/* | ||
* SCU registers | ||
*/ | ||
#define SCU_CTRL 0x00 | ||
#define SCU_CONFIG 0x04 | ||
#define SCU_CPU_STATUS 0x08 | ||
#define SCU_INVALIDATE 0x0c | ||
#define SCU_FPGA_REVISION 0x10 | ||
|
||
#endif |
This file was deleted.
Oops, something went wrong.