mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
simple changes to make it work, but not working.
on startup, at least, register 0x78 is wrong, as are registers 0x58 and 0x59.
This commit is contained in:
parent
246ae3a447
commit
38f8dac61e
1 changed files with 2 additions and 0 deletions
|
@ -41,6 +41,8 @@ ram_set_registers:
|
|||
/* address is first, then data */
|
||||
movl $register_table, %esi
|
||||
1:
|
||||
/* zero out eax. In fact, this is unnecessary right now, but be safe */
|
||||
xor %eax, %eax
|
||||
movb (%esi), %al
|
||||
testb %al, %al
|
||||
jz done_ram_set_registers
|
||||
|
|
Loading…
Add table
Reference in a new issue