Andrew Turner
|
31289e44b0
|
Enable SMP on the qemu virt platform. We use the device tree to find which
cpus to enable, and PSCI to start them.
|
2015-05-24 12:33:12 +00:00 |
|
Andrew Turner
|
6177d84d6e
|
Include the ofw cpu driver. This allows us to get a list of cpus enabled
by qemu, however we may not be running on them.
|
2015-05-24 11:04:45 +00:00 |
|
Andrew Turner
|
1486e4bb63
|
Use the new gic option. While here remove extra whitespace from the ned of
a few lines.
|
2015-05-10 09:37:54 +00:00 |
|
Andrew Turner
|
849d143dba
|
Change the virtual address used to not be 0xc0000000, the arm loader
doesn't handle this address.
|
2015-04-11 20:44:21 +00:00 |
|
Andrew Turner
|
42f0d1fa49
|
Add support for the QEMU virt SoC. This is a SoC built depending on the
command line arguments passed in. It will then generate a dtb on the fly,
as such no dts will be added as it may be incorrect.
Relnotes: yes
|
2015-04-11 17:52:47 +00:00 |
|