Age | Commit message (Collapse) | Author | Files | Lines |
|
Update meta-renesas branch information in README to document that the
v4.7.0 BSP release is what has been tested and is recommended.
Bug-AGL: SPEC-3992
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: Ia36b3be81ab7bfb285c020bb76249d2737e00312
(cherry picked from commit e2e27b9bbc8fd234b64b2efaa4a9dc7b6572d28c)
|
|
Bug-AGL: SPEC-3708
Signed-off-by: Vasyl Vavrychuk <vasyl.vavrychuk@opensynergy.com>
Change-Id: Ib81192a42fd055fc6fca9498a0027ed3977b2d59
|
|
Update top-level README to match the change to a "agl-refhw-h3"
feature in meta-agl that was integrated for Kooky Koi, and to
remove the note about HDMI issues, as they have been resolved.
Bug-AGL: SPEC-3708
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: Ic3e398abd47b0a79c8f0cb5847ebca2018fb924c
|
|
Changes include:
- The provided kernel patches have been reworked to not modify the
salvator-x(s) devicetree source, but to introduce new files for the
reference hardware instead. There is some possibility that the
reference hardware devicetree could be based off the the salvator-x
with some work and perhaps splitting of the salvator-x source, but
for now the aim is to avoid breaking the salvator-x(s) with the
reference hardware changes.
- The modifications to the r8a7795 pinctrl driver have been replaced
with a splitting of the USB interface OVC pins into their own pin
groups, which has previously been done for other older Renesas
hardware. This allows booting the reference hardware off of the
same kernel as other H3 boards, at the expense of minor devicetree
modifications for them (e.g. h3ulcb). There is likely some more
work required if this needs to be upstreamed, as the ulcb.dtsi
changes would mean that the pinctrl drivers for M3 would also need
the new pin groups.
- All changes for the ST asm330lhh driver addtion have been moved to
that patch to the kernel.
- A machine conf file has been added for "agl-refhw-h3", and the
firmware documentation updated to document how to set up a build of
the firmware using it. This is required due to the firmware options
from this layer's arm-trusted-firmware bbappend not being compatible
with other H3 boards (eMMC versus Hyperflash boot). A definition
of the COMPATIBLE_MACHINE variable has been added to that bbappend
to make sure that attempting to use it with another H3 machine will
trigger an error. In AGL, the bbappend will need to be masked out
with BBMASK for now.
- The top-level README file has been updated to reflect the expected
integration in AGL.
Bug-AGL: SPEC-3658
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
|
|
Initial check-in of the contents of the meta-refhw directory from
the AGL_Refhw_sample_software_20200512.tar.gz archive provided by
Panasonic as the initial BSP for the AGL reference hardware. The
only change from the files as provided is that unneeded execute
file permissions have been removed.
Bug-AGL: SPEC-3658
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
|