Home
last modified time | relevance | path

Searched refs:bp (Results 1 – 12 of 12) sorted by relevance

/rk3399_ARM-atf/lib/libfdt/
H A Dlibfdt.h136 const uint8_t *bp = (const uint8_t *)p; in fdt16_ld() local
138 return ((uint16_t)bp[0] << 8) | bp[1]; in fdt16_ld()
143 const uint8_t *bp = (const uint8_t *)p; in fdt32_ld() local
145 return ((uint32_t)bp[0] << 24) in fdt32_ld()
146 | ((uint32_t)bp[1] << 16) in fdt32_ld()
147 | ((uint32_t)bp[2] << 8) in fdt32_ld()
148 | bp[3]; in fdt32_ld()
153 uint8_t *bp = (uint8_t *)property; in fdt32_st() local
155 bp[0] = value >> 24; in fdt32_st()
156 bp[1] = (value >> 16) & 0xff; in fdt32_st()
[all …]
/rk3399_ARM-atf/docs/plat/arm/fvp/
H A Dfvp-cortex-a32.rst14 -C bp.secure_memory=1 \
15 -C bp.tzc_400.diagnostics=1 \
17 -C bp.secureflashloader.fname="<path-to>/<bl1-binary>" \
18 -C bp.flashloader0.fname="<path-to>/<FIP-binary>" \
32 -C bp.secure_memory=1 \
33 -C bp.tzc_400.diagnostics=1 \
H A Dfvp-cortex-a57-a53.rst14 -C bp.secure_memory=1 \
15 -C bp.tzc_400.diagnostics=1 \
17 -C bp.secureflashloader.fname="<path-to>/<bl1-binary>" \
18 -C bp.flashloader0.fname="<path-to>/<FIP-binary>" \
32 -C bp.secure_memory=1 \
33 -C bp.tzc_400.diagnostics=1 \
H A Dfvp-aemv8-base.rst14 -C bp.secure_memory=1 \
15 -C bp.tzc_400.diagnostics=1 \
19 -C bp.secureflashloader.fname="<path-to>/<bl1-binary>" \
20 -C bp.flashloader0.fname="<path-to>/<FIP-binary>" \
38 -C bp.secure_memory=1 \
39 -C bp.tzc_400.diagnostics=1 \
51 -C bp.secureflashloader.fname="<path-to>/<bl1-binary>" \
52 -C bp.flashloader0.fname="<path-to>/<FIP-binary>" \
66 -C bp.secure_memory=1 \
67 -C bp.tzc_400.diagnostics=1 \
[all …]
H A Dfvp-specific-configs.rst52 -C bp.flashloader1.fname="<path-to>/<el3-payload>"
114 -C bp.secureflashloader.fname=<path-to>/bl1.bin \
115 -C bp.flashloader0.fname=<path-to>/fip.bin \
148 -C bp.secureflashloader.fname=<path-to>/bl1.bin \
149 -C bp.flashloader0.fname=<path-to>/fip.bin \
H A Dfvp-support.rst77 ``-C bp.virtioblockdevice.image_path="<path-to>/<file-system-image>`` can be
/rk3399_ARM-atf/docs/components/
H A Del3-spmc.rst73 -C cluster0.NUM_CORES=4 -C cluster1.NUM_CORES=4 -C bp.secure_memory=1 \
74 -C bp.secureflashloader.fname=trusted-firmware-a/build/fvp/debug/bl1.bin \
75 -C bp.flashloader0.fname=trusted-firmware-a/build/fvp/debug/fip.bin \
76 -C bp.pl011_uart0.out_file=fvp-uart0.log -C bp.pl011_uart1.out_file=fvp-uart1.log \
77 -C bp.pl011_uart2.out_file=fvp-uart2.log -C bp.vis.disable_visualisation=1
/rk3399_ARM-atf/fdts/
H A Dmorello-fvp.dts189 clock-output-names = "bp:clock24mhz";
H A Dtc-base.dtsi431 clock-output-names = "bp:clock24mhz";
/rk3399_ARM-atf/docs/design/
H A Dtrusted-board-boot-build.rst53 option ``bp.trusted_key_storage.public_key`` when launching the model.
/rk3399_ARM-atf/docs/about/
H A Dmaintainers.rst908 :|M|: Biju Das <biju.das.jz@bp.renesas.com>
912 :|M|: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
/rk3399_ARM-atf/docs/
H A Dchange-log.md13109 `-C bp.secure_memory=1` is now supported.
13144 - Now support use of the model parameter `-C bp.secure_memory=1` in the Base
13283 Use of model parameter `-C bp.secure_memory=1` is not supported.
13334 Use of model parameter `-C bp.secure_memory=1` is not supported.