Metadata-Version: 2.1
Name: amd-boot-image-loader
Version: 0.1.0
Summary: A package for loading and processing AMD boot images
Home-page: https://github.com/yourusername/amd-boot-image-loader
Author: Mark Hatle
Author-email: mark.hatle@amd.com
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: dev
Requires-Dist: pytest >=7.0 ; extra == 'dev'
Requires-Dist: pytest-cov >=4.0 ; extra == 'dev'
Requires-Dist: black >=22.0 ; extra == 'dev'
Requires-Dist: mypy >=0.950 ; extra == 'dev'

# AMD Boot Image Loader

A Python package for loading and processing AMD boot images.

A qemu orchestration wrapper, which uses the python package to unpack
the boot.bin, constructs appropriate qemu command line arguments and
orchestrates the system level emulation for Zynq, ZynqMP and Versal
families of FPGAs.

## Copyright/License

Copyright (C) 2026, Advanced Micro Devices, Inc.  All rights reserved.
Portions of this file consist of AI-generated content.
SPDX-License-Identifier: MIT

See LICENSE file.
