Jesse Taube | 67e2df5 | 2022-07-26 01:43:39 -0400 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
| 2 | /* |
| 3 | * Copyright (C) 2022 |
| 4 | * Author(s): Jesse Taube <Mr.Bossman075@gmail.com> |
| 5 | * Giulio Benetti <giulio.benetti@benettiengineering.com> |
| 6 | */ |
| 7 | |
| 8 | #include <config.h> |
| 9 | |
| 10 | /* image version */ |
| 11 | |
| 12 | IMAGE_VERSION 2 |
| 13 | |
| 14 | /* |
| 15 | * Boot Device : one of |
| 16 | * spi/sd/nand/onenand, qspi/nor |
| 17 | */ |
| 18 | |
| 19 | BOOT_FROM sd |
| 20 | |
| 21 | /* |
| 22 | * Device Configuration Data (DCD) |
| 23 | * |
| 24 | * Each entry must have the format: |
| 25 | * Addr-type Address Value |
| 26 | * |
| 27 | * where: |
| 28 | * Addr-type register length (1,2 or 4 bytes) |
| 29 | * Address absolute address of the register |
| 30 | * value value to be stored in the register |
| 31 | */ |