diff options
author | Iru Cai <mytbk920423@gmail.com> | 2020-11-09 20:49:30 +0800 |
---|---|---|
committer | Iru Cai <mytbk920423@gmail.com> | 2020-12-28 21:28:01 +0800 |
commit | ea69c9b56d66cd9907167a749e3c920a394f1552 (patch) | |
tree | bb4292f1ca3cbb4534ddd11116fae3c1dadfce44 /src/soc | |
parent | 3f10977a1e04ce52a15c5602cf517f7dcc8fc198 (diff) | |
download | coreboot-ea69c9b56d66cd9907167a749e3c920a394f1552.tar.xz |
mark mrc_printk
Diffstat (limited to 'src/soc')
-rw-r--r-- | src/soc/intel/broadwell/refcode/broadwell_mrc.asm | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/soc/intel/broadwell/refcode/broadwell_mrc.asm b/src/soc/intel/broadwell/refcode/broadwell_mrc.asm index 5a6b7db548..049ead6647 100644 --- a/src/soc/intel/broadwell/refcode/broadwell_mrc.asm +++ b/src/soc/intel/broadwell/refcode/broadwell_mrc.asm @@ -44,7 +44,7 @@ push edx push 0x16 push eax push ref_fffd5f4a ; push 0xfffd5f4a -call fcn_fffb76e3 ; call 0xfffb76e3 +call mrc_printk ; call 0xfffb76e3 add esp, 0x10 or eax, 0xffffffff jmp near loc_fffa1e87 ; jmp 0xfffa1e87 @@ -68,7 +68,7 @@ cmp dword [eax + 0x8f6], 0 je short loc_fffa00af ; je 0xfffa00af sub esp, 0xc push ref_fffd5f6e ; push 0xfffd5f6e -call fcn_fffb76e3 ; call 0xfffb76e3 +call mrc_printk ; call 0xfffb76e3 add esp, 0x10 mov dword [0xff7d0080], 0x11 jmp short loc_fffa00b9 ; jmp 0xfffa00b9 @@ -109,7 +109,7 @@ add esp, 0x10 loc_fffa017b: sub esp, 0xc push ref_fffd5f7e ; push 0xfffd5f7e -call fcn_fffb76e3 ; call 0xfffb76e3 +call mrc_printk ; call 0xfffb76e3 mov esi, dword [0xff7d0084] call fcn_fffb481e ; call 0xfffb481e mov dword [esp], 0x5ac @@ -1683,7 +1683,7 @@ add esp, 0x10 loc_fffa19ec: sub esp, 0xc push ref_fffd5f93 ; push 0xfffd5f93 -call fcn_fffb76e3 ; call 0xfffb76e3 +call mrc_printk ; call 0xfffb76e3 mov dword [esp], ref_fffd6594 ; mov dword [esp], 0xfffd6594 call fcn_fffab5db ; call 0xfffab5db mov dword [esp], 0x20 @@ -1782,7 +1782,7 @@ loc_fffa1b43: sub esp, 0xc mov esi, ref_fffd65d0 ; mov esi, 0xfffd65d0 push ref_fffd5fcb ; push 0xfffd5fcb -call fcn_fffb76e3 ; call 0xfffb76e3 +call mrc_printk ; call 0xfffb76e3 lea eax, [ebp - 0x24] push eax push 0 @@ -1881,7 +1881,7 @@ sub esp, 0xc push ref_fffd65e0 ; push 0xfffd65e0 call fcn_fffab5db ; call 0xfffab5db mov dword [esp], ref_fffd5faa ; mov dword [esp], 0xfffd5faa -call fcn_fffb76e3 ; call 0xfffb76e3 +call mrc_printk ; call 0xfffb76e3 mov dword [esp], 0x19 call fcn_fffb8358 ; call 0xfffb8358 add esp, 0x10 @@ -2052,7 +2052,7 @@ jne loc_fffa1d53 ; jne 0xfffa1d53 loc_fffa1e75: sub esp, 0xc push ref_fffd5fbf ; push 0xfffd5fbf -call fcn_fffb76e3 ; call 0xfffb76e3 +call mrc_printk ; call 0xfffb76e3 add esp, 0x10 xor eax, eax @@ -31824,7 +31824,7 @@ push eax push 0x3d push ref_fffd3fbc ; push 0xfffd3fbc push ref_fffd5fdd ; push 0xfffd5fdd -call fcn_fffb76e3 ; call 0xfffb76e3 +call mrc_printk ; call 0xfffb76e3 add esp, 0x10 loc_fffb70e8: ; not directly referenced @@ -31838,7 +31838,7 @@ push eax push 0x4b push ref_fffd3fbc ; push 0xfffd3fbc push ref_fffd5ffd ; push 0xfffd5ffd -call fcn_fffb76e3 ; call 0xfffb76e3 +call mrc_printk ; call 0xfffb76e3 add esp, 0x10 loc_fffb710a: ; not directly referenced @@ -32514,7 +32514,7 @@ pop edi pop ebp ret -fcn_fffb76e3: +mrc_printk: push ebp mov ebp, esp push edi |