aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/arm/setup.c
Commit message (Expand)AuthorAgeFilesLines
* xen/arm: Add CPU ID for Broadcom Brahma-B15Marc Carino2013-10-181-0/+1
* xen: arm: move smp_init_cpus to smpboot.cIan Campbell2013-09-271-125/+0
* xen: arm: rewrite start of day page table and cpu bring upIan Campbell2013-09-271-7/+23
* xen: arm: make sure we stay within the memory bank during mm setupIan Campbell2013-09-271-3/+10
* xen: arm: Log the raw MIDR on boot.Ian Campbell2013-09-271-2/+3
* xen: arm: Load xen under 4GB on 32-bitIan Campbell2013-09-271-0/+8
* xen/arm: print the location of the Xen heap on 32 bitIan Campbell2013-09-261-2/+4
* xen/arm: Support dtb /memreserve/ regionsIan Campbell2013-09-261-4/+61
* xen/arm: cope with modules outside of "visible" RAMIan Campbell2013-09-261-0/+6
* xen/arm: do not relocate Xen outside of visible RAMIan Campbell2013-09-261-1/+9
* xen/arm: Reserve FDT via early module mechanismIan Campbell2013-09-261-1/+2
* xen/arm: ensure the xenheap is 32MB alignedIan Campbell2013-09-261-1/+2
* xen/arm: Dissociate logical and hardware CPU IDJulien Grall2013-09-261-1/+111
* xen: arm: improve VMID allocation.Ian Campbell2013-09-211-0/+2
* xen/dts: Constify device_tree_flattenedJulien Grall2013-09-171-4/+8
* xen/arm: use defines for boot module indexes instead of open coded numbersIan Campbell2013-08-271-4/+3
* xen: arm: Use a direct mapping of RAM on arm64Ian Campbell2013-08-201-0/+77
* xen: arm: reduce the size of the xen heap to max 1/8 RAM sizeIan Campbell2013-08-201-2/+2
* xen/arm: Initialize PERCPU variables at the beginning of start_xenJulien Grall2013-07-291-2/+3
* xen: arm: enable aborts on all physical processors.Ian Campbell2013-07-191-0/+1
* xen/arm: Dummy implementation of multi-bank supportJulien Grall2013-07-171-6/+17
* xen/arm: don't enable VFP on XEN during the bootJulien Grall2013-07-041-3/+0
* xen/arm: Allow Xen to run on multiple platform without recompilationJulien Grall2013-05-131-0/+3
* xen/arm: Use device tree API in pl011 UART driverJulien Grall2013-05-131-4/+0
* xen/arm: Add generic UART to get the device in the device treeJulien Grall2013-05-131-1/+2
* xen/arm: Introduce gic_irq_xlateJulien Grall2013-05-131-0/+1
* xen/arm: Create a hierarchical device treeJulien Grall2013-05-131-0/+1
* xen/arm: Introduce ioremap_attr, ioremap_cache, ioremap_nocache, ioremap_wcJulien Grall2013-05-131-2/+2
* xen/arm: Switch to SYS_STATE_boot right after console setupJulien Grall2013-05-101-0/+2
* xen/arm: compile and initialize vmapStefano Stabellini2013-05-081-0/+3
* arm: consolidate setup of hypervisor traps and second stage pagingIan Campbell2013-04-111-10/+3
* xen: arm: implement cpuinfoIan Campbell2013-02-221-27/+82
* xen: arm: Explicitly setup VPIDR & VMPIDR at start of dayIan Campbell2013-02-221-0/+5
* xen: arm64: start of day changes to setup.cIan Campbell2013-02-221-18/+36
* gcov: Call constructors during initializationFrediano Ziglio2013-02-211-0/+2
* Fix emacs local variable block to use correct C style variable.David Vrabel2013-02-211-1/+1
* xen: move XEN_SYSCTL_physinfo, XEN_SYSCTL_numainfo and XEN_SYSCTL_topologyinf...Stefano Stabellini2013-02-151-1/+1
* xen/device_tree: introduce find_compatible_nodeStefano Stabellini2013-02-151-4/+3
* xen/arm: move setup_mm right after setup_pagetablesStefano Stabellini2013-02-151-4/+3
* xen: arm: rename atag_paddr argument fdt_paddrIan Campbell2013-02-151-3/+3
* xen: arm32: Don't bother with the bootloader provided ARM-Linux machine typeIan Campbell2013-02-151-1/+0
* arm: discard boot modules after building domain 0.Ian Campbell2013-01-211-0/+16
* arm: avoid allocating the heaps over modules or xen itself.Ian Campbell2013-01-211-11/+78
* arm: avoid placing Xen over any modules.Ian Campbell2013-01-211-7/+61
* xen: arm: introduce arm32 as a subarch of arm.Ian Campbell2012-12-191-1/+1
* xen: arm: initialise dom_{xen,io,cow}Ian Campbell2012-12-191-0/+2
* xen: arm: Call init_xen_time earlierIan Campbell2012-12-191-2/+2
* arm: Tidy up flush_xen_dcache().Tim Deegan2012-11-231-0/+17
* xen/arm: get the number of cpus from device treeStefano Stabellini2012-11-191-1/+4
* xen/arm: setup the fixmap in head.SStefano Stabellini2012-11-151-2/+0