Difference between revisions of "CL-SOM-AM57x: U-Boot: Package contents"
(→Layout) |
|||
Line 4: | Line 4: | ||
├── images | ├── images | ||
│ └── cl-som-am57x-firmware | │ └── cl-som-am57x-firmware | ||
− | |||
├── u-boot | ├── u-boot | ||
│ ├── patches | │ ├── patches | ||
│ │ ├── 0001-arm-am57xx-cl-som-am57x-fix-Ethernet.patch | │ │ ├── 0001-arm-am57xx-cl-som-am57x-fix-Ethernet.patch | ||
− | + | │ │ ├── ... | |
− | │ │ └── | + | │ │ └── 0025-arm-am57xx-cl-som-am57x-tag-u-boot-version-cl-som-am.patch |
− | │ ├── spl-v2017.01-cl-som-am57x-1. | + | │ ├── spl-v2017.01-cl-som-am57x-1.3.bin |
− | │ ├── u-boot-v2017.01-cl-som-am57x-1. | + | │ ├── u-boot-v2017.01-cl-som-am57x-1.3.bin |
− | │ └── u-boot-v2017.01-cl-som-am57x-1. | + | │ └── u-boot-v2017.01-cl-som-am57x-1.3.patch |
├── utilities | ├── utilities | ||
│ └── combine_firmware.sh | │ └── combine_firmware.sh | ||
+ | ├── readme.txt | ||
└── version.txt | └── version.txt | ||
</pre> | </pre> | ||
Line 25: | Line 25: | ||
== u-boot == | == u-boot == | ||
− | * {{filename|spl-v2017.01-cl-som-am57x-1. | + | * {{filename|spl-v2017.01-cl-som-am57x-1.3.bin}} - SPL binary |
− | * {{filename|u-boot-v2017.01-cl-som-am57x-1. | + | * {{filename|u-boot-v2017.01-cl-som-am57x-1.3.bin}} - U-Boot binary |
− | * {{filename|u-boot-v2017.01-cl-som-am57x-1. | + | * {{filename|u-boot-v2017.01-cl-som-am57x-1.3.patch}} - patch vs. v2017.01 mainline U-Boot |
− | * {{filename|patches}} - ordered collection of patches, that form the single patch above (u-boot-v2017.01-cl-som-am57x-1. | + | * {{filename|patches}} - ordered collection of patches, that form the single patch above (u-boot-v2017.01-cl-som-am57x-1.3.patch) |
== Utilities == | == Utilities == |
Latest revision as of 15:30, 11 June 2017
Layout
├── images │ └── cl-som-am57x-firmware ├── u-boot │ ├── patches │ │ ├── 0001-arm-am57xx-cl-som-am57x-fix-Ethernet.patch │ │ ├── ... │ │ └── 0025-arm-am57xx-cl-som-am57x-tag-u-boot-version-cl-som-am.patch │ ├── spl-v2017.01-cl-som-am57x-1.3.bin │ ├── u-boot-v2017.01-cl-som-am57x-1.3.bin │ └── u-boot-v2017.01-cl-som-am57x-1.3.patch ├── utilities │ └── combine_firmware.sh ├── readme.txt └── version.txt
version.txt
The contents of the version.txt identifies the package version.
images
- cl-som-am57x-firmware - U-Boot and SPL binaries combined to a single binary
u-boot
- spl-v2017.01-cl-som-am57x-1.3.bin - SPL binary
- u-boot-v2017.01-cl-som-am57x-1.3.bin - U-Boot binary
- u-boot-v2017.01-cl-som-am57x-1.3.patch - patch vs. v2017.01 mainline U-Boot
- patches - ordered collection of patches, that form the single patch above (u-boot-v2017.01-cl-som-am57x-1.3.patch)
Utilities
- combine_firmware.sh - A script for combining SPL and U-Boot to a single binary