add IPL
This commit is contained in:
29
IPL/Customer/Mobis/ca76_loader/AArch64_boot/boot_mon.h
Normal file
29
IPL/Customer/Mobis/ca76_loader/AArch64_boot/boot_mon.h
Normal file
@@ -0,0 +1,29 @@
|
||||
/*
|
||||
* Copyright (c) 2018 Renesas Electronics Corporation. All rights reserved.
|
||||
*/
|
||||
|
||||
;#RWDT
|
||||
;#R-CarH3 77. RCLK Watchdog Timer
|
||||
.EQU RWDT_RWTCNT , 0xE6020000 ;#RCLK watchdog timer counter
|
||||
.EQU RWDT_RWTCSRA , 0xE6020004 ;#RCLK watchdog timer control/status register A
|
||||
.EQU RWDT_RWTCSRB , 0xE6020008 ;#RCLK watchdog timer control/status register B
|
||||
|
||||
;#SystemWDT
|
||||
;#R-CarH3 78. System Watchdog Timer
|
||||
.EQU SYSWDT_WTCNT , 0xE6030000 ;#watchdog timer counter
|
||||
.EQU SYSWDT_WTCSRA , 0xE6030004 ;#watchdog timer control/status register A
|
||||
.EQU SYSWDT_WTCSRB , 0xE6030008 ;#watchdog timer control/status register B
|
||||
|
||||
.EQU PRR , 0xFFF00044 ;#Product Register
|
||||
|
||||
.macro STARTFUNC name
|
||||
.global \name
|
||||
.func \name
|
||||
\name:
|
||||
.endm
|
||||
|
||||
.macro ENDFUNC name
|
||||
.type \name, %function
|
||||
.endfunc
|
||||
.endm
|
||||
|
||||
Reference in New Issue
Block a user