summaryrefslogtreecommitdiffstats
path: root/meta-agl-refhw-gen3/recipes-kernel/linux/files/0002-Add-AGL-reference-hardware-support.patch
AgeCommit message (Collapse)AuthorFilesLines
2022-06-07Add MMC aliases to reference hardware devicetreeneedlefish_13.93.0needlefish_13.92.0needlefish_13.91.0needlefish/13.93.0needlefish/13.92.0needlefish/13.91.013.93.013.92.013.91.0Scott Murray1-6/+9
To ensure MMC device naming is deterministic after the change to asynchronous probing in upstream commit 7320915c8861, add the required MMC device aliases. This matches what was done for the Salvator-X boards in d765a4f3 in upstream mainline (or e6d95f35 in linux-5.10.y). Bug-AGL: SPEC-4432 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: I7d86c27a9547daa6017d72e01820d739ef0d07d9
2021-10-27Updates for BSP v5.5.0marlin_12.93.0marlin_12.92.0marlin_12.91.0marlin_12.90.1marlin/12.93.0marlin/12.92.0marlin/12.91.0marlin/12.90.112.93.012.92.012.91.012.90.1Scott Murray1-0/+1390
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