ArmPlatformPkg: Add SP805 Watchdog support
- Create SP805 Watchdog timer - Enable this new driver on VExpress Cortex-A9x4 Core tile git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11794 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -106,6 +106,10 @@
|
||||
//#define PL111_CLCD_BASE PL111_CLCD_MOTHERBOARD_BASE
|
||||
#define PL111_CLCD_BASE PL111_CLCD_CORE_TILE_BASE
|
||||
|
||||
// Specify which Watchdog to use
|
||||
#define SP805_WDOG_BASE SP805_WDOG_MOTHERBOARD_BASE
|
||||
//#define SP805_WDOG_BASE SP805_WDOG_CORE_TILE_BASE
|
||||
|
||||
/***********************************************************************************
|
||||
Peripherals' misc settings
|
||||
************************************************************************************/
|
||||
@@ -129,6 +133,9 @@
|
||||
// PL031 RTC - Other settings
|
||||
#define PL031_PPM_ACCURACY 300000000
|
||||
|
||||
// SP805 Watchdog - Other settings
|
||||
#define SP805_CLOCK_FREQUENCY 32000
|
||||
#define SP805_MAX_TICKS 0xFFFFFFFF
|
||||
|
||||
// PL111 Lcd
|
||||
#define PL111_CLCD_CORE_TILE_VIDEO_MODE_OSC_ID 1
|
||||
|
Reference in New Issue
Block a user