hdl-dev-repos: build syscalls table
authorDmitry Selyutin <ghostmansd@gmail.com>
Mon, 18 Sep 2023 14:37:40 +0000 (17:37 +0300)
committerDmitry Selyutin <ghostmansd@gmail.com>
Mon, 18 Sep 2023 14:37:40 +0000 (17:37 +0300)
hdl-dev-repos

index 22ff50f452057d0274663887d11fc7449d2701bf..57068010f8bffa0b1d1eeb98e3f4fc3bb7889bef 100755 (executable)
@@ -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
 "
-