This repository has been archived by the owner on May 17, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
25 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Copyright (c) 2019, vit9696 | ||
Copyright (c) 2018-2019, vit9696 | ||
|
||
All rights reserved. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,31 @@ | ||
MacInfoPkg | ||
========== | ||
|
||
[![Build Status](https://travis-ci.org/acidanthera/MacInfoPkg.svg?branch=master)](https://travis-ci.org/acidanthera/MacInfoPkg) | ||
|
||
Various information about Mac hardware used by multiple projects, | ||
including [OpenCore](https://github.com/acidanthera/OpenCorePkg). | ||
|
||
## macserial | ||
|
||
**WARNING**: macserial database is currently in process of being synced with MacInfoPkg database. | ||
|
||
macserial is a tool that obtains and decodes Mac serial number and board identifier to provide more information about the production of your hardware. Works as a decent companion to [Apple Check Coverage](https://checkcoverage.apple.com) and [Apple Specs](http://support-sp.apple.com/sp/index?page=cpuspec&cc=HTD5) portal. Check the [format description](https://github.com/acidanthera/MacInfoPkg/blob/master/macserial/FORMAT.md) for more details. | ||
|
||
Should be built with a compiler supporting C99. Prebuilt binaries are available for macOS 10.4 and higher. | ||
|
||
Run with `-h` argument to see all available arguments. | ||
|
||
## Improving database | ||
|
||
To add a new hardware board, please create a file in DataBase | ||
directory, and then run `./update_generated.py`. | ||
|
||
## Credits | ||
|
||
- All database maintainers, who continue to actualise data | ||
- [vit9696](https://github.com/vit9696) | ||
* All database maintainers, who continue to actualise data | ||
* Chameleon and Clover teams for legacy Apple SMBIOS database | ||
* [al3xjames](https://github.com/al3xtjames) for several hints and another [database](https://github.com/al3xtjames/MacGen) | ||
* CCC and ...numberinfo.com for hiding their work and inspiring others to reverse it | ||
* Several guys from AppleLife for conducting relevant parts of the research, thanks a lot! | ||
* [vit9696](https://github.com/vit9696) |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.