Difference between revisions of "CL-SOM-AM57x: U-Boot: Package contents"

From Compulab Mediawiki
Jump to: navigation, search
 
Line 9: Line 9:
 
│   │   ├── 0001-arm-am57xx-cl-som-am57x-fix-Ethernet.patch
 
│   │   ├── 0001-arm-am57xx-cl-som-am57x-fix-Ethernet.patch
 
│   │   ├── ...
 
│   │   ├── ...
│   │   └── 0016-arm-am57xx-cl-som-am57x-tag-u-boot-version-cl-som-am.patch
+
│   │   └── 0020-arm-am57xx-cl-som-am57x-tag-u-boot-version-cl-som-am.patch
│   ├── spl-v2017.01-cl-som-am57x-1.0.bin
+
│   ├── spl-v2017.01-cl-som-am57x-1.1.bin
│   ├── u-boot-v2017.01-cl-som-am57x-1.0.bin
+
│   ├── u-boot-v2017.01-cl-som-am57x-1.1.bin
│   └── u-boot-v2017.01-cl-som-am57x-1.0.patch
+
│   └── u-boot-v2017.01-cl-som-am57x-1.1.patch
 
├── utilities
 
├── utilities
 
│   └── combine_firmware.sh
 
│   └── combine_firmware.sh
Line 25: Line 25:
  
 
== u-boot ==
 
== u-boot ==
* {{filename|spl-v2017.01-cl-som-am57x-1.0.bin}} - SPL binary
+
* {{filename|spl-v2017.01-cl-som-am57x-1.1.bin}} - SPL binary
* {{filename|u-boot-v2017.01-cl-som-am57x-1.0.bin}} - U-Boot binary
+
* {{filename|u-boot-v2017.01-cl-som-am57x-1.1.bin}} - U-Boot binary
* {{filename|u-boot-v2017.01-cl-som-am57x-1.0.patch}} - patch vs. v2017.01 mainline U-Boot
+
* {{filename|u-boot-v2017.01-cl-som-am57x-1.1.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.0.patch)
+
* {{filename|patches}} - ordered collection of patches, that form the single patch above (u-boot-v2017.01-cl-som-am57x-1.1.patch)
  
 
== Utilities ==
 
== Utilities ==

Revision as of 16:22, 9 March 2017

Layout

├── images
│   └── cl-som-am57x-firmware
├── readme.txt
├── u-boot
│   ├── patches
│   │   ├── 0001-arm-am57xx-cl-som-am57x-fix-Ethernet.patch
│   │   ├── ...
│   │   └── 0020-arm-am57xx-cl-som-am57x-tag-u-boot-version-cl-som-am.patch
│   ├── spl-v2017.01-cl-som-am57x-1.1.bin
│   ├── u-boot-v2017.01-cl-som-am57x-1.1.bin
│   └── u-boot-v2017.01-cl-som-am57x-1.1.patch
├── utilities
│   └── combine_firmware.sh
└── 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.1.bin - SPL binary
  • u-boot-v2017.01-cl-som-am57x-1.1.bin - U-Boot binary
  • u-boot-v2017.01-cl-som-am57x-1.1.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.1.patch)

Utilities

  • combine_firmware.sh - A script for combining SPL and U-Boot to a single binary