From: Dmitry Selyutin Date: Mon, 18 Sep 2023 14:37:40 +0000 (+0300) Subject: hdl-dev-repos: build syscalls table X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cf35d78fff7db7baa4a69bfb50168e2778e7eb92;p=dev-env-setup.git hdl-dev-repos: build syscalls table --- diff --git a/hdl-dev-repos b/hdl-dev-repos index 22ff50f..5706801 100755 --- a/hdl-dev-repos +++ b/hdl-dev-repos @@ -20,6 +20,7 @@ git clone https://gitlab.com/nmigen/nmigen-stdio.git git clone https://git.libre-soc.org/git/soc.git git clone https://git.libre-soc.org/git/pytest-output-to-files.git git clone https://git.libre-soc.org/git/mdis.git +git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git --depth=1 ' # pytest @@ -79,6 +80,7 @@ python3 setup.py develop make svanalysis make pywriter make pyfnwriter +python3 -m openpower.syscalls ../linux > src/openpower/syscalls/syscalls.json # ieee754fpy cd ../ieee754fpu @@ -101,4 +103,3 @@ chgrp -R $SUDO_USER . echo -e " \e[1;91mAll Libre-SOC dev dependenices should now be installed.\e[0m " -