Age | Commit message (Collapse) | Author | Files | Lines |
|
Changes:
- Kernel patches updated for the 5.10.41 linux-renesas kernel, most
changes are for the upstream rename of the non-engineering sample H3
from r8a7795 to r8a77951.
- The kernel patches have been renamed to match git format-patch /
devtool naming conventions to be a bit more consistent and hopefully
simplify future updates.
- To maintain consistency with the other rcar3 boards, as part of the
kernel patch updates the reference hardware devicetree has been
renamed to r8a77951-agl-refhw, which does result in a user visible
change in the .dtb name.
- The upstreamed, then reverted upstream patch to arm-trusted-firmware
to disable FDT generation has been replaced with a simpler patch to
just put "renesas,unknown" in the compatible string instead of
panic-ing. This should be easier to carry forward.
- Documentation updated for new branch & tag.
Bug-AGL: SPEC-4103
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: I48b2cce5d55df3fff49e556821b27b8f516b98e1
|
|
Backport [1] to fix boot error:
NOTICE: BL2: Cannot set compatible string, board unsupported
[1]: https://github.com/renesas-rcar/arm-trusted-firmware/commit/3ebd371fa1b1137ddee85b1825d1c1ce31c719d1
Bug-AGL: SPEC-3916
Change-Id: I5289437e71140d16a9e3505733b6423ec79ffe81
Signed-off-by: Vasyl Vavrychuk <vasyl.vavrychuk@opensynergy.com>
|
|
To generate a-t-f binaries equivalent to what is built for the other
H3 based boards in the AGL build process, add the KVM enabling patch
that is added by meta-agl-bsp. It is still unclear if there is a
straightforward path to working the separate a-t-f build for the
reference hardware into the AGL h3ulcb build, so this duplication
seems like a necessary evil for now.
Bug-AGL: SPEC-3658
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
|