Searched refs:tf (Results 1 – 7 of 7) sorted by relevance
615 static inline int is_multi_taskfile(struct ata_taskfile *tf) in is_multi_taskfile() argument617 return (tf->command == ATA_CMD_READ_MULTI) || in is_multi_taskfile()618 (tf->command == ATA_CMD_WRITE_MULTI) || in is_multi_taskfile()619 (tf->command == ATA_CMD_READ_MULTI_EXT) || in is_multi_taskfile()620 (tf->command == ATA_CMD_WRITE_MULTI_EXT) || in is_multi_taskfile()621 (tf->command == ATA_CMD_WRITE_MULTI_FUA_EXT); in is_multi_taskfile()
339 - TF-A_ BL2 => FSBL = **tf-a.stm32**364 tf-a.stm32 or u-boot-spl.stm32457 | 1 | fsbl1 | 256 KiB | TF-A_ BL2 (tf-a.stm32) |459 | 2 | fsbl2 | 256 KiB | TF-A_ BL2 (tf-a.stm32) |523 # dd if=tf-a.stm32 of=/dev/mmcblk0p1524 # dd if=tf-a.stm32 of=/dev/mmcblk0p2562 # ext4load mmc 0:4 0xC0000000 tf-a.stm32772 $> dfu-util -d 0483:5720 -a 3 -D tf-a-stm32mp157c-ev1.stm32773 $> dfu-util -d 0483:5720 -a 4 -D tf-a-stm32mp157c-ev1.stm32782 $> dfu-util -d 0483:5720 -a 10 -D tf-a-stm32mp157c-ev1.stm32[all …]
15 @echo "make -f build-tf.mak build"
42 description = "test tf-a";
31 architecture. See documentation here: https://www.trustedfirmware.org/projects/tf-a/
62 vddio_tf: regulator-vddio-tf {
98 $ make BL31=/src/tf-a.git/build/sun50i_h616/debug/bl31.bin310 .. _`Arm Trusted Firmware-A`: https://www.trustedfirmware.org/projects/tf-a/
Completed in 25 milliseconds