| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
Create a new layer containing all code related to the Mali400 graphics
stack and software. This includes the Mali kernel module / patches,
libglu/libgles code, mesa, wayland, kernel recipe and udev rules. This
layer also includes a dynamic layer for the qt5 bbappends and patches.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
|
|
|
|
|
|
|
| |
Recently oe-core implemented an architetural change that WORKDIR is no
longer to be used as a dumping group for miscellaneous files.
link: https://lists.openembedded.org/g/openembedded-architecture/topic/cleanup_of_workdir_by/105739556
oe-core: e022d62ba917 ("base/bitbake.conf: Introduce UNPACKDIR")
Based on changes submitted by Trevor Woerner <twoerner@gmail.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
| |
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
|
|
|
|
|
|
| |
Remove the special MALI_VERSION, and set the PV to the proper matching
version.
With code inspection, there is no purpose to the multiple versions, as
the module will work with different kernel versions. Remove unnecessary
recipes.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
|
|
|
|
|
|
| |
Added: 0029-Fixed-buildpath-QA-warning.patch
Resolved buildpath QA warning
Signed-off-by: Parth Gajjar <parth.gajjar@amd.com>
Sync fix to all recipe version
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
|
|
|
|
|
|
|
| |
Added 0028-Replace-vma-vm_flags-direct-modifications-with-modif.patch
Replaced direct modifications to vma->vm_flags with modifier calls.
Signed-off-by: Parth Gajjar <parth.gajjar@amd.com>
Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
Sync 2022.1 through 2023.2
Signed-off: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
| |
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
|
|
|
|
|
|
| |
Added 0027-Updated-clock-name-and-structure-to-match-LIMA-drive.patch
Updated clock name and structure to match LIMA driver
Signed-off-by: Parth Gajjar <parth.gajjar@amd.com>
Fixup patch path to match recipe S value.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
|
|
| |
Added 0026-Fix-gpu-driver-probe-failure.patch for probe fix
Signed-off-by: Parth Gajjar <parth.gajjar@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
|
|
|
|
| |
Added 0025-Import-DMA_BUF-module-and-update-register_shrinker-f.patch
which has register_shrinker API changes and DMA_BUF Import
to make mali400 compilation compatible with 6.1 kernel.
Signed-off-by: Yash Ladani <yash.ladani@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
| |
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
| |
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The community LIMA driver uses a series of names that are different then
the legacy Xilinx names. Moves from the legacy names to the more standard
names.
This will allow us to have a single device tree that works with both the
mali driver, as well as the lima driver.
Interrupt-names:
IRQGP -> gp
IRQGPMMU -> gpmmu
IRQPP0 -> pp0
IRQPPMMU0 -> ppmmu0
IRQPP1 -> pp1
IRQPPMMU1 -> ppmmu1
...
Clock-names:
gpu_pp0 -> core
gpu_pp1 -> bus
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
|
|
|
| |
GPLv2+ to GPL-2.0-or-later
GPLv2 to GPL-2.0-only
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
Create a new meta-xilinx-core, move core functionality to the core, keeping
board specific files in the bsp layer.
zynqmp-generic changed from require <board> to include, so if meta-xilinx-bsp
is not available it will not fail.
Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
|