add IPL
This commit is contained in:
16
IPL/Customer/Mobis/ca76_loader/cert_param.c
Normal file
16
IPL/Customer/Mobis/ca76_loader/cert_param.c
Normal file
@@ -0,0 +1,16 @@
|
||||
/*
|
||||
* Copyright (c) 2018 Renesas Electronics Corporation. All rights reserved.
|
||||
*/
|
||||
|
||||
/* 0xE6300400 */
|
||||
const unsigned int __attribute__ ((section (".boot_param"))) boot_param = 0x00000000;
|
||||
/* 0xE630048C */
|
||||
const unsigned int __attribute__ ((section (".cert_offset"))) reserved = 0x00000000;
|
||||
/* 0xE63005D4 */
|
||||
const unsigned int __attribute__ ((section (".cert_addr"))) cert_addr = 0xE6304000;
|
||||
/* 0xE63006E4 */
|
||||
const unsigned int __attribute__ ((section (".cert_size"))) cert_size = 0x00001000;
|
||||
/* 0xE6301154 */
|
||||
const unsigned int __attribute__ ((section (".cert_addr2"))) cert_addr2 = 0xE6304000;
|
||||
/* 0xE6301264 */
|
||||
const unsigned int __attribute__ ((section (".cert_size2"))) cert_size2 = 0x00001000;
|
||||
Reference in New Issue
Block a user