From 8d9750652edea9cdd35bace306497f866d32f4e8 Mon Sep 17 00:00:00 2001 From: Derek Hensley Date: Fri, 21 Feb 2025 17:00:11 -0800 Subject: Small sys_flashrom clean up (#1795) * sys_flashrom cleanup * Remove uncessary data word from function names * format --- tools/disasm/functions.txt | 6 +++--- tools/sizes/code_functions.csv | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'tools') diff --git a/tools/disasm/functions.txt b/tools/disasm/functions.txt index 4356900e4..254200f90 100644 --- a/tools/disasm/functions.txt +++ b/tools/disasm/functions.txt @@ -3451,17 +3451,17 @@ 0x801857D0:("SysFlashrom_GetVendorStr",), 0x80185864:("SysFlashrom_CheckFlashType",), 0x80185908:("SysFlashrom_InitFlash",), - 0x80185968:("SysFlashrom_ReadData",), + 0x80185968:("SysFlashrom_Read",), 0x801859F0:("SysFlashrom_EraseSector",), 0x80185A2C:("SysFlashrom_ExecWrite",), 0x80185B1C:("SysFlashrom_AttemptWrite",), 0x80185BE4:("SysFlashrom_NeedsToErase",), 0x80185C24:("func_80185C24",), 0x80185D40:("SysFlashrom_ThreadEntry",), - 0x80185DDC:("SysFlashrom_WriteDataAsync",), + 0x80185DDC:("SysFlashrom_WriteAsync",), 0x80185EC4:("SysFlashrom_IsBusy",), 0x80185F04:("SysFlashrom_AwaitResult",), - 0x80185F64:("SysFlashrom_WriteDataSync",), + 0x80185F64:("SysFlashrom_WriteSync",), 0x80185F90:("Kanji_OffsetFromShiftJIS",), 0x80186A70:("osFlashGetAddr",), 0x80186AB8:("osFlashReInit",), diff --git a/tools/sizes/code_functions.csv b/tools/sizes/code_functions.csv index 550d8e40d..8611e337c 100644 --- a/tools/sizes/code_functions.csv +++ b/tools/sizes/code_functions.csv @@ -2966,17 +2966,17 @@ asm/non_matchings/code/sys_flashrom/SysFlashrom_IsInit.s,SysFlashrom_IsInit,0x80 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_Read.s,SysFlashrom_Read,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/SysFlashrom_WriteDataAsync.s,SysFlashrom_WriteDataAsync,0x80185DDC,0x3A +asm/non_matchings/code/sys_flashrom/SysFlashrom_WriteAsync.s,SysFlashrom_WriteAsync,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/sys_flashrom/SysFlashrom_WriteSync.s,SysFlashrom_WriteSync,0x80185F64,0xB asm/non_matchings/code/kanread/Kanji_OffsetFromShiftJIS.s,Kanji_OffsetFromShiftJIS,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 -- cgit v1.2.3