CL-SOM-AM57x: U-Boot: Package contents

From Compulab Mediawiki
Revision as of 16:22, 9 March 2017 by Urim (talk)
Jump to: navigation, search

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