aboutsummaryrefslogtreecommitdiff
path: root/board-qemu/slof/fdt.fs
AgeCommit message (Expand)AuthorFilesLines
2023-02-28Fix typos in the board-qemu folderThomas Huth1-3/+3
2020-07-17fdt: Avoid recursion when traversing treeAlexey Kardashevskiy1-12/+15
2020-02-21fdt: Delete nodes of devices removed between boot and CASGreg Kurz1-0/+72
2020-02-21fdt: Fix update of "interrupt-controller" node at CASGreg Kurz1-0/+14
2020-02-21fdt: Fix creating new nodes at H_CASAlexey Kardashevskiy1-46/+59
2019-12-05fdt: Fix updating the tree at H_CASAlexey Kardashevskiy1-6/+117
2019-12-05ibm,client-architecture-support: Fix stack handlingAlexey Kardashevskiy1-2/+6
2018-09-07fdt: Fix phandles for NVLink/NVLink2Alexey Kardashevskiy1-0/+5
2018-09-07fdt: Factor out code to replace a phandle in placeAlexey Kardashevskiy1-8/+17
2017-11-06fdt: Fix version and add a word for FDT header sizeAlexey Kardashevskiy1-2/+2
2017-10-24Revert various SLOF-to-QEMU private hypercallsAlexey Kardashevskiy1-12/+2
2017-07-25board-qemu: add private hcall to inform host on "phandle" updateGreg Kurz1-2/+12
2017-07-17board_qemu: move code out of fdt-fix-node-phandleGreg Kurz1-14/+22
2017-07-17board_qemu: drop unused values early in fdt-fix-node-phandleGreg Kurz1-4/+3
2014-12-03cas: reconfigure memory nodesNikunj A Dadhania1-5/+31
2014-02-04cas: return error when unknown node foundNikunj A Dadhania1-4/+17
2013-10-09Update device tree returned by CAS hypercallqemu-slof-20131009listNikunj A Dadhania1-0/+48
2013-10-09fdt: introduce fdt-initNikunj A Dadhania1-6/+13
2013-08-21Move hex64-{decode,encode}-unit to node.fsNikunj A Dadhania1-22/+0
2013-08-06Use root.fs on qemu as wellBenjamin Herrenschmidt1-40/+0
2013-06-27Look for /memory@0, not just /memoryBenjamin Herrenschmidt1-1/+3
2012-07-19Fix encode/decode-unit to use a full 64-bit @xxxx valueBenjamin Herrenschmidt1-11/+24
2011-12-21Disable the debug message about FDT phandles that could not be replacedThomas Huth1-1/+3
2011-12-20Encode FDT properties as string when they contain a valid ASCII string.Thomas Huth1-2/+19
2011-10-12Patch "interrupt-map" properties to contain the phandles from SLOFThomas Huth1-0/+96
2011-10-12Fixed unit address handling for PCI nodesThomas Huth1-3/+23
2011-10-12Pass IMA to Paflof and fix the memory regions which have to be CLAIMedThomas Huth1-1/+3
2011-03-22Initial qemu/KVM board supportBenjamin Herrenschmidt1-0/+251