Files
u-boot/include
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-10-02 10:55:44 -04:00
2023-05-05 17:48:44 -04:00
2023-02-07 14:33:50 -05:00
2023-08-25 13:54:33 -04:00
2023-08-08 10:22:03 -04:00
2023-02-09 16:32:25 -05:00
2023-10-10 16:25:48 -04:00
2023-08-11 07:33:40 -06:00
2023-10-06 14:38:12 -04:00
2023-07-17 15:38:11 -04:00
2023-08-19 04:12:53 +02:00
2023-02-19 21:15:15 +01:00
2023-02-06 13:04:52 -05:00
2023-02-09 16:32:25 -05:00
2023-05-02 14:23:34 -04:00
2023-05-15 10:00:30 +02:00
2023-01-20 12:27:06 -05:00
2023-04-27 13:51:06 -04:00
2023-01-27 14:47:57 -05:00
2023-08-19 04:12:53 +02:00
2023-10-11 15:43:55 -04:00
2023-03-02 17:45:58 -05:00
2023-09-11 16:27:49 -04:00
2023-01-16 18:01:10 +08:00
2022-12-09 14:10:28 -05:00
2023-10-15 12:23:48 +02:00
2023-10-09 15:24:31 -04:00
2023-02-10 07:41:40 -05:00
2022-12-07 16:04:17 -05:00
2022-12-22 10:31:49 -05:00
2022-12-22 10:31:49 -05:00
2023-09-04 10:51:58 -04:00