mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
Working asus cua for acer north and south.
This commit is contained in:
parent
32369601ee
commit
fc1f1fb4fb
1 changed files with 7 additions and 0 deletions
|
@ -17,7 +17,9 @@ register_table:
|
|||
.byte 0x62, 0x00, 0x80
|
||||
.byte 0x63, 0x00, 0x08
|
||||
.byte 0x67, 0xff, 0x08
|
||||
#ifndef USE_DOC_MIL
|
||||
.byte 0x6c, 0xfc, 0x00
|
||||
#endif
|
||||
.byte 0x70, 0xfc, 0x00
|
||||
.byte 0x74, 0xfc, 0x00
|
||||
.byte 0x6d, 0xd7, 0x00 /* probably wrong OR value?*/
|
||||
|
@ -42,7 +44,12 @@ register_table:
|
|||
.byte 0xa1, 0x00, 0x40
|
||||
.byte 0xbc, 0x03, 0x00 /* 0 non-local video memory for now. */
|
||||
.byte 0xbd, 0xfe, 0x00 /* 0 non-local video memory for now. */
|
||||
#if 0
|
||||
/* book says 0x8f, I think this is a typo */
|
||||
.byte 0xc5, 0x08, 0x00 /* hardware register, set to 0 for pci skew */
|
||||
#else
|
||||
.byte 0xc5, 0x8f, 0x00 /* hardware register, set to 0 for pci skew */
|
||||
#endif
|
||||
.byte 0xc8, 0x8e, 0x02
|
||||
.byte 0xc9, 0xd7, 0x07
|
||||
.byte 0xd0, 0xff, 0x00
|
||||
|
|
Loading…
Add table
Reference in a new issue