diff options
author | Scott Murray <scott.murray@konsulko.com> | 2021-10-04 11:43:39 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2021-10-27 11:29:29 -0400 |
commit | 92da06f999511ebf5f871ec40dffd3cb456be55f (patch) | |
tree | 9c914eb058ba06839ca3f4d76b89789711dd049e /meta-agl-refhw-gen3/docs/ReferenceHW_Rcar_gen3.md | |
parent | c79268a6d2d2a5445e8fdfd4bb7af536cdab7115 (diff) |
Updates 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.1
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
Diffstat (limited to 'meta-agl-refhw-gen3/docs/ReferenceHW_Rcar_gen3.md')
-rw-r--r-- | meta-agl-refhw-gen3/docs/ReferenceHW_Rcar_gen3.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-agl-refhw-gen3/docs/ReferenceHW_Rcar_gen3.md b/meta-agl-refhw-gen3/docs/ReferenceHW_Rcar_gen3.md index 0e60a22..dcaab5b 100644 --- a/meta-agl-refhw-gen3/docs/ReferenceHW_Rcar_gen3.md +++ b/meta-agl-refhw-gen3/docs/ReferenceHW_Rcar_gen3.md @@ -141,7 +141,7 @@ download. | cert_header_sa6-agl-refhw-4x2g.srec | 1 | H'000180 | H'E6320000 | Certification | bl31-agl-refhw-4x2g.srec | 1 | H'000200 | H'44000000 | bl3 loader | tee-h3ulcb.srec | 1 | H'001000 | H'44100000 | OP-Tee - | u-boot-elf-agl-refhw-4x2g.srec | 2 | H'000000 | H'50000000 | U-boot + | u-boot-elf-agl-refhw.srec | 2 | H'000000 | H'50000000 | U-boot If the firmware has been built using a standalone build outside of AGL (see [below](#standalone-build)), then the firmware files can be be found in @@ -154,7 +154,7 @@ download. | cert_header_sa6-4x2g.srec | 1 | H'000180 | H'E6320000 | Certification | bl31-agl-refhw-h3-4x2g.srec | 1 | H'000200 | H'44000000 | bl3 loader | tee-agl-refhw-h3.srec | 1 | H'001000 | H'44100000 | OP-Tee - | u-boot-elf-salvator-xs-4x2g.srec | 2 | H'000000 | H'50000000 | U-boot + | u-boot-elf-salvator-x.srec | 2 | H'000000 | H'50000000 | U-boot The firmware files can be flashed by using **EM_W** command for each of them: @@ -216,7 +216,7 @@ BSP layer on top of the meta-rcar-gen3 layer in meta-renesas. ``` git clone https://github.com/renesas-rcar/meta-renesas cd meta-renesas - git checkout dunfell-dev-4.14 + git checkout Renesas-Yocto-v5.5.0 cd .. git clone git://git.openembedded.org/meta-openembedded cd meta-openembedded |