Commit 22f0540
committed
fix(build): AM62LX OP-TEE and U-Boot build steps
Building U-Boot with current SDK documentation steps results in
missing tee-os blob errors on AM62LX. Include OP-TEE support in
U-Boot build steps to resolve this.
AM62LX SDK does not include 32-bit ARM toolchain (k3r5-devkit),
unlike other K3 platforms. Remove CROSS_COMPILE_32 requirement
from OP-TEE build commands and add CFG_USER_TA_TARGETS=ta_arm64
to restrict OP-TEE to build only 64-bit TAs.
This resolves "cannot find libgcc.a" errors during OP-TEE build
and "missing external blobs" errors during U-Boot build.
Signed-off-by: Shiva Tripathi <[email protected]>1 parent d8d545d commit 22f0540
File tree
2 files changed
+19
-1
lines changed- source/linux
- Foundational_Components/U-Boot
2 files changed
+19
-1
lines changedLines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
447 | 447 | | |
448 | 448 | | |
449 | 449 | | |
| 450 | + | |
450 | 451 | | |
451 | 452 | | |
452 | 453 | | |
| |||
465 | 466 | | |
466 | 467 | | |
467 | 468 | | |
468 | | - | |
| 469 | + | |
| 470 | + | |
469 | 471 | | |
470 | 472 | | |
471 | 473 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| 53 | + | |
| 54 | + | |
53 | 55 | | |
54 | 56 | | |
55 | 57 | | |
56 | 58 | | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
57 | 65 | | |
58 | 66 | | |
59 | 67 | | |
| 68 | + | |
| 69 | + | |
60 | 70 | | |
61 | 71 | | |
62 | 72 | | |
63 | 73 | | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
64 | 80 | | |
65 | 81 | | |
66 | 82 | | |
| |||
0 commit comments