Searched refs:old (Results 1 – 7 of 7) sorted by relevance
/arm-trusted-firmware-2.8.0/lib/libfdt/ |
A D | fdt_rw.c | 396 static void fdt_packblocks_(const char *old, char *new, in fdt_packblocks_() argument 407 memmove(new + mem_rsv_off, old + fdt_off_mem_rsvmap(old), mem_rsv_size); in fdt_packblocks_() 410 memmove(new + struct_off, old + fdt_off_dt_struct(old), struct_size); in fdt_packblocks_() 414 memmove(new + strings_off, old + fdt_off_dt_strings(old), strings_size); in fdt_packblocks_() 416 fdt_set_size_dt_strings(new, fdt_size_dt_strings(old)); in fdt_packblocks_()
|
/arm-trusted-firmware-2.8.0/lib/debugfs/ |
A D | dev.c | 18 chan_t *old; member 207 return mp->old; in mount_point_to_channel() 756 mp->old = channel; in add_mount_point() 769 int bind(const char *old, const char *new) in bind() argument 773 channel = path_to_channel(old, O_BIND); in bind()
|
/arm-trusted-firmware-2.8.0/plat/st/stm32mp1/ |
A D | platform.mk | 504 echo "dtc version too old (${DTC_V}), you need at least version 1.4.4"; \
|
/arm-trusted-firmware-2.8.0/docs/components/fconf/ |
A D | index.rst | 14 It is used to bridge new and old ways of providing platform-specific data.
|
/arm-trusted-firmware-2.8.0/docs/getting_started/ |
A D | tools-build.rst | 50 It is recommended to remove old artifacts before building the tool:
|
A D | prerequisites.rst | 178 .. _Linaro Release Notes: https://community.arm.com/dev-platforms/w/docs/226/old-release-notes
|
/arm-trusted-firmware-2.8.0/docs/ |
A D | change-log.md | 5345 - Migrate AArch64 port to the multi console driver. The old API is deprecated
|
Completed in 18 milliseconds