mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] How to add symbols to PTXDIST_LOWLEVEL_WRAPPER_BLACKLIST
@ 2026-07-13 16:23 Guillermo Rodriguez Garcia
  2026-07-14  6:11 ` Michael Olbrich
  0 siblings, 1 reply; 3+ messages in thread
From: Guillermo Rodriguez Garcia @ 2026-07-13 16:23 UTC (permalink / raw)
  To: ptxdist; +Cc: Alejandro Vazquez

Hello,

Our BSP is currently defining:

TARGET_EXTRA_CFLAGS=-mtune=cortex-a7 -mfpu=neon-vfpv4

However this is causing us some trouble with TF-A, as the code
generated by the toolchain contains NEON instructions, which makes it
fail at runtime with "Undefined instruction" exceptions.

We could skip this for TF-A specifically by adding TARGET_EXTRA_CFLAGS
to TF_A_WRAPPER_BLACKLIST.

But actually we'd like to do the same for all low level code,
including kernel and bootloaders (U-Boot, OP-TEE). Since all of these
already set <package>_WRAPPER_BLACKLIST to
$(PTXDIST_LOWLEVEL_WRAPPER_BLACKLIST), the easiest and more robust way
would be to add TARGET_EXTRA_CFLAGS to
PTXDIST_LOWLEVEL_WRAPPER_BLACKLIST itself. Is this possible?

Thanks,

Guillermo Rodriguez Garcia
guille.rodriguez@gmail.com



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-07-14 18:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-13 16:23 [ptxdist] How to add symbols to PTXDIST_LOWLEVEL_WRAPPER_BLACKLIST Guillermo Rodriguez Garcia
2026-07-14  6:11 ` Michael Olbrich
2026-07-14 18:22   ` Guillermo Rodriguez Garcia

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox