INAGAKI Hiroshi c6e71b34b2 kernel: add seil-fw mtdsplit driver for IIJ SEIL devices
This mtdsplit parser driver parses firmware partition on Internet
Initiative Japan Inc. (IIJ) SEIL series devices.

Structure of header:

  0x0 - 0x7 : Identifier            (hex)
  0x8 - 0x57: Copyright             (ascii)
 0x58 - 0x5b: Data CRC              (hex)
 0x5c - 0x5f: Image Format Version  (hex)
 0x60 - 0x63: Image Major Version   (hex)
 0x64 - 0x67: Image Minor Version   (hex)
 0x68 - 0x87: Image Release Version (ascii)
 0x88 - 0x8b: Xor value for Data?   (hex)
 0x8c - 0x8f: Data Length           (hex)

Properties:

- compatible      : "iij,seil-firmware"
- iij,seil-id     : ID of SEIL firmware for the device (8 bytes)
  - examples:
    - SA-W2       : <0x5345494c 0x32303135> ("SEIL2015")
    - SEIL/X1     : <0x5345494c 0x2F582020> ("SEIL/X  ")
- iij,bootdev-name: boot device name assigned to the partition
                    (optional)

Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2023-10-31 14:02:01 +01:00
..
2023-08-09 22:06:24 +02:00
2023-08-09 22:06:24 +02:00
2023-10-21 09:33:12 +02:00
2023-10-04 21:03:12 +02:00
2023-10-26 21:40:10 +02:00
2023-08-09 22:06:24 +02:00
2023-10-27 19:43:06 +01:00
2023-10-26 12:08:52 +02:00
2023-10-26 12:08:52 +02:00
2023-10-21 09:33:12 +02:00
2023-07-01 12:54:30 +02:00
2023-08-09 22:06:24 +02:00
2023-07-30 18:02:47 +02:00
2023-10-04 21:03:12 +02:00
2023-09-20 14:13:00 +02:00
2023-10-24 11:42:46 +02:00
2023-09-23 13:10:28 +02:00
2023-09-25 18:11:20 +02:00