mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Guillermo Rodriguez Garcia <guille.rodriguez@gmail.com>
To: ptxdist@pengutronix.de
Cc: Alejandro Vazquez <avazquez.dev@gmail.com>
Subject: [ptxdist] How to add symbols to PTXDIST_LOWLEVEL_WRAPPER_BLACKLIST
Date: Mon, 13 Jul 2026 18:23:56 +0200	[thread overview]
Message-ID: <CABDcavZdMksUXhtF2-dyNTiFUkmw4A8MGQ2e86oropiw7SPfQQ@mail.gmail.com> (raw)

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



             reply	other threads:[~2026-07-13 16:24 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-07-13 16:23 Guillermo Rodriguez Garcia [this message]
2026-07-14  6:11 ` Michael Olbrich
2026-07-14 18:22   ` Guillermo Rodriguez Garcia

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CABDcavZdMksUXhtF2-dyNTiFUkmw4A8MGQ2e86oropiw7SPfQQ@mail.gmail.com \
    --to=guille.rodriguez@gmail.com \
    --cc=avazquez.dev@gmail.com \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox