summaryrefslogtreecommitdiffhomepage
path: root/debug_ufs.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_ufs.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_ufs.sh')
-rwxr-xr-xdebug_ufs.sh13
1 files changed, 13 insertions, 0 deletions
diff --git a/debug_ufs.sh b/debug_ufs.sh
new file mode 100755
index 00000000..904f3121
--- /dev/null
+++ b/debug_ufs.sh
@@ -0,0 +1,13 @@
+#!/bin/sh
+
+export UFS_SUPPORT=1
+export AHCI_SUPPORT=
+export ATA_DMA_SUPPORT=
+export ATA_PIO_SUPPORT=
+export DEBUG_SUPPORT=1
+
+cd kernel
+make -f arm64-mobile.make all
+cd ../boot
+make -f arm64-mobile.make all
+make -f arm64-mobile.make run \ No newline at end of file