- May 27, 2021
-
-
Santeri Salko authored
This bootscheme will add optee-os and compatible bootloader's and Linux kernel Signed-off-by: Santeri Salko <santeri.salko@huawei.com>
-
Santeri Salko authored
TF-A puts optee into the end of DDR so the memory should be reserved from the end. ffff0000-ffff1000 is reserved to interrupt vectors and it should not be reserved to secure memory. Optee-os device tree file for Avenger96 is added. Signed-off-by: Santeri Salko <santeri.salko@huawei.com>
-
Zbigniew Bodek authored
Add missing change of patch name. Signed-off-by: Zbigniew Bodek <zbigniew.bodek@huawei.com>
-
- May 19, 2021
-
-
Zbigniew Bodek authored
The solution for 6lowpan bug has been confirmed and therefore temporary workaround patch can be replaced with the actual fix. Signed-off-by: Zbigniew Bodek <zbigniew.bodek@huawei.com>
-
- May 17, 2021
-
-
Zbigniew Bodek authored
WA for 6lowpan issue preventing from successful TCP connection. This is WA/WIP patch and in fact could be applied to any Linux we support. Signed-off-by: Zbigniew Bodek <zbigniew.bodek@huawei.com>
-
- May 07, 2021
-
-
Zbigniew Bodek authored
New version of the trusted firmware uses dts names that are assembled in runtime by the script in bb recipe. The base name is derived from STM32MP_DEVICETREE variable which for Avenger contains "av96" rather than "avenger96" string. This causes mismatch either in meta-st-stm32mp layer or in meta-av96 if changed in the latter one. Introduce workaround that will allow to avoid modifying ST layer, minimize diff in meta-av96 and satisfy convoluted build requirements for names, etc. Signed-off-by: Zbigniew Bodek <zbigniew.bodek@huawei.com>
-
Zbigniew Bodek authored
Remove wildcard bbappend and replace it with versioned one for 2020.10. Same as for Linux, wildcard will not work for any version of u-boot. Update patches: * For now remove "usb start" as it doesn't help for some of the touchscreen setups anyway. - Some touchscreens seem to start-up after HDMI can detect them during boot and that causes problems with displaying Linux splash screen. This issue is likely due to lack of USB power supply during boot. "usb start" helps for some screens but for other the problem remains. * Modify "av96-drivers" to align with the new u-boot - Remove some of the dirty/debugging options - Port rest of the code to a new base Signed-off-by: Zbigniew Bodek <zbigniew.bodek@huawei.com>
-
Zbigniew Bodek authored
Remove wildcard version of bbappend for Linux since it won't work for any other version than 5.4 Introduce new, versioned bbappend for 5.10. Modify patches accordingly to apply and build with a new kernel. Signed-off-by: Zbigniew Bodek <zbigniew.bodek@huawei.com>
-
Zbigniew Bodek authored
Based on changes in: https://github.com/STMicroelectronics/meta-st-stm32mp.git revisions: 302d750d2086fe215d091b97b6b98577ce0c4ee9 ee3b4ddd69dfc1796f172eaa0772c22be8959e79 Signed-off-by: Zbigniew Bodek <zbigniew.bodek@huawei.com>
-
- Apr 01, 2021
-
-
Stefan Schmidt authored
In our license and IP audit it showed up that the license for these firmware files is unclear as of now. Removing them until the situation has been fully clarified. Signed-off-by: Stefan Schmidt <stefan.schmidt@huawei.com>
-
- Mar 26, 2021
-
-
Zygmunt Krynicki authored
This will allow test-builds to detect possible problems before they are picked up by the manifest repository. Closes: https://git.ostc-eu.org/OSTC/OHOS/meta-av96/-/issues/2 Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
-
- Mar 05, 2021
-
-
Stefan Schmidt authored
The kernel provided by meta-st-linux does only enable DRM but no fbdev emulation on top of it. Without it we have no /dev/fb0 device and psplash does not work. Enable the emulation config option as fragment here to solve this. Closes: https://git.ostc-eu.org/OSTC/planning/core-os/-/issues/48 Signed-off-by: Stefan Schmidt <stefan.schmidt@huawei.com>
-
- Mar 04, 2021
-
-
Zbigniew Bodek authored
Some devices, such as touchscreen will likely be powered from the USB port. It is possible that display initialization will be performed by Linux before EHCI Host Controller is up and running: -------- [ 3.069101] [drm] Initialized stm 1.0.0 20170330 for 5a001000.display-controller on minor 0 [ 3.120233] stm32-display 5a001000.display-controller: HDMI-A-1: EDID is invalid: [ 3.422871] ehci-platform 5800d000.usbh-ehci: EHCI Host Controller -------- Add "usb start" sequence before loading kernel to ensure that display detection succeeds. Signed-off-by: Zbigniew Bodek <zbigniew.bodek@huawei.com>
-
Zbigniew Bodek authored
Add meta-qt5 layer dependency after it was added to the required layers. Change meta-av96 to meta-av96-core. Signed-off-by: Zbigniew Bodek <zbigniew.bodek@huawei.com>
-
Zbigniew Bodek authored
Image-related recipes belong to demo layer rather than core. Move them to demo and add proper dependencies, such as core layer and meta-qt5. Signed-off-by: Zbigniew Bodek <zbigniew.bodek@huawei.com>
-
- Mar 03, 2021
-
-
Zbigniew Bodek authored
- Move all core recipes from root to meta-av96-core - Move machine and eula to this layer - Update layer.conf accordingly Signed-off-by: Zbigniew Bodek <zbigniew.bodek@huawei.com>
-
Zbigniew Bodek authored
Add core layer containing BSP and essential recipes for the board. Signed-off-by: Zbigniew Bodek <zbigniew.bodek@huawei.com>
-
Zbigniew Bodek authored
This recipe and corresponding files are not really a part of BSP so move them to recipes-core. Signed-off-by: Zbigniew Bodek <zbigniew.bodek@huawei.com>
-
Zbigniew Bodek authored
Move base-files bbappend to another recipes directory. Remove old bbappend and introduce new one that will override the files using FILESEXTRAPATHS_prepend. Keep original "issue" file, though it applies only to one image configuration. Signed-off-by: Zbigniew Bodek <zbigniew.bodek@huawei.com>
-
Zbigniew Bodek authored
Move weston.ini to another recipes directory. Remove old bbappend file and introduce new one with proper files inclusion as well as install_append. Clean-up weston part of av96-root-files recipe. Signed-off-by: Zbigniew Bodek <zbigniew.bodek@huawei.com>
-
Zbigniew Bodek authored
Simply move this package to a demo layer since it provides sample/demo specific files and configuration. Signed-off-by: Zbigniew Bodek <zbigniew.bodek@huawei.com>
-
Zbigniew Bodek authored
Add meta-av96-demo layer to store example/demo specific configuration, scripts and other files. Signed-off-by: Zbigniew Bodek <zbigniew.bodek@huawei.com>
-
Zbigniew Bodek authored
Avoid running this do_configure task for other builds that are not for Av96 but would run it when meta-av96 is in bblayers.conf. Signed-off-by: Zbigniew Bodek <zbigniew.bodek@huawei.com>
-
Zbigniew Bodek authored
Do not add packages to other builds that are not for Av96 but have this layer in their bblayers.conf Signed-off-by: Zbigniew Bodek <zbigniew.bodek@huawei.com>
-
Zbigniew Bodek authored
Avoid appending Av96 changes to STM32 Linux kernel builds that are for other target machines, yet have this layer in their bblayers.conf. Signed-off-by: Zbigniew Bodek <zbigniew.bodek@huawei.com>
-
Zbigniew Bodek authored
Use machine override to avoid appending changes for any build that has this layer in the bblayers.conf. Signed-off-by: Zbigniew Bodek <zbigniew.bodek@huawei.com>
-
Zbigniew Bodek authored
Move to recipes-extended as it is not related to the BSP. Signed-off-by: Zbigniew Bodek <zbigniew.bodek@huawei.com>
-
Zbigniew Bodek authored
Move everything to a newly created recipes-extended. The name is based on the corresponding recipes directory in the meta-st-stm32mp layer. Signed-off-by: Zbigniew Bodek <zbigniew.bodek@huawei.com>
-
Zbigniew Bodek authored
Move it to a newly created recipes-devtools Signed-off-by: Zbigniew Bodek <zbigniew.bodek@huawei.com>
-
Zbigniew Bodek authored
Move kernel configs and patches to the newly created recipes-kernel. Signed-off-by: Zbigniew Bodek <zbigniew.bodek@huawei.com>
-
Zbigniew Bodek authored
Images are not part of the BSP. Move them to the newly creates recipes-core. Signed-off-by: Zbigniew Bodek <zbigniew.bodek@huawei.com>
-
Zbigniew Bodek authored
ap1302-firmware and wifi-firmware aren't needed since they will be added automatically via MACHINE_EXTRA_RRECOMMENDS for MACHINE=stm32mp1-av96. Signed-off-by: Zbigniew Bodek <zbigniew.bodek@huawei.com>
-
Zbigniew Bodek authored
This reverts commit 9d2299c1.
-
Wojciech Zmuda authored
This is a temporary hack to get Avenger96 support. USB OTG recipe depends on meta-st-openstlinux layer. We don't want to pull that layer in, as we don't want to create a OpenSTLinux fork. BBMASK out the recipe, so the build passes without the OpenSTLinux meta-layer. Signed-off-by: Wojciech Zmuda <wojciech.zmuda@huawei.com>
-
- Feb 26, 2021
-
-
botond.kardos@arroweurope.com authored
-
botond.kardos@arroweurope.com authored
-
- Feb 12, 2021
-
-
bkardosa authored
-
bkardosa authored
-
botond.kardos@arroweurope.com authored
-
- Feb 11, 2021
-
-
botond.kardos@arroweurope.com authored
-