aboutsummaryrefslogtreecommitdiff
path: root/core/fdt.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-12Re-license IBM written files as Apache 2.0 OR GPLv2+Stewart Smith1-1/+1
2019-12-16add more sparse endian annotationsNicholas Piggin1-1/+1
2019-12-16cpu: use dt accessor device tree accessNicholas Piggin1-2/+2
2019-07-26SPDX-ify all skiboot codeStewart Smith1-13/+4
2019-05-20device-tree: speed up fdt building on slow simulatorsNicholas Piggin1-1/+5
2019-05-15fdt: check more errorsNicholas Piggin1-2/+6
2018-12-10Change ifdef around dump_fdt() to shut up static analysisStewart Smith1-2/+2
2017-06-27dt: Add helper function for last_phandle updatesMadhavan Srinivasan1-4/+4
2017-06-15core/fdt: Always add a reserve mapOliver O'Halloran1-0/+3
2016-08-17Use additional checks in skiboot for pointersBalbir Singh1-0/+3
2016-07-20Stop adding legacy linux, phandle to device tree, just add phandleStewart Smith1-5/+0
2016-06-14core/fdt: Introduce opal_get_device_tree()Gavin Shan1-0/+40
2016-06-14core/fdt: Allow to exclude root nodeGavin Shan1-11/+18
2016-06-14core/fdt: Introduce __create_dtb()Gavin Shan1-20/+24
2016-06-14core/fdt: Allow to specify FDT blobGavin Shan1-20/+20
2016-06-14core/fdt: Introduce flatten_dt_properties()Gavin Shan1-14/+13
2016-06-14core/fdt: Improve debugging functionalityGavin Shan1-19/+20
2016-03-31core/fdt: Adjust parameter for dt_{property, begin_node}Gavin Shan1-9/+9
2014-11-18Remove useless global include memory.hBenjamin Herrenschmidt1-1/+0
2014-07-02Initial commit of Open Source releaseBenjamin Herrenschmidt1-0/+208