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

From Compulab Mediawiki
Revision as of 11:03, 5 March 2017 by Urim (talk)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Layout

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

Utilities

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