You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i tried to build ATF for FVP platform and got this error
lib/cpus/aarch64/cortex_a75.S:48: Error: constant expression required at operand 3 -- `ubfx x0,x0,#ID_AA64PFR0_CSV2_SHIFT,#ID_AA64PFR0_CSV2_LENGTH'
Makefile:556: recipe for target 'build/fvp/release/bl31/cortex_a75.o' failed
The text was updated successfully, but these errors were encountered:
omihalac
added a commit
to omihalac/arm-trusted-firmware
that referenced
this issue
Feb 4, 2019
The current putc version test for TXEMPTY bit set (#6) instead
of waiting for TXFULL bit clear (#4), that slows the global
boot time as we are not taking benefit of the 32-byte FIFO.
We then need to implement the flush function to be sure the
transmit is complete (FIFO and shift register empty).
Signed-off-by: Loic Poulain <[email protected]>
Change-Id: I54873a5203e2afdc230e44ce73284e7a80985b4f
i tried to build ATF for FVP platform and got this error
lib/cpus/aarch64/cortex_a75.S:48: Error: constant expression required at operand 3 -- `ubfx x0,x0,#ID_AA64PFR0_CSV2_SHIFT,#ID_AA64PFR0_CSV2_LENGTH'
Makefile:556: recipe for target 'build/fvp/release/bl31/cortex_a75.o' failed
The text was updated successfully, but these errors were encountered: