From 628f2a5655806512a129221a7c8ccc30de5fc647 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 3 Aug 2025 18:24:47 +0200 Subject: 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 --- target/sh/systems/hp-jornada | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 target/sh/systems/hp-jornada (limited to 'target/sh/systems') diff --git a/target/sh/systems/hp-jornada b/target/sh/systems/hp-jornada new file mode 100644 index 000000000..0802af091 --- /dev/null +++ b/target/sh/systems/hp-jornada @@ -0,0 +1,13 @@ +config ADK_TARGET_SYSTEM_HP_JORNADA + bool "HP Jornada 6xx" + select ADK_TARGET_LITTLE_ENDIAN + select ADK_TARGET_CPU_SH_SH3 + select ADK_TARGET_WITH_SERIAL + select ADK_TARGET_WITH_BLOCK + select ADK_TARGET_WITH_INPUT + select ADK_TARGET_WITH_NETDEVICE + select ADK_TARGET_WITH_VGA + select ADK_TARGET_KERNEL_ZIMAGE + help + Support for HP Jornada 6XX + -- cgit v1.2.3