diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2025-08-03 18:24:47 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-08-03 18:24:47 +0200 |
commit | 628f2a5655806512a129221a7c8ccc30de5fc647 (patch) | |
tree | ecca75f0c65026ce699e69856d5b4fd6e770e5a2 /target/sh/hp-jornada | |
parent | 1337dac88e76f88df78ae894b28861a218db3b08 (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/sh/hp-jornada')
-rwxr-xr-x | target/sh/hp-jornada/Autorun.inf | bin | 0 -> 58 bytes | |||
-rw-r--r-- | target/sh/hp-jornada/shlo.exe | bin | 0 -> 64000 bytes | |||
-rw-r--r-- | target/sh/hp-jornada/shlo.txt.680 | 15 | ||||
-rw-r--r-- | target/sh/hp-jornada/shlo.txt.690 | 15 |
4 files changed, 30 insertions, 0 deletions
diff --git a/target/sh/hp-jornada/Autorun.inf b/target/sh/hp-jornada/Autorun.inf Binary files differnew file mode 100755 index 000000000..454164cf1 --- /dev/null +++ b/target/sh/hp-jornada/Autorun.inf diff --git a/target/sh/hp-jornada/shlo.exe b/target/sh/hp-jornada/shlo.exe Binary files differnew file mode 100644 index 000000000..e80c5637c --- /dev/null +++ b/target/sh/hp-jornada/shlo.exe diff --git a/target/sh/hp-jornada/shlo.txt.680 b/target/sh/hp-jornada/shlo.txt.680 new file mode 100644 index 000000000..a2bd2f10a --- /dev/null +++ b/target/sh/hp-jornada/shlo.txt.680 @@ -0,0 +1,15 @@ +platform = hp680 +boot page = 0x0c000000 + +load file = 0x0c210000 zImage +#load file = 0x0c400000 initrd.gz # ram disk image +start address = 0x8c210000 + + +set long = 0x8c001000 0 # MOUNT_ROOT_RDONLY +set long = 0x8c001004 0 # RAMDISK_FLAGS +set long = 0x8c001008 0x0100 # ORIG_ROOT_DEV +set long = 0x8c00100c 1 # LOADER_TYPE +#set string = 0x8c001100 mem=32M root=/dev/hda2 console=ttySC1,115200 init=/bin/sh + +set string = 0x8c001100 mem=16M root=/dev/sda3 diff --git a/target/sh/hp-jornada/shlo.txt.690 b/target/sh/hp-jornada/shlo.txt.690 new file mode 100644 index 000000000..1a36b593e --- /dev/null +++ b/target/sh/hp-jornada/shlo.txt.690 @@ -0,0 +1,15 @@ +platform = hp690 +boot page = 0x0c000000 + +load file = 0x0c210000 zImage +#load file = 0x0c400000 initrd.gz # ram disk image +start address = 0x8c210000 + + +set long = 0x8c001000 0 # MOUNT_ROOT_RDONLY +set long = 0x8c001004 0 # RAMDISK_FLAGS +set long = 0x8c001008 0x0100 # ORIG_ROOT_DEV +set long = 0x8c00100c 1 # LOADER_TYPE +#set string = 0x8c001100 mem=32M root=/dev/hda2 console=ttySC1,115200 init=/bin/sh + +set string = 0x8c001100 mem=32M root=/dev/sda3 |