Commit 8176807
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 8176807
File tree
2 files changed
+30
-4
lines changed- source/linux
- Foundational_Components/U-Boot
2 files changed
+30
-4
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 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
56 | 64 | | |
57 | 65 | | |
58 | 66 | | |
59 | 67 | | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
60 | 76 | | |
61 | 77 | | |
62 | | - | |
| 78 | + | |
63 | 79 | | |
64 | 80 | | |
65 | 81 | | |
| |||
71 | 87 | | |
72 | 88 | | |
73 | 89 | | |
74 | | - | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
75 | 93 | | |
76 | 94 | | |
77 | 95 | | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
78 | 102 | | |
79 | 103 | | |
80 | 104 | | |
| |||
0 commit comments