TCL: Add board file for EVALSPEAr300
Initial support for SPEAr300 chip and for evaluation board named EVALSPEAr300. Currently supports only those parts in common with SPEAr310. Change-Id: I8075aa721cf3dfaac561ee51e5df4ce9a2992e3e Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: http://openocd.zylin.com/230 Tested-by: jenkins Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
This commit is contained in:
committed by
Spencer Oliver
parent
56e64812b8
commit
c8f4d82b45
@@ -80,7 +80,13 @@ proc sp3xx_common_init {} {
|
||||
}
|
||||
|
||||
|
||||
# Specific init scripts for ST SPEAr310 system on chip
|
||||
# Specific init scripts for ST SPEAr300
|
||||
proc sp300_init {} {
|
||||
mww 0x99000000 0x00003fff ;# RAS function enable
|
||||
}
|
||||
|
||||
|
||||
# Specific init scripts for ST SPEAr310
|
||||
proc sp310_init {} {
|
||||
mww 0xb4000008 0x00002ff4 ;# RAS function enable
|
||||
|
||||
|
||||
Reference in New Issue
Block a user