aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/device_tree.c
Commit message (Expand)AuthorAgeFilesLines
* xen/dts: Support Linux initrd DT bindingsJulien Grall2013-10-081-0/+25
* xen/dts: Use ROUNDUP macro instead of the internal ALIGNJulien Grall2013-10-081-6/+4
* xen: arm: add two new device tree helpersIan Campbell2013-09-271-0/+29
* xen/arm: Support dtb /memreserve/ regionsIan Campbell2013-09-261-1/+12
* xen/arm: Reserve FDT via early module mechanismIan Campbell2013-09-261-1/+8
* xen/arm: Dissociate logical and hardware CPU IDJulien Grall2013-09-261-48/+0
* ARM: parse separate DT properties for different commandlinesAndre Przywara2013-09-171-1/+6
* xen/dts: replace get_val by dt_next_cellJulien Grall2013-09-171-16/+2
* xen/dts: device_get_reg: cells are 32-bit big endian valueJulien Grall2013-09-171-6/+6
* xen/dts: Clean up the exported API for device treeJulien Grall2013-09-171-78/+14
* xen/dts: dt_find_interrupt_controller: accept multiple compatible stringsJulien Grall2013-09-171-2/+3
* xen/dts: Check the CPU ID is not greater than NR_CPUSJulien Grall2013-09-171-0/+7
* xen/dts: Check "reg" property length in process_multiboot_nodeJulien Grall2013-09-171-1/+5
* xen/dts: Remove device_get_reg call in process_cpu_nodeJulien Grall2013-09-171-7/+12
* xen: Use the right string comparison function in device treeJulien Grall2013-09-171-3/+3
* xen/dts: Add new helpers to use the device treeJulien Grall2013-09-171-7/+102
* xen/dts: Don't add a fake property "name" in the device treeJulien Grall2013-09-171-1/+10
* xen/dts: Prefix device tree macro by dt_Julien Grall2013-09-171-5/+5
* xen/dts: Constify device_tree_flattenedJulien Grall2013-09-171-1/+1
* xen/dts: Don't check the number of address and size cells in process_cpu_nodeJulien Grall2013-09-101-6/+0
* xen/arm: use defines for boot module indexes instead of open coded numbersIan Campbell2013-08-271-2/+2
* xen: Introduce a helper to read a u32 property in device tree.Chen Baozi2013-08-221-0/+15
* xen/arm: Use hierarchical device tree to retrieve GIC informationJulien Grall2013-05-131-42/+0
* xen/arm: Add helpers to retrieve an interrupt description from the device treeJulien Grall2013-05-131-0/+362
* xen/arm: Add helpers to retrieve an address from the device treeJulien Grall2013-05-131-0/+343
* xen/arm: Add helpers to use the device treeJulien Grall2013-05-131-18/+144
* xen/arm: Create a hierarchical device treeJulien Grall2013-05-131-5/+450
* xen: arm: parse modules from DT during early boot.Ian Campbell2013-03-131-1/+53
* dtb: correct handling of #address-cells and #size-cells.Ian Campbell2013-03-131-4/+8
* Fix emacs local variable block to use correct C style variable.David Vrabel2013-02-211-1/+1
* xen/device_tree: introduce find_compatible_nodeStefano Stabellini2013-02-151-2/+54
* device-tree: get_val cannot cope with cells > 2, add early_panicIan Campbell2013-01-211-0/+3
* xen/arm: use strcmp in device_tree_type_matchesStefano Stabellini2012-12-131-3/+2
* xen: get GIC addresses from DTStefano Stabellini2012-12-131-3/+70
* xen/arm: get the number of cpus from device treeStefano Stabellini2012-11-191-0/+43
* arm: move get_paddr_function to arch setup.c from device_tree.cIan Campbell2012-10-111-32/+0
* device tree: print a warning if a node is nested too deepDavid Vrabel2012-04-021-1/+18
* arm: use bootargs for the command lineDavid Vrabel2012-04-021-0/+20
* device tree,arm: supply a flat device tree to dom0David Vrabel2012-04-021-16/+31
* device tree: add device_tree_dump() to print a flat device treeDavid Vrabel2012-03-221-0/+38
* device tree: add device_tree_for_each_node()David Vrabel2012-03-221-26/+46
* device tree: correctly ignore unit-address when matching nodes by nameDavid Vrabel2012-03-221-6/+16
* device tree: follow coding styleDavid Vrabel2012-03-221-18/+30
* libfdt: move headers to xen/include/xen/libfdt/David Vrabel2012-03-221-2/+1
* arm: setup MM using information from the device treeDavid Vrabel2012-02-131-1/+6
* arm, device tree: parse the DTB for RAM location and sizeDavid Vrabel2012-02-131-0/+179