summaryrefslogtreecommitdiff
path: root/common/fdt_wrappers.c
Commit message (Expand)AuthorAgeFilesLines
* fix(fdt-wrappers): use correct prototypesYann Gautier2023-01-101-6/+6
* feat(fdt-wrappers): add function to find or add a sudnodeRuchika Gupta2022-04-281-1/+22
* Merge "fix: libc: use long for 64-bit types on aarch64" into integrationManish Pandey2021-11-081-5/+7
|\
| * fix: libc: use long for 64-bit types on aarch64Scott Branden2021-11-081-5/+7
* | fix(fdt): avoid output on missing DT propertyAndre Przywara2021-11-041-1/+1
|/
* feat(fdt-wrappers): add CPU enumeration utility functionChris Kay2021-10-261-0/+44
* feat(fdt): introduce wrapper function to read DT UUIDsDavid Horstmann2021-04-281-1/+36
* plat/fvp: Support for extracting UART serial node info from DTMadhukar Pappireddy2020-05-201-0/+196
* fdt/wrappers: Introduce code to find UART DT nodeAndre Przywara2020-05-051-0/+47
* plat/stm32: Use generic fdt_get_reg_props_by_name()Andre Przywara2020-05-051-0/+18
* arm: fconf: Fix GICv3 dynamic configurationAndre Przywara2020-04-301-0/+50
* plat/stm32: Implement fdt_read_uint32_default() as a wrapperAndre Przywara2020-04-291-0/+13
* fdt/wrappers: Replace fdtw_read_cells() implementationAndre Przywara2020-04-291-49/+21
* fdt/wrappers: Generalise fdtw_read_array()Andre Przywara2020-04-281-17/+14
* FDT wrappers: add functions for read/write bytesAlexei Fedorov2020-02-031-1/+78
* Sanitise includes across codebaseAntonio Nino Diaz2019-01-041-3/+5
* Introduce fdtw_read_array() helperAntonio Nino Diaz2018-11-021-1/+39
* Introduce new fdt helper to read string propertiesAntonio Nino Diaz2018-11-021-0/+33
* Dynamic cfg: MISRA fixesSoby Mathew2018-02-261-14/+14
* Dynamic cfg: Introduce fdt wrappersSoby Mathew2018-02-261-0/+96