aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/arm/domain_build.c
Commit message (Expand)AuthorAgeFilesLines
* xen/arm: Add support to load initrd in dom0Julien Grall2013-10-081-13/+88
* xen: arm: rework placement of fdt in initial dom0 memory mapIan Campbell2013-09-211-8/+15
* ARM: parse separate DT properties for different commandlinesAndre Przywara2013-09-171-4/+11
* xen/arm: Remove devices used by Xen from dom0 device treeJulien Grall2013-09-171-4/+3
* xen/arm: Add new platform specific callback device_is_blacklistJulien Grall2013-09-171-1/+2
* xen/arm: Create a fake timer node in dom0 device treeJulien Grall2013-09-171-0/+66
* xen/arm: Create a fake GIC node in dom0 device treeJulien Grall2013-09-171-0/+78
* xen/arm: Create a fake cpus node in dom0 device treeJulien Grall2013-09-171-0/+92
* xen/arm: Create a fake PSCI node in dom0 device treeJulien Grall2013-09-171-0/+38
* xen/arm: Don't map disabled device in DOM0Julien Grall2013-09-171-1/+5
* xen/arm: Build DOM0 FDT by browsing the device tree structureJulien Grall2013-09-171-165/+162
* xen/arm: Use dt_device_match to avoid multiple if conditionsJulien Grall2013-09-171-3/+8
* xen/dts: Constify device_tree_flattenedJulien Grall2013-09-171-1/+1
* xen/arm: Panic if we can't copy the DTB to dom0 memoryJulien Grall2013-09-091-1/+4
* xen/arm: use defines for boot module indexes instead of open coded numbersIan Campbell2013-08-271-3/+3
* xen: arm: do not pretend to be a Cortex-A15 when running 32-bit guestsIan Campbell2013-08-021-3/+0
* xen/arm: Fix guest secondaries CPU boot after bcac10fJulien Grall2013-07-301-2/+2
* xen: arm: support building a 64-bit dom0 domainIan Campbell2013-07-291-3/+7
* xen: arm: panic if we cannot build dom0's p2m.Ian Campbell2013-07-291-1/+2
* xen: arm: enable aborts on all physical processors.Ian Campbell2013-07-191-2/+0
* xen/arm: Rework the way to compute dom0 DTB base addressJulien Grall2013-06-281-6/+21
* xen/arm: Remove leading +1 when hypervisor compat property is createdJulien Grall2013-05-231-1/+1
* xen/arm: WORKAROUND 1:1 memory mapping for dom0Julien Grall2013-05-131-0/+41
* xen/arm: Allow Xen to run on multiple platform without recompilationJulien Grall2013-05-131-0/+4
* xen/arm: Use the device tree to map the address range and IRQ to dom0Julien Grall2013-05-131-18/+128
* xen/arm: Load dtb after dom0 kernelJulien Grall2013-05-101-1/+2
* xen/arm: allocate secondaries dom0 vcpusStefano Stabellini2013-05-081-1/+11
* xen/arm: basic PSCI support, implement cpu_on and cpu_offStefano Stabellini2013-05-081-1/+1
* arm: mark vcpus as initialised when they have beenIan Campbell2013-04-241-0/+1
* arm: consolidate setup of hypervisor traps and second stage pagingIan Campbell2013-04-111-7/+0
* arm: initialise VCPU SCTLR in vcpu_initialiseIan Campbell2013-04-111-2/+0
* xen: arm: create dom0 DTB /hypervisor/ node dynamically.Ian Campbell2013-03-131-2/+55
* xen: strip xen, multiboot-module nodes from dom0 device treeIan Campbell2013-03-131-2/+30
* dtb: correct handling of #address-cells and #size-cells.Ian Campbell2013-03-131-2/+7
* xen: arm: make dom0 builder work on 64-bit hypervisorIan Campbell2013-02-221-18/+35
* xen: arm: add register_t type, native register size for the hypervisorIan Campbell2013-02-221-1/+1
* Fix emacs local variable block to use correct C style variable.David Vrabel2013-02-211-1/+1
* xen: arm: do not pass a machine ID to dom0Ian Campbell2013-02-151-1/+1
* arm: use module provided command line for domain 0 command lineIan Campbell2013-01-211-4/+24
* arm: discard boot modules after building domain 0.Ian Campbell2013-01-211-0/+3
* xen: arm: introduce arm32 as a subarch of arm.Ian Campbell2012-12-191-1/+1
* xen/arm: do not map vGIC twice for dom0Stefano Stabellini2012-12-191-2/+0
* arm: Upgrade guest barriers to Outer-Shareable. Enable Protected Table Walk.Ian Campbell2012-07-031-1/+1
* arm: map GICV in all domains, not just dom0.Ian Campbell2012-07-031-5/+0
* arm: add dom0_mem command line argumentDavid Vrabel2012-04-021-2/+13
* device tree,arm: supply a flat device tree to dom0David Vrabel2012-04-021-41/+211
* arm: handle dom0_max_vcpus=0 case properlyIan Campbell2012-03-141-5/+6
* arm: use a per-VCPU stackIan Campbell2012-02-221-1/+2
* arm: support zImage format kernels for dom0David Vrabel2012-02-091-56/+16
* arm: domain_buildStefano Stabellini2012-02-091-0/+213