sys_flashrom matched (#1251)

* done

* WIP

* Fix the rebase

* fix build

* re match

* Last thing before the PR

* PR fixes

* PR Fixes (tharo)

* fix

* format

* PR fixes (hensldm)

* oops

* MAGIC

* Fix BSS and rename FLASH_MAGIC

* PR Fixes (Engineer)

* remove from functions.h
This commit is contained in:
louist103
2023-05-29 20:39:14 -04:00
committed by GitHub
parent 4143097c5a
commit 51cd9df591
9 changed files with 336 additions and 117 deletions
+13 -12
View File
@@ -2962,20 +2962,21 @@ asm/non_matchings/code/sys_slowly/Slowly_ThreadEntry.s,Slowly_ThreadEntry,0x8018
asm/non_matchings/code/sys_slowly/Slowly_Init.s,Slowly_Init,0x8018571C,0x21
asm/non_matchings/code/sys_slowly/Slowly_Destroy.s,Slowly_Destroy,0x801857A0,0x8
asm/non_matchings/code/sys_flashrom/func_801857C0.s,func_801857C0,0x801857C0,0x4
asm/non_matchings/code/sys_flashrom/func_801857D0.s,func_801857D0,0x801857D0,0x25
asm/non_matchings/code/sys_flashrom/func_80185864.s,func_80185864,0x80185864,0x29
asm/non_matchings/code/sys_flashrom/func_80185908.s,func_80185908,0x80185908,0x18
asm/non_matchings/code/sys_flashrom/func_80185968.s,func_80185968,0x80185968,0x22
asm/non_matchings/code/sys_flashrom/func_801859F0.s,func_801859F0,0x801859F0,0xF
asm/non_matchings/code/sys_flashrom/func_80185A2C.s,func_80185A2C,0x80185A2C,0x3C
asm/non_matchings/code/sys_flashrom/func_80185B1C.s,func_80185B1C,0x80185B1C,0x32
asm/non_matchings/code/sys_flashrom/func_80185BE4.s,func_80185BE4,0x80185BE4,0x10
asm/non_matchings/code/sys_flashrom/SysFlashrom_IsInit.s,SysFlashrom_IsInit,0x801857C0,0x4
asm/non_matchings/code/sys_flashrom/SysFlashrom_GetVendorStr.s,SysFlashrom_GetVendorStr,0x801857D0,0x25
asm/non_matchings/code/sys_flashrom/SysFlashrom_CheckFlashType.s,SysFlashrom_CheckFlashType,0x80185864,0x29
asm/non_matchings/code/sys_flashrom/SysFlashrom_InitFlash.s,SysFlashrom_InitFlash,0x80185908,0x18
asm/non_matchings/code/sys_flashrom/SysFlashrom_ReadData.s,SysFlashrom_ReadData,0x80185968,0x22
asm/non_matchings/code/sys_flashrom/SysFlashrom_EraseSector.s,SysFlashrom_EraseSector,0x801859F0,0xF
asm/non_matchings/code/sys_flashrom/SysFlashrom_ExecWrite.s,SysFlashrom_ExecWrite,0x80185A2C,0x3C
asm/non_matchings/code/sys_flashrom/SysFlashrom_AttemptWrite.s,SysFlashrom_AttemptWrite,0x80185B1C,0x32
asm/non_matchings/code/sys_flashrom/SysFlashrom_NeedsToErase.s,SysFlashrom_NeedsToErase,0x80185BE4,0x10
asm/non_matchings/code/sys_flashrom/func_80185C24.s,func_80185C24,0x80185C24,0x47
asm/non_matchings/code/sys_flashrom/SysFlashrom_ThreadEntry.s,SysFlashrom_ThreadEntry,0x80185D40,0x27
asm/non_matchings/code/sys_flashrom/func_80185DDC.s,func_80185DDC,0x80185DDC,0x3A
asm/non_matchings/code/sys_flashrom/func_80185EC4.s,func_80185EC4,0x80185EC4,0x10
asm/non_matchings/code/sys_flashrom/func_80185F04.s,func_80185F04,0x80185F04,0x18
asm/non_matchings/code/sys_flashrom/func_80185F64.s,func_80185F64,0x80185F64,0xB
asm/non_matchings/code/sys_flashrom/SysFlashrom_WriteDataAsync.s,SysFlashrom_WriteDataAsync,0x80185DDC,0x3A
asm/non_matchings/code/sys_flashrom/SysFlashrom_IsBusy.s,SysFlashrom_IsBusy,0x80185EC4,0x10
asm/non_matchings/code/sys_flashrom/SysFlashrom_AwaitResult.s,SysFlashrom_AwaitResult,0x80185F04,0x18
asm/non_matchings/code/sys_flashrom/SysFlashrom_WriteDataSync.s,SysFlashrom_WriteDataSync,0x80185F64,0xB
asm/non_matchings/code/code_80185F90/func_80185F90.s,func_80185F90,0x80185F90,0x26
asm/non_matchings/code/osFlash/func_80186A70.s,func_80186A70,0x80186A70,0x12
asm/non_matchings/code/osFlash/func_80186AB8.s,func_80186AB8,0x80186AB8,0x1C
1 asm/non_matchings/code/z_en_a_keep/EnAObj_Init.s EnAObj_Init 0x800A5AC0 0x2B
2962 asm/non_matchings/code/sys_slowly/Slowly_Init.s Slowly_Init 0x8018571C 0x21
2963 asm/non_matchings/code/sys_slowly/Slowly_Destroy.s Slowly_Destroy 0x801857A0 0x8
2964 asm/non_matchings/code/sys_flashrom/func_801857C0.s func_801857C0 0x801857C0 0x4
2965 asm/non_matchings/code/sys_flashrom/func_801857D0.s asm/non_matchings/code/sys_flashrom/SysFlashrom_IsInit.s func_801857D0 SysFlashrom_IsInit 0x801857D0 0x801857C0 0x25 0x4
2966 asm/non_matchings/code/sys_flashrom/func_80185864.s asm/non_matchings/code/sys_flashrom/SysFlashrom_GetVendorStr.s func_80185864 SysFlashrom_GetVendorStr 0x80185864 0x801857D0 0x29 0x25
2967 asm/non_matchings/code/sys_flashrom/func_80185908.s asm/non_matchings/code/sys_flashrom/SysFlashrom_CheckFlashType.s func_80185908 SysFlashrom_CheckFlashType 0x80185908 0x80185864 0x18 0x29
2968 asm/non_matchings/code/sys_flashrom/func_80185968.s asm/non_matchings/code/sys_flashrom/SysFlashrom_InitFlash.s func_80185968 SysFlashrom_InitFlash 0x80185968 0x80185908 0x22 0x18
2969 asm/non_matchings/code/sys_flashrom/func_801859F0.s asm/non_matchings/code/sys_flashrom/SysFlashrom_ReadData.s func_801859F0 SysFlashrom_ReadData 0x801859F0 0x80185968 0xF 0x22
2970 asm/non_matchings/code/sys_flashrom/func_80185A2C.s asm/non_matchings/code/sys_flashrom/SysFlashrom_EraseSector.s func_80185A2C SysFlashrom_EraseSector 0x80185A2C 0x801859F0 0x3C 0xF
2971 asm/non_matchings/code/sys_flashrom/func_80185B1C.s asm/non_matchings/code/sys_flashrom/SysFlashrom_ExecWrite.s func_80185B1C SysFlashrom_ExecWrite 0x80185B1C 0x80185A2C 0x32 0x3C
2972 asm/non_matchings/code/sys_flashrom/func_80185BE4.s asm/non_matchings/code/sys_flashrom/SysFlashrom_AttemptWrite.s func_80185BE4 SysFlashrom_AttemptWrite 0x80185BE4 0x80185B1C 0x10 0x32
2973 asm/non_matchings/code/sys_flashrom/SysFlashrom_NeedsToErase.s SysFlashrom_NeedsToErase 0x80185BE4 0x10
2974 asm/non_matchings/code/sys_flashrom/func_80185C24.s func_80185C24 0x80185C24 0x47
2975 asm/non_matchings/code/sys_flashrom/SysFlashrom_ThreadEntry.s SysFlashrom_ThreadEntry 0x80185D40 0x27
2976 asm/non_matchings/code/sys_flashrom/func_80185DDC.s asm/non_matchings/code/sys_flashrom/SysFlashrom_WriteDataAsync.s func_80185DDC SysFlashrom_WriteDataAsync 0x80185DDC 0x3A
2977 asm/non_matchings/code/sys_flashrom/func_80185EC4.s asm/non_matchings/code/sys_flashrom/SysFlashrom_IsBusy.s func_80185EC4 SysFlashrom_IsBusy 0x80185EC4 0x10
2978 asm/non_matchings/code/sys_flashrom/func_80185F04.s asm/non_matchings/code/sys_flashrom/SysFlashrom_AwaitResult.s func_80185F04 SysFlashrom_AwaitResult 0x80185F04 0x18
2979 asm/non_matchings/code/sys_flashrom/func_80185F64.s asm/non_matchings/code/sys_flashrom/SysFlashrom_WriteDataSync.s func_80185F64 SysFlashrom_WriteDataSync 0x80185F64 0xB
2980 asm/non_matchings/code/code_80185F90/func_80185F90.s func_80185F90 0x80185F90 0x26
2981 asm/non_matchings/code/osFlash/func_80186A70.s func_80186A70 0x80186A70 0x12
2982 asm/non_matchings/code/osFlash/func_80186AB8.s func_80186AB8 0x80186AB8 0x1C