|
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 ...
|
| #
e7109798 |
| 15-Jan-2021 |
Juraj Linkeš <[email protected]> |
config/arm: reformat and move config and comments
Change formatting so that it's more consistent and readable, add/modify comments/stdout messages, move configuration options to more appropriate pla
config/arm: reformat and move config and comments
Change formatting so that it's more consistent and readable, add/modify comments/stdout messages, move configuration options to more appropriate places and make the order consistent according to these rules: 1. First list generic configuration options, then list options that may be overwritten. List SoC-specific options last. 2. For SoC-specific options, list number of cores before the number of NUMA nodes, to make it consistent with config/meson.build.
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 ...
|
| #
7870ae89 |
| 15-Jan-2021 |
Juraj Linkeš <[email protected]> |
config/arm: rename variables
Rename Arm build variables and values so that they better conform to Arm specifications. Also rename generically sounding variable to names that better capture what the
config/arm: rename variables
Rename Arm build variables and values so that they better conform to Arm specifications. Also rename generically sounding variable to names that better capture what the variables hold.
Rename machine_args_generic to part_number_config_arm since the variable contains more than just the generic machine args and is used mainly as the fallback arm configuration. Rename the default machine args to generic machine args to reflect that. The rest of the variables are self-explanatory.
Signed-off-by: Juraj Linkeš <[email protected]> Reviewed-by: Ruifeng Wang <[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 ...
|
|
Revision tags: v20.11, v20.11-rc5, v20.11-rc4, v20.11-rc3, v20.11-rc2, v20.11-rc1, v20.08, v20.08-rc4, v20.08-rc3, v20.08-rc2, v20.08-rc1, v20.05, v20.05-rc4, v20.05-rc3, v20.05-rc2, v20.05-rc1, v20.02, v20.02-rc4, v20.02-rc3, v20.02-rc2, v20.02-rc1, v19.11 |
|
| #
f31d1780 |
| 28-Nov-2019 |
Ali Alnubani <[email protected]> |
config: add pkgconfig for arm64
Meson fails to find a pkg-config executable if pkgconfig isn't set for aarch64. The environment variable `PKG_CONFIG_PATH` is useless in this case, and meson fails to
config: add pkgconfig for arm64
Meson fails to find a pkg-config executable if pkgconfig isn't set for aarch64. The environment variable `PKG_CONFIG_PATH` is useless in this case, and meson fails to locate dependencies that are built in non-standard paths.
Signed-off-by: Ali Alnubani <[email protected]> Acked-by: Bruce Richardson <[email protected]>
show more ...
|
|
Revision tags: v19.11-rc4, v19.11-rc3, v19.11-rc2, v19.11-rc1, v19.08, v19.08-rc4, v19.08-rc3, v19.08-rc2, v19.08-rc1, v19.05, v19.05-rc4, v19.05-rc3, v19.05-rc2, v19.05-rc1 |
|
| #
ae2f2fee |
| 06-Mar-2019 |
Bruce Richardson <[email protected]> |
build: rename linuxapp to linux in meson cross files
Rename the cross files for meson compilation from having linuxapp in the name to just linux in the name.
Signed-off-by: Bruce Richardson <bruce.
build: rename linuxapp to linux in meson cross files
Rename the cross files for meson compilation from having linuxapp in the name to just linux in the name.
Signed-off-by: Bruce Richardson <[email protected]>
show more ...
|