| /rk3399_ARM-atf/drivers/nxp/flexspi/nor/ |
| H A D | test_fspi.c | 27 void fspi_test(uint32_t fspi_test_addr, uint32_t size, int extra) in fspi_test() argument 59 xspi_write(fspi_test_addr, (void *)buffer, (size * 4 + extra)); in fspi_test() 61 xspi_ip_read(fspi_test_addr, buffer, (size * 4 + extra)); in fspi_test() 77 xspi_read((fspi_test_addr), buffer, (size * 4 + extra)); in fspi_test()
|
| /rk3399_ARM-atf/lib/zlib/ |
| H A D | inftrees.c | 51 const unsigned short FAR *extra; /* extra bits table to use */ in inflate_table() local 178 base = extra = work; /* dummy value--not used */ in inflate_table() 183 extra = lext; in inflate_table() 188 extra = dext; in inflate_table() 217 here.op = (unsigned char)(extra[work[sym] - match]); in inflate_table()
|
| H A D | inflate.c | 722 state->head->extra = Z_NULL; in inflate() 731 state->head->extra != Z_NULL && in inflate() 734 zmemcpy(state->head->extra + len, next, in inflate() 1073 state->extra = (unsigned)(here.op) & 15; in inflate() 1077 if (state->extra) { in inflate() 1078 NEEDBITS(state->extra); in inflate() 1079 state->length += BITS(state->extra); in inflate() 1080 DROPBITS(state->extra); in inflate() 1081 state->back += state->extra; in inflate() 1112 state->extra = (unsigned)(here.op) & 15; in inflate() [all …]
|
| H A D | inflate.h | 108 unsigned extra; /* extra bits needed */ member
|
| H A D | zlib.h | 123 Bytef *extra; /* pointer to extra field or Z_NULL if none */ member
|
| /rk3399_ARM-atf/include/drivers/nxp/flexspi/ |
| H A D | fspi_api.h | 121 void fspi_test(uint32_t fspi_test_addr, uint32_t size, int extra);
|
| /rk3399_ARM-atf/plat/arm/board/tc/ |
| H A D | platform_test.mk | 79 -I$(TF_M_TESTS_PATH)/tests_reg/test/secure_fw/suites/extra \
|
| /rk3399_ARM-atf/docs/plat/arm/fvp/ |
| H A D | fvp-specific-configs.rst | 123 looks for another in the extra space which it won't find, hence the error.
|
| /rk3399_ARM-atf/fdts/ |
| H A D | stm32mp151.dtsi | 249 /* exti_pwr is an extra interrupt controller used for
|
| /rk3399_ARM-atf/docs/process/ |
| H A D | code-review-guidelines.rst | 92 meet your exact needs, go the extra mile and extend the code with the missing
|
| H A D | coding-guidelines.rst | 361 For example, extra padding may be introduced in |AArch32| systems if a struct
|
| /rk3399_ARM-atf/tools/tlc/ |
| H A D | poetry.lock | 373 tomli = {version = "*", optional = true, markers = "python_full_version <= \"3.11.0a6\" and extra =… 542 colorama = {version = ">=0.4.6", optional = true, markers = "extra == \"colors\""} 1416 colorama = {version = ">=0.4.3,<0.5.0", optional = true, markers = "extra == \"all\""} 1417 shellingham = {version = ">=1.3.0,<2.0.0", optional = true, markers = "extra == \"all\""}
|
| /rk3399_ARM-atf/docs/design/ |
| H A D | trusted-board-boot.rst | 25 BL31, BL33) but extra platform-specific images might be required.
|
| H A D | firmware-design.rst | 1719 The linker scripts define some extra, optional symbols. They are not actually 2214 at least an extra page of memory, TF-A is able to work around coherency issues
|
| /rk3399_ARM-atf/ |
| H A D | poetry.lock | 1337 colorama = {version = ">=0.4.3,<0.5.0", optional = true, markers = "extra == \"all\""} 1338 shellingham = {version = ">=1.3.0,<2.0.0", optional = true, markers = "extra == \"all\""}
|
| /rk3399_ARM-atf/docs/components/ |
| H A D | xlat-tables-lib-v2-design.rst | 206 provides. This section just provides some extra details and clarifications.
|
| /rk3399_ARM-atf/docs/about/ |
| H A D | lts.rst | 213 being released. Note that here we don’t allow the extra testing and debugging
|
| /rk3399_ARM-atf/docs/threat_model/firmware_threat_model/ |
| H A D | threat_model.rst | 735 | | | 2) Perform extra checks on unauthenticated data, |
|
| /rk3399_ARM-atf/docs/ |
| H A D | porting-guide.rst | 820 Trusted Board Boot. The function also reports extra information related 4072 Enabling the MEASURED_BOOT flag adds extra platform requirements. Please refer
|
| H A D | change-log.md | 117 …- add extra DRAM configuration for TZC ([887cdf4](https://review.trustedfirmware.org/plugins/gitil… 1292 …- remove extra members in PCI interrupt-map ([cd170ec](https://review.trustedfirmware.org/plugins/… 2904 …- add extra hash config to validate ROTPK ([014975c](https://review.trustedfirmware.org/plugins/gi… 4783 …- remove extra core counts in cluster 2 and 3 ([e986845](https://review.trustedfirmware.org/plugin… 6173 …- add extra CPU control registers ([b15e2cd](https://review.trustedfirmware.org/plugins/gitiles/TF… 8281 …- remove extra chars from dtc version ([03d2077](https://review.trustedfirmware.org/plugins/gitile… 9061 …- add extra offset if booting B-side ([993d809](https://review.trustedfirmware.org/plugins/gitiles… 10373 - Updated ‘coreboot_get_memory_type’ API to take an extra argument as a 12827 - It is now possible to build TF-A without marking at least an extra page of
|