diff options
| author | Marek Vasut <[email protected]> | 2025-06-17 00:45:02 +0200 |
|---|---|---|
| committer | Marek Vasut <[email protected]> | 2025-07-10 19:26:56 +0200 |
| commit | 583b49a0ce94dca20efc72ccf6e81e61b8f9e573 (patch) | |
| tree | 9d8adad233ef8306e06ec1e5299668630105a38b /.gitignore | |
| parent | 48ec1fd4f4d769a796b0b3430f2e5f5a87e14c54 (diff) | |
binman: Add renesas_rcar4_sa0 etype
Add new etype which generates the Renesas R-Car Gen4 SA0 header.
This header is placed at the beginning of SPI NOR and describes
where should data from SPI NOR offset 0x40000 be loaded to, and
how much data should be loaded there. In case of U-Boot, this is
used to load SPL and possibly other payload(s) into RT-VRAM.
Signed-off-by: Marek Vasut <[email protected]>
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 272257a77bb..bb03833b5f2 100644 --- a/.gitignore +++ b/.gitignore @@ -75,6 +75,7 @@ fit-dtb.blob* /keep-syms-lto.* /*imx8mimage* /*imx8mcst* +/*rcar4-sa0* /drivers/video/u_boot_logo.S /test/overlay/test-fdt-overlay.dtbo.S /test/overlay/test-fdt-overlay-stacked.dtbo.S |
