User talk:MrNuke: Difference between revisions

From coreboot
Jump to navigation Jump to search
(Created page with "== Ideas for generic handling of storage/MMC devices == struct some_interface { void no_idea; }")
 
 
(59 intermediate revisions by 3 users not shown)
Line 1: Line 1:
== Ideas for generic handling of storage/MMC devices ==
== Sections deserving their own page ==
* [[User_talk:MrNuke/Block_Device_API | IDEAPAGE: Generic handling of storage devices]]
* [[User_talk:MrNuke/CBFS_Ideas | IDEAPAGE: CBFS partitioning support]]


struct some_interface {
== Testing ARM coreboot under qemu-system-arm ==
void no_idea;
 
  }
Launch qemu with '''-serial stdio''' and pass kernel the '''console=tty''' option. (UNTESTED).
 
Run qemu-arm:
  '''$ qemu-system-arm -M vexpress-a9 -m 1024M -serial stdio -kernel build/coreboot.rom'''

Latest revision as of 19:55, 6 February 2014

Sections deserving their own page

Testing ARM coreboot under qemu-system-arm

Launch qemu with -serial stdio and pass kernel the console=tty option. (UNTESTED).

Run qemu-arm:

$ qemu-system-arm -M vexpress-a9 -m 1024M -serial stdio -kernel build/coreboot.rom