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

From Compulab Mediawiki
Revision as of 15:30, 11 June 2017 by Grinberg (talk | contribs) (Layout)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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