Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Increase driver-vm memory #10

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions apps/Arm/vm_qemu_virtio/rpi4/devices.camkes
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ assembly {
];
vm0.untyped_mmios = [
"0x10000000:28", //RAM
"0x20000000:28", //RAM
"0x600000000:33", // PCIe
];
vm0.irqs = [];
Expand Down
2 changes: 1 addition & 1 deletion apps/Arm/vm_qemu_virtio/rpi4/dts/rpi4.dts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
#address-cells = <0x01>;
#size-cells = <0x01>;
ranges = <0x7e000000 0x00 0xfe000000 0x1800000 0x7c000000 0x00 0xfc000000 0x2000000 0x40000000 0x00 0xff800000 0x800000>;
dma-ranges = <0xd0000000 0x00 0x10000000 0x10000000>;
dma-ranges = <0xd0000000 0x00 0x10000000 0x20000000>;
phandle = <0x45>;

timer@7e003000 {
Expand Down