summaryrefslogtreecommitdiff
path: root/target/config
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2025-08-03 18:24:47 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2025-08-03 18:24:47 +0200
commit628f2a5655806512a129221a7c8ccc30de5fc647 (patch)
treeecca75f0c65026ce699e69856d5b4fd6e770e5a2 /target/config
parent1337dac88e76f88df78ae894b28861a218db3b08 (diff)
Add basic support for HP Jornada 680/690
The mini.config is not really a small config yet. Tested on HP Jornada 690 with 32 MB RAM and a 64 MB CF card with Linux Kernel 6.15.6 and uClibc-ng 1.0.54. Thanks a lot to Artur Rojek to given me advice for any problem I had to add device support. TODO: - automate CF card installation via create.sh - add support for Orinoco based PCMCIA WLAN cards
Diffstat (limited to 'target/config')
-rw-r--r--target/config/Config.in.runtime2
-rw-r--r--target/config/Config.in.subsystem12
2 files changed, 14 insertions, 0 deletions
diff --git a/target/config/Config.in.runtime b/target/config/Config.in.runtime
index e1a5600f6..4f2b135c0 100644
--- a/target/config/Config.in.runtime
+++ b/target/config/Config.in.runtime
@@ -314,6 +314,7 @@ config ADK_RUNTIME_GETTY_VGA
default y if ADK_TARGET_SYSTEM_SOLIDRUN_IMX6
default y if ADK_TARGET_SYSTEM_LEMOTE_YEELONG
default y if ADK_TARGET_SYSTEM_ARANYM_M68K
+ default y if ADK_TARGET_SYSTEM_HP_JORNADA
default y if ADK_TARGET_MODEL_PCENGINES_ALIX1C
default n
help
@@ -367,6 +368,7 @@ config ADK_RUNTIME_CONSOLE_SERIAL_DEVICE
|| ADK_TARGET_SYSTEM_QEMU_AARCH64
default "ttyARC0" if ADK_TARGET_SYSTEM_SYNOPSYS_NSIM && ADK_TARGET_CPU_ARC_ARC700
default "ttySC1" if ADK_TARGET_SYSTEM_QEMU_SH
+ default "ttySC1" if ADK_TARGET_SYSTEM_HP_JORNADA
default "ttySC0" if ADK_TARGET_SYSTEM_SIM_H8300H
default "ttySC2" if ADK_TARGET_SYSTEM_HITACHI_EDOSK2674
default "ttySIF0" if ADK_TARGET_SYSTEM_SIPEED_MAIX_BIT
diff --git a/target/config/Config.in.subsystem b/target/config/Config.in.subsystem
index ce43f391c..1a8c46348 100644
--- a/target/config/Config.in.subsystem
+++ b/target/config/Config.in.subsystem
@@ -2,6 +2,18 @@
# material, please see the LICENCE file in the top-level directory.
choice
+prompt "HP Jornada model"
+depends on ADK_TARGET_SYSTEM_HP_JORNADA
+
+config ADK_TARGET_MODEL_HP_JORNADA_690
+ bool "HP Jornada 690"
+
+config ADK_TARGET_MODEL_HP_JORNADA_680
+ bool "HP Jornada 680"
+
+endchoice
+
+choice
prompt "PCengines ALIX model"
depends on ADK_TARGET_SYSTEM_PCENGINES_ALIX