aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-12-22README: Fix typo: h3uclb -> h3ulcbkoi_10.93.0koi_10.92.0koi/10.93.0koi/10.92.010.93.010.92.0sandbox/scottm/next-honisterVasyl Vavrychuk1-1/+1
Bug-AGL: SPEC-3708 Signed-off-by: Vasyl Vavrychuk <vasyl.vavrychuk@opensynergy.com> Change-Id: Ib81192a42fd055fc6fca9498a0027ed3977b2d59
2020-12-07Update READMEkoi_10.91.0koi/10.91.010.91.0Scott Murray1-9/+8
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
2020-11-25linux-renesas: update driver for asm330lhh accel & gyrojellyfish_10.0.1jellyfish/10.0.110.0.1Raquel Medina3-2116/+3
Enable upstream kernel driver for asm330lhh: st_lsm6dsx, and remove kernel driver st_asm330lhh introduced previously via patch: * update kernel config fragment to select st_lsm6dsx; * update yocto recipe to remove patch adding st_asm330lhh driver. Bug-AGL: SPEC-3658 Signed-off-by: Raquel Medina <raquel.medina@konsulko.com> Change-Id: I05e86130aab729f848ff18178fe74923c290ae00
2020-11-16Update agl refhw patches for kernel 5.4Raquel Medina2-122/+74
Rework agl refhw patches to apply to agl master branch (linux-renesas v5.4/rcar-4.0.0). Bug-AGL: SPEC-3658 Signed-off-by: Raquel Medina <raquel.medina@konsulko.com> Change-Id: I0d69179c9acb9a28c9381c42927bda70a7589d61
2020-11-04Add dw-hdmi CEC IRQ muting patchScott Murray2-0/+26
Add patch with fix for dw-hdmi IRQ issues provided by Kato Kazuomi from Panasonic. This resolves the WARNING backtraces related to an unhandled IRQ on boot and reading HDMI EDID. Bug-AGL: SPEC-3658 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: I6103bbec094d63ccabcb1ec273b73d8a5c114a84
2020-10-29Enable CONFIG_DRM_LOAD_EDID_FIRMWAREScott Murray1-0/+2
Update reference hardware kernel configuration fragment to enable CONFIG_DRM_LOAD_EDID_FIRMWARE. This will allow using it as a workaround for the HDMI EDID issues in a pinch. Bug-AGL: SPEC-3658 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: I5616cdb19b694c5fa701e59916b91960b517a26a
2020-10-26Update firmware documentationScott Murray1-8/+8
Changes: - Add missing "optee-os" to bitbake command line for building the required firmware. - Reorganize the firmware table to have the columns in the order that the information is needed for the EM_W commands. Bug-AGL: SPEC-3658 Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2020-10-26arm-trusted-firmware: add EL2 boot patch from meta-agl-bspScott Murray2-0/+32
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>
2020-10-21Add .gitreviewScott Murray1-0/+5
Add .gitreview file to enable "git review" command. Bug-AGL: SPEC-3658 Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2020-10-21Rework for AGL UCB integrationScott Murray10-982/+1955
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>
2020-10-20Initial clean upsScott Murray6-1/+3
Changes: - Update the layer.conf to indicate dunfell compatibility and add LAYERDEPENDS definition to make layer dependencies explicit. - Move kernel files to more expected recipes-kernel/linux directory. Bug-AGL: SPEC-3658 Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2020-10-20Initial check-inScott Murray10-0/+3386
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>
2020-10-20Initial empty repositoryJan-Simon Moeller0-0/+0