Lines Matching refs:file
111 Each platform must ensure that a header file of this name is in the system
113 the list of ``PLAT_INCLUDES`` in the ``platform.mk`` file.
115 Platform ports may optionally use the file ``include/plat/common/common_def.h``,
268 information about the image to be loaded (file handler, load address,
644 ``assert()`` prints the name of the file, the line number and the asserted
645 expression. Else if it is higher than ``LOG_LEVEL_INFO``, it prints the file
668 Each platform must ensure a file of this name is in the system include path with
669 the following macro defined. In the Arm development platforms, this file is
1319 ``include/common/bl_common.h`` header file. Note that these constants are not
1324 ``include/lib/aarch32/arch.h`` header file.
2645 defined by the translation library, and can be found in the file
3659 The file ``plat/common/aarch64/crash_console_helpers.S`` contains sample
3660 implementation of all of them. Platforms may include this file to their
3934 particular for the file ``platform_def.h``.
3974 The storage layer is described in the header file
4005 ``include/plat/common/common_def.h`` (or a separate header file included from
4011 other drivers. For example, file-system drivers may be implemented on top of
4013 drivers. In such a case, the file-system "binding" with the block device may
4014 be deferred until the file-system device is initialised.