aboutsummaryrefslogtreecommitdiffstats
path: root/meta-seattle/recipes-kernel/linux
AgeCommit message (Collapse)Author
2022-10-10bsp: drop unsupported arm bsp layerZhaolong Zhang
Signed-off-by: Zhaolong Zhang <zhaolong.zhang@windriver.com>
2022-04-19meta-amd: Convert to new override syntaxZhaolong Zhang
This converts the layers to the new override syntax. This was done using `<oe-core>/scripts/contrib/convert-overrides.py <this-layer>` after expending the override strings(shortvars) in convert-overrides.py by: "radeon amdgpu amd seattle-be v1000 amdx86" with no more other manual fixes. Signed-off-by: Zhaolong Zhang <zhaolong.zhang@windriver.com>
2016-02-16Linux BSP for AMD's SeattleAdrian Calianu
BSP layer for the AMD Opteron A1100-Series features AMDs first 64-bit ARM-based processor, codenamed "Seattle". This BSP is based on Yocto kernel 3.19 and 4.1.2. The former one is used for booting with UEFI BigEndian support while the later is used for LitleEndian(default on ARM) boot. There are two machines defined, one for each endianess mode. BSP was tested on Seattle B0 version target. Signed-off-by: Adrian Calianu <adrian.calianu@enea.com>