Home
last modified time | relevance | path

Searched refs:old (Results 1 – 13 of 13) sorted by relevance

/rk3399_ARM-atf/lib/libfdt/
H A Dfdt_rw.c396 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_()
/rk3399_ARM-atf/docs/plat/
H A Dqti-msm8916.rst3 Qualcomm MSM8916 (old page)
H A Dqti.rst3 Qualcomm Technologies, Inc. (old page)
H A Dstm32mp1.rst3 STMicroelectronics STM32MP1 (old page)
/rk3399_ARM-atf/docs/tools/
H A Dmemory-layout-tool.rst359 A delta between two images can be generated by passing the ``--old`` option with
366 …try run memory summary ../maps/fvp-tbb-mbedtls/bl1.map --old ../maps/fvp-tbb-mbedtls/bl1.map.old -…
376 Note that since the old map file includes the required suffix, specifying the
377 ``--old`` argument is optional here.
386 …try run memory summary ../maps/fvp-tbb-mbedtls/bl1.map --old ../maps/fvp-tbb-mbedtls/bl1.map.old
/rk3399_ARM-atf/lib/debugfs/
H A Ddev.c18 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()
/rk3399_ARM-atf/tools/memory/src/memory/
H A Dmemmap.py205 def summary(file: Path, old: Optional[Path], depth: int, exclude_fill: bool, type: str):
209 if not memap.parse(file, old, exclude_fill):
/rk3399_ARM-atf/docs/components/
H A Darm-sip-service.rst27 | | | specific FID range. The old FID range |
/rk3399_ARM-atf/docs/components/fconf/
H A Dindex.rst14 It is used to bridge new and old ways of providing platform-specific data.
/rk3399_ARM-atf/docs/getting_started/
H A Dtools-build.rst50 It is recommended to remove old artifacts before building the tool:
H A Dbuild-options.rst1400 old (deprecated) way of included them is using the directive:
/rk3399_ARM-atf/docs/about/
H A Dlts.rst53 old branches internally. As this effort is duplicated across different companies
148 TF-A changes, newer TFTF tests may not apply to old LTS branches. Therefore
/rk3399_ARM-atf/docs/
H A Dchange-log.md23 out the extended registers, which is different from the old behavior
6102 …- remove old-style declarations ([f4b8470](https://review.trustedfirmware.org/plugins/gitiles/TF-A…
11864 - Migrate AArch64 port to the multi console driver. The old API is deprecated