Add `hifive_unleashed//e51` (earlier selected by default, using `hifive_unleashed`) and `hifive_unleashed//u54` targets. Define work-area for other 4 cores in openocd.cfg Update twister platform white/black lists, to support new targets Signed-off-by: Jakub Wasilewski <jwasilewski@internships.antmicro.com> Signed-off-by: Filip Kokosinski <fkokosinski@antmicro.com>
30 lines
324 B
Text
30 lines
324 B
Text
/*
|
|
* Copyright (c) 2024 Antmicro <www.antmicro.com>
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
/dts-v1/;
|
|
|
|
#include "hifive_unleashed.dtsi"
|
|
|
|
/ {
|
|
|
|
cpus {
|
|
cpu@1 {
|
|
status = "disabled";
|
|
};
|
|
|
|
cpu@2 {
|
|
status = "disabled";
|
|
};
|
|
|
|
cpu@3 {
|
|
status = "disabled";
|
|
};
|
|
|
|
cpu@4 {
|
|
status = "disabled";
|
|
};
|
|
};
|
|
|
|
};
|