summaryrefslogtreecommitdiffstats
path: root/conf/machine/atom-c3000.conf
Commit message (Collapse)AuthorAgeFilesLines
* machine conf: extend serials for VGAdemo_CPDX-3644demo_CPDX-3634Adrian Calianu2021-08-181-1/+1
| | | | | | | | | | | | | Installer create shells for every configured SERIAL_CONSOLES. It works fine for serial connections but there are cases when installer is run in a VM where only VGA is availbale. update1: - removed tty1 since in VMware both VGA consoles where redirected into the same output and it was a strange behaviour in shell. Change-Id: Ie8c312ba7e1b2c33343837724bad8a1829158b24 Signed-off-by: Adrian Calianu <adrian.calianu@enea.com>
* conf/machine: remove leftover DPDK_TARGET_MACHINEAdrian Calianu2021-07-221-2/+0
| | | | | | | | | it is not used nymore by DPDK build system. Architecture is provided as for all other recipes as compiler option(march=). Signed-off-by: Adrian Calianu <adrian.calianu@enea.com> Change-Id: I576763b78891a36ce3bebbe58eb3ca1530d0b552
* conf/machine: Set SOTA_MACHINE for atom, xeonAlexandru Avadanii2021-05-261-0/+2
| | | | | | | | | SOTA_MACHINE will later be used to determine whether we should include sota.conf.inc in distro configuration instead of bringing it in via conf/local.conf. Change-Id: I658c86f562743a50e5c078899e133e279b96027b Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
* Upgrade to gatesgarthAdrian Dudau2021-03-241-1/+1
| | | | | | | | This is an initial commit, containing quick fixes and hacks to allow building the images. All these issues will be re-evaluated and fixed properly in their own commits. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* Add DPDK_TARGET_MACHINE definitions to machine configurationsMartin Borg2018-05-221-0/+2
| | | | | Signed-off-by: Martin Borg <martin.borg@enea.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* Rename machine name denverton -> atom-c3000Sona Sarmadi2018-05-031-0/+45
1) Renamed conf/machine/denverton.conf -> atom-c3000.conf 2) Renamed KERNEL_FEATURES_append-denverton to: KERNEL_FEATURES_append-atom-c3000 in linux-intel.inc Signed-off-by: Sona Sarmadi <sona.sarmadi@enea.com> Signed-off-by: Martin Borg <martin.borg@enea.com>