HomeSort by relevance Sort by last modified time
    Searched refs:atf (Results 1 - 14 of 14) sorted by null

  /external/u-boot/board/cavium/thunderx/
Makefile 6 obj-y := thunderx.o atf.o
thunderx.c 12 #include <cavium/atf.h>
atf.c 11 #include <cavium/atf.h>
294 atf, 10, 1, do_atf,
295 "issue calls to ATF",
306 "\t ver - print ATF call set versions\n"
  /external/u-boot/board/theobroma-systems/lion_rk3368/
fit_spl_atf.its 11 description = "FIT image with U-Boot proper, ATF bl31, DTB";
24 atf {
47 firmware = "atf";
  /external/u-boot/board/theobroma-systems/puma_rk3399/
fit_spl_atf.its 11 description = "FIT image with U-Boot proper, ATF bl31, M0 Firmware, DTB";
24 atf {
53 firmware = "atf";
  /external/u-boot/board/sunxi/
mksunxi_fit_atf.sh 12 echo "Please read the section on ARM Trusted Firmware (ATF) in board/sunxi/README.sunxi64" >&2
20 description = "Configuration to load ATF before U-Boot";
32 atf {
71 loadables = "atf";
  /external/u-boot/arch/arm/mach-rockchip/
make_fit_atf.py 33 description = "Configuration to load ATF before U-Boot";
58 Append ATF DT node to input FIT dts file.
93 print >> file, '\t\t\tfirmware = "atf@1";'
96 print >> file, '"atf@%d"' % (i+1),
121 Generate FIT script for ATF image.
169 with open(file_name, "wb") as atf:
170 atf.write(seg.data());
  /device/linaro/hikey/uefi-tools/
edk2-build.sh 147 echo "$TOOLS_DIR/atf-build.sh -e "$EDK2_DIR" -t "$target"_${PLATFORM_TOOLCHAIN} $board"
149 $TOOLS_DIR/atf-build.sh -e "$EDK2_DIR" -t "$target"_${PLATFORM_TOOLCHAIN} $board
uefi-build.sh 154 echo "$TOOLS_DIR/atf-build.sh -e "$EDK2_DIR" -t "$target"_${TOOLCHAIN} $board"
156 $TOOLS_DIR/atf-build.sh -e "$EDK2_DIR" -t "$target"_${TOOLCHAIN} $board
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_fragshader.c 509 R200_STATECHANGE(rmesa, atf);
525 rmesa->hw.atf.cmd[ATF_TFACTOR_0 + i] = radeonPackColor (
r200_context.h 510 struct radeon_state_atom atf; member in struct:r200_hw_state
r200_cmdbuf.c 82 insert_at_tail_if( &rmesa->radeon.hw.atomlist, &rmesa->hw.atf );
r200_state_init.c 681 ALLOC_STATE( atf, afs, ATF_STATE_SIZE, "ATF/tfactor", 0 );
773 rmesa->hw.atf.cmd[ATF_CMD_0] = cmdpkt(rmesa, R200_EMIT_ATF_TFACTOR);
    [all...]
r200_state.c     [all...]

Completed in 411 milliseconds