summaryrefslogtreecommitdiff
path: root/sys/dev/fdt/fdt_common.h
AgeCommit message (Expand)Author
2025-08-21dev/fdt: Remove fdt_ic_listAndrew Turner
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
2025-04-07fdt: bump FDT_MEM_REGIONS to 64Adrian Chadd
2023-08-16sys: Remove $FreeBSD$: two-line .h 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
2018-05-29Increase the number of fdt memory regions we support to 16. Some SoCs haveAndrew Turner
2018-05-22Handle reserved memory with the no-map property.Andrew 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
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-01-26Make fdt_pm_mask_table internal to the Marvell code, it's unued anywhereAndrew Turner
2016-11-19Make fdt_is_compatible a static function. It's only used in fdt_common.c.Andrew Turner
2016-08-06Add hw.fdt sysctl node.Stephen J. Kiernan
2016-04-15Rename ARM_INTRNG and MIPS_INTRNG to INTRNG. This will help with machineAndrew Turner
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-02-29Fix fdt_get_mem_regions() to work with 64-bit addressesWojciech Macek
2016-01-22Only define fdt_pic_table on arm, and when not using intrng as this isAndrew Turner
2016-01-21Remove fdt_fixup_table from architectures where it's unneeded. We only makeAndrew Turner
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-15Eliminate fdt_data_verify(). The verification it proceed is wrongRuslan Bukin
2014-09-25Replace multiple nearly-identical copies of code to walk through an FDTIan Lepore
2014-02-16Add a helper routine to depth-search the device tree for a node with aIan Lepore
2014-01-05Remove dev/fdt/fdt_pci.c, which was code specific to Marvell ARM SoCs,Ian 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-12-17Remove dead code. Most of this was in an #if 0 block; the rest is notNathan Whitehorn
2013-10-21MFP4: 223121 (FDT infrastructure portion)Brooks Davis
2013-02-23Bump per-device interrupt limit to more reasonable default.Oleksandr Tymoshenko
2012-11-30Add fdt_get_reserved_regions function. API is simmilar to fdt_get_mem_regionsOleksandr Tymoshenko
2012-09-14Add fdt_get_unit() function.Grzegorz Bernacki
2012-08-15Merging of projects/armv6, part 4Oleksandr Tymoshenko
2012-05-22Add a new geom class which allows to divide NAND Flash chipGrzegorz Bernacki
2012-03-04Respect phy-handle property in Ethernet nodes of the device tree.Rafal Jaworowski
2010-07-19Eliminate FDT_IMMR_VA define.Rafal Jaworowski
2010-06-02Import the common Flattened Device Tree infrastructure.Rafal Jaworowski