mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
artecgroup/dbe62: Set up 4MB mode for LPC dongle
This way we can fit a kernel and initramfs on the dongle's free ~3.75MB space and have a debug system bootable right from inside the dongle. The start address of the dongle is mem@0xffc00000 for FILO with 4MB minus ROM area available. This should be a no-op when not booting from the dongle. Signed-off-by: Mart Raudsepp <mart.raudsepp@artecdesign.ee> Acked-by: Ward Vandewege <ward@gnu.org> git-svn-id: svn://coreboot.org/repository/coreboot-v3@660 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
parent
5a19770667
commit
df28d2058a
1 changed files with 3 additions and 0 deletions
|
@ -59,6 +59,9 @@ void hardware_stage1(void)
|
|||
* early MSR setup for the CS5536.
|
||||
*/
|
||||
cs5536_setup_onchipuart(2);
|
||||
|
||||
/* Set up 4MB mode for Artec LPC Dongle (this should be a no-op when not booting from the dongle) */
|
||||
outb(0xf4,0x88);
|
||||
}
|
||||
|
||||
void mainboard_pre_payload(void)
|
||||
|
|
Loading…
Add table
Reference in a new issue