-
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: 25211 b: refs/heads/master c: 733f896 h: refs/heads/master i: 25209: 0d2a34d 25207: 8ecfce7 v: v3
- Loading branch information
Adrian Bunk
committed
Apr 2, 2006
1 parent
d8284b4
commit 1f7aa0c
Showing
51 changed files
with
2,763 additions
and
459 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: 409ca8c8ae3173026e7dfbdcdab669766e43fb60 | ||
refs/heads/master: 733f896927c955a114bf265993c1535c4b057a0f |
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 |
---|---|---|
@@ -0,0 +1,44 @@ | ||
# | ||
# Kconfig for uClinux(non-paged MM) depend configurations | ||
# Hyok S. Choi <hyok.choi@samsung.com> | ||
# | ||
|
||
config SET_MEM_PARAM | ||
bool "Set flash/sdram size and base addr" | ||
help | ||
Say Y to manually set the base addresses and sizes. | ||
otherwise, the default values are assigned. | ||
|
||
config DRAM_BASE | ||
hex '(S)DRAM Base Address' if SET_MEM_PARAM | ||
default 0x00800000 | ||
|
||
config DRAM_SIZE | ||
hex '(S)DRAM SIZE' if SET_MEM_PARAM | ||
default 0x00800000 | ||
|
||
config FLASH_MEM_BASE | ||
hex 'FLASH Base Address' if SET_MEM_PARAM | ||
default 0x00400000 | ||
|
||
config FLASH_SIZE | ||
hex 'FLASH Size' if SET_MEM_PARAM | ||
default 0x00400000 | ||
|
||
config REMAP_VECTORS_TO_RAM | ||
bool 'Install vectors to the begining of RAM' if DRAM_BASE | ||
depends on DRAM_BASE | ||
help | ||
The kernel needs to change the hardware exception vectors. | ||
In nommu mode, the hardware exception vectors are normally | ||
placed at address 0x00000000. However, this region may be | ||
occupied by read-only memory depending on H/W design. | ||
|
||
If the region contains read-write memory, say 'n' here. | ||
|
||
If your CPU provides a remap facility which allows the exception | ||
vectors to be mapped to writable memory, say 'n' here. | ||
|
||
Otherwise, say 'y' here. In this case, the kernel will require | ||
external support to redirect the hardware exception vectors to | ||
the writable versions located at DRAM_BASE. |
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
Oops, something went wrong.