|
Revision tags: v22.03, v22.03-rc4, v22.03-rc3, v22.03-rc2, v22.03-rc1, v21.11, v21.11-rc4, v21.11-rc3, v21.11-rc2, v21.11-rc1, v21.08, v21.08-rc4, v21.08-rc3, v21.08-rc2, v21.08-rc1, v21.05, v21.05-rc4, v21.05-rc3, v21.05-rc2, v21.05-rc1 |
|
| #
f2340c85 |
| 14-Apr-2021 |
Juraj Linkeš <[email protected]> |
config/arm: add platform config option
Add Arm SoC configuration sets to Arm meson.build and add an arch agnostic meson option, 'platform', to select from these SoC configurations for meson native b
config/arm: add platform config option
Add Arm SoC configuration sets to Arm meson.build and add an arch agnostic meson option, 'platform', to select from these SoC configurations for meson native builds. This is preferable to specifying a cross file when doing aarch64 -> aarch64 builds, since the cross file specifies the toolchain as well.
Signed-off-by: Juraj Linkeš <[email protected]> Reviewed-by: Honnappa Nagarahalli <[email protected]> Reviewed-by: Ruifeng Wang <[email protected]> Tested-by: Pavan Nikhilesh <[email protected]>
show more ...
|
|
Revision tags: v21.02, v21.02-rc4, v21.02-rc3, v21.02-rc2, v21.02-rc1 |
|
| #
fe4ae325 |
| 15-Jan-2021 |
Juraj Linkeš <[email protected]> |
config/arm: add core and NUMA counts to cross files
Add support for setting core count and numa nodes in cross files. The values specified in cross files will override the default values. Also add m
config/arm: add core and NUMA counts to cross files
Add support for setting core count and numa nodes in cross files. The values specified in cross files will override the default values. Also add missing default values to Arm config.
Signed-off-by: Juraj Linkeš <[email protected]> Reviewed-by: Honnappa Nagarahalli <[email protected]> Acked-by: Jerin Jacob <[email protected]> Tested-by: Jerin Jacob <[email protected]> Tested-by: Pavan Nikhilesh <[email protected]> Tested-by: Vimal Chungath <[email protected]> Tested-by: Dharmik Thakkar <[email protected]>
show more ...
|
| #
9ca2f16f |
| 15-Jan-2021 |
Juraj Linkeš <[email protected]> |
config/arm: isolate generic build
Use generic configuration for the only build where it makes sense - the generic build. For other builds, if we don't know either of implementer ID or part number, t
config/arm: isolate generic build
Use generic configuration for the only build where it makes sense - the generic build. For other builds, if we don't know either of implementer ID or part number, the build is not supported. Add part numbers to cross files where fallback to generic configuration is assumed.
Signed-off-by: Juraj Linkeš <[email protected]> Reviewed-by: Honnappa Nagarahalli <[email protected]> Acked-by: Jerin Jacob <[email protected]> Tested-by: Jerin Jacob <[email protected]> Tested-by: Pavan Nikhilesh <[email protected]> Tested-by: Vimal Chungath <[email protected]> Tested-by: Dharmik Thakkar <[email protected]>
show more ...
|