Philippe Mathieu-Daudé
6c3014858c
target/nios2: Remove the deprecated Nios II target
...
The Nios II target is deprecated since v8.2 in commit 9997771bc1
("target/nios2: Deprecate the Nios II architecture").
Remove:
- Buildsys / CI infra
- User emulation
- System emulation (10m50-ghrd & nios2-generic-nommu machines)
- Tests
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org >
Reviewed-by: Richard Henderson <richard.henderson@linaro.org >
Acked-by: Marek Vasut <marex@denx.de >
Message-Id: <20240327144806.11319-3-philmd@linaro.org >
2024-04-24 16:03:38 +02:00
Song Gao
1f63019632
linux-user: Add LoongArch syscall support
...
Signed-off-by: Song Gao <gaosong@loongson.cn >
Signed-off-by: Xiaojuan Yang <yangxiaojuan@loongson.cn >
Reviewed-by: Richard Henderson <richard.henderson@linaro.org >
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org >
Message-Id: <20220624031049.1716097-5-gaosong@loongson.cn >
Signed-off-by: Richard Henderson <richard.henderson@linaro.org >
2022-07-04 11:08:57 +05:30
Taylor Simpson
d2a56bd242
Hexagon (linux-user/hexagon) Linux user emulation
...
Implementation of Linux user emulation for Hexagon
Some common files modified in addition to new files in linux-user/hexagon
Acked-by: Laurent Vivier <laurent@vivier.eu >
Signed-off-by: Taylor Simpson <tsimpson@quicinc.com >
Reviewed-by: Richard Henderson <richard.henderson@linaro.org >
Message-Id: <1612763186-18161-31-git-send-email-tsimpson@quicinc.com >
[rth: Fix termbits.h on review by Laurent]
Signed-off-by: Richard Henderson <richard.henderson@linaro.org >
2021-02-18 07:48:22 -08:00
Laurent Vivier
29fe5029a4
linux-user: update syscall_nr.h to Linux 5.9-rc7
...
Update gensyscalls.sh not to generate an empty line at the end of the file
And then automatically update syscall_nr.h running scripts/gensyscalls.sh
Signed-off-by: Laurent Vivier <laurent@vivier.eu >
Reviewed-by: Alistair Francis <alistair.francis@wdc.com >
Reviewed-by: Richard Henderson <richard.henderson@linaro.org >
Message-Id: <20200930003033.554124-2-laurent@vivier.eu >
Signed-off-by: Laurent Vivier <laurent@vivier.eu >
2020-10-26 11:39:23 +01:00
Laurent Vivier
382ae67af3
scripts: add a script to generate syscall_nr.h
...
This script is needed for targets based on asm-generic syscall numbers generation
Signed-off-by: Laurent Vivier <laurent@vivier.eu >
Reviewed-by: Alistair Francis <alistair.francis@wdc.com >
Reviewed-by: Taylor Simpson <tsimpson@quicinc.com >
Reviewed-by: Richard Henderson <richard.henderson@linaro.org >
Message-Id: <20200316085620.309769-2-laurent@vivier.eu >
[lv: added file in MAINTAINERS]
2020-03-20 16:02:00 +01:00