summaryrefslogtreecommitdiff
path: root/sys/dev/fdt/fdt_common.c
AgeCommit message (Expand)Author
2025-08-21dev/fdt: Remove fdt_ic_listAndrew Turner
2025-05-01Make sure the memory region definitions are zeroed before use.Luiz Otavio O Souza
2025-04-08sys: Move Marvell specific fdt code to sys/arm/mvAndrew Turner
2025-04-08dev/fdt: Add const to pointers to const dataAndrew Turner
2025-04-08dev/fdt: Remove old fdt_get memory functionsAndrew Turner
2025-04-08dev/fdt: Add fdt_foreach_reserved_regionAndrew Turner
2025-04-08dev/fdt: Add fdt_foreach_reserved_memAndrew Turner
2025-04-08dev/fdt: Add fdt_foreach_mem_regionAndrew Turner
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2021-08-08Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrightsEd Maste
2020-02-26Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki
2019-04-03cpsw: use `phy-handle` in FDT to find PHY addressEd Maste
2018-05-22Handle reserved memory with the no-map property.Andrew Turner
2018-04-08Replace calls to fdt_is_compatible with ofw_bus_node_is_compatible. TheseAndrew Turner
2018-04-08Revert r332277, it contained an unintended extra changeAndrew Turner
2018-04-08Replace calls to fdt_is_compatible with ofw_bus_node_is_compatible. TheseAndrew Turner
2018-04-08Move fdt_is_type to be a Marvell specific function. It's not used by anyAndrew Turner
2018-04-04Remove fdt_pm_is_enabled as it's Marvell specific. Replace the only call toAndrew Turner
2018-04-03Remove fdt_is_enabled, fdt_reg_to_rl, and fdt_get_unit. These are not usedAndrew Turner
2018-03-20[ofw] fix errneous checks for OF_finddevice(9) return valueOleksandr Tymoshenko
2017-12-25Do pass removing some write-only variables from the kernel.Alexander Kabaev
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-08-09Enable parsing simple-bus 'ranges' with multiple entriesMarcin Wojtas
2017-04-30Set the correct default for #address-cells variable when the property doesLuiz Otavio O Souza
2016-11-19Make fdt_is_compatible a static function. It's only used in fdt_common.c.Andrew Turner
2016-11-11Replace OF_getprop ... fdt32_to_cpu with OF_getencprop. The latterAndrew Turner
2016-08-06Add hw.fdt sysctl node.Stephen J. Kiernan
2016-05-11Add OF_prop_free function as a counterpart for OF_*prop_allocOleksandr Tymoshenko
2016-03-26ARM: Parse command line delivered by U-Boot:Michal Meloun
2016-03-01Make the memory size returned from fdt_get_mem_regions a 64-bit type. ThisAndrew Turner
2016-03-01Make the fdt_get_mem_regions memsize argument optional. It's only used inAndrew Turner
2016-02-29Fix fdt_get_mem_regions() to work with 64-bit addressesWojciech Macek
2016-01-20Do not require strict compatibility on simplebusZbigniew Bodek
2015-05-24Rename fdt_find_child to ofw_bus_find_child. There is nothing FDT-specificOleksandr Tymoshenko
2015-05-22Add helper method fdt_find_child to make access to child nodes easier.Oleksandr Tymoshenko
2014-12-19Add support for empty ranges properties within the tree, some vendorAndrew Turner
2014-12-15Eliminate fdt_data_verify(). The verification it proceed is wrongRuslan Bukin
2014-11-20The ranges parent bus address may just be a tag to the entry in the parentAndrew Turner
2014-09-25Replace multiple nearly-identical copies of code to walk through an FDTIan Lepore
2014-09-01Rename OF_xref_phandle() to OF_node_from_xref() and add a new functionIan Lepore
2014-02-16Catch up with last-second name change.Ian Lepore
2014-02-16Add a helper routine to depth-search the device tree for a node with aIan Lepore
2014-02-02Fix missing offset.Nathan Whitehorn
2014-02-01Open Firmware interrupt specifiers can consist of arbitrary-length byteNathan Whitehorn
2014-01-24Be more robust with malformed interrupt config data. Instead of crashingIan Lepore
2014-01-05Retire machine/fdt.h as a header used by MI code, as its function is nowNathan Whitehorn
2014-01-04Reimplement fdt_intr_to_rl() in terms of OFW_BUS_MAP_INTR() andNathan Whitehorn
2013-10-24Do not map IRQs twice. This fixes PowerPC/FDT systems with multiple PICs,Nathan Whitehorn