summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2016-11-28Added support for arm64(aarch64) UEFIPankaj Bansal
Signed-off-by: Pankaj Bansal <[email protected]> Signed-off-by: Curt Brune <[email protected]>
2015-07-06x86: Add an onie-tool command to show ONIE version informationCurt Brune
Closes #161 On x86 the /mnt/onie-boot/onie/tools directory houses scripts (and script fragments) usable by an installed NOS to interact with ONIE. This patch adds the following: - moves the onie-tool tarball creation logic from the images.make Makefile fragment into a helper script, called by images.make. - adds a new tool, onie-version, for displaying ONIE version information from the NOS. To use the ONIE tools a NOS is expected to: - mount the ONIE-BOOT partition somewhere, e.g. tmpdir=$(mktemp -d) mount LABEL=ONIE-BOOT $tmpdir - run the scripts in (ONIE-BOOT)/onie/tools/bin Testing: Exercised the new tool using the kvm_x86_64 machine and the demo NOS. Signed-off-by: Curt Brune <[email protected]>