sel4: update to 3.2.0

- disable iommu
- increase root_cnode further for native boot
- support vesa driver on native hardware
- don't mask edge triggered ioapic irqs
- increase various allocators to get noux_tool_chain_* booting natively

Issue #2044
This commit is contained in:
Alexander Boettcher
2016-07-21 14:40:16 +02:00
committed by Christian Helmuth
parent b2a8cfde85
commit 356e6498b6
14 changed files with 127 additions and 91 deletions

View File

@@ -174,7 +174,7 @@ proc run_boot_dir {binaries} {
puts $fh "default 0"
puts $fh "\ntitle Genode on seL4"
puts $fh " kernel /boot/bender norelocate"
puts $fh " module /sel4"
puts $fh " module /sel4 disable_iommu"
puts $fh " module /image.elf"
close $fh
@@ -193,7 +193,7 @@ proc run_boot_dir {binaries} {
#
set fh [open "[run_dir]/config-52-54-00-12-34-56" "WRONLY CREAT TRUNC"]
puts $fh " exec /boot/bender norelocate"
puts $fh " load /sel4"
puts $fh " load /sel4 disable_iommu"
puts $fh " load /image.elf"
close $fh