summaryrefslogtreecommitdiffhomepage
path: root/debug_mbci.sh
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2025-03-14 22:26:42 +0100
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2025-03-14 22:26:42 +0100
commit6bbf5ad2058db4020ae20d6aba8f5b099dadc85f (patch)
treead39f25f27938729261f733d2addf839e8a110b3 /debug_mbci.sh
parent1c4f8ae3804be72d947b0b96f90b9300515399bc (diff)
TQ-24 && TQ-16: Add build scripts for MBCI, MBCI+Flash, and UFS.
META: Along other tweaks and important ARM64 patches. Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'debug_mbci.sh')
-rwxr-xr-xdebug_mbci.sh14
1 files changed, 14 insertions, 0 deletions
diff --git a/debug_mbci.sh b/debug_mbci.sh
new file mode 100755
index 00000000..1742baa7
--- /dev/null
+++ b/debug_mbci.sh
@@ -0,0 +1,14 @@
+#!/bin/sh
+
+export MBCI_SUPPORT=1
+export UFS_SUPPORT=
+export AHCI_SUPPORT=
+export ATA_DMA_SUPPORT=
+export ATA_PIO_SUPPORT=
+export DEBUG_SUPPORT=1
+
+cd kernel
+make -f arm64-desktop.make all
+cd ../boot
+make -f arm64-desktop.make all
+make -f arm64-desktop.make run \ No newline at end of file