Sean Anderson 65efaac425 test: spl: Add a test for the NOR load method
Add a test for the NOR load method. Since NOR is memory-mapped we can
substitute a buffer instead. The only major complication is testing LZMA
decompression.  It's too complex to implement LZMA compression in a test, and we
have no in-tree compressor, so we just include some pre-compressed data. This
data was generated through something like

    generate_data(plain, plain_size, "lzma")
    cat plain.dat | lzma | hexdump -C

and was cleaned up further in my editor.

Signed-off-by: Sean Anderson <seanga2@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
2023-10-17 20:50:52 -04:00
..
2023-02-09 16:32:26 -05:00
2023-02-10 11:24:08 -05:00
2023-02-10 11:24:08 -05:00
2023-02-10 11:24:08 -05:00
2022-12-22 10:31:48 -05:00
2023-05-04 12:40:47 +02:00
2023-04-28 17:52:23 +02:00
2023-04-21 15:16:00 +08:00
2023-01-30 23:23:02 +01:00
2023-02-09 16:32:26 -05:00
2023-05-21 16:54:40 +02:00
2023-02-06 13:04:53 -05:00
2022-12-23 10:15:13 -05:00
2023-05-04 12:40:47 +02:00
2023-06-28 10:05:34 +02:00
2022-04-18 11:25:13 +08:00
2022-12-23 10:15:13 -05:00
2023-03-29 22:27:39 +02:00
2023-01-18 19:41:16 -05:00
2023-02-06 13:04:53 -05:00
2023-09-03 23:33:04 +01:00
2023-01-09 11:30:08 -05:00
2022-12-23 10:15:12 -05:00
2023-08-09 23:31:12 +08:00
2022-12-23 10:15:13 -05:00