Skip to content
This repository has been archived by the owner on May 17, 2020. It is now read-only.

Commit

Permalink
macserial: restructure files
Browse files Browse the repository at this point in the history
  • Loading branch information
vit9696 committed Apr 21, 2019
1 parent 540a8a6 commit 36c752f
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 36 deletions.
8 changes: 4 additions & 4 deletions macserial/Changelog.md → Changelog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
macserial changelog
===================
MacInfoPkg changelog
====================
#### v2.0.5
- Added initial iMac19,1 and iMac19,2 model data
- Added --verify command to check MLB
- Added initial iMac19,1 and iMac19,2 model data to macserial
- Added --verify command to check MLB to macserial

#### v2.0.4
- Added initial MacBookAir8,1 model data
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
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.

Expand Down
22 changes: 20 additions & 2 deletions README.md
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)
12 changes: 0 additions & 12 deletions macserial/LICENSE.txt

This file was deleted.

17 changes: 0 additions & 17 deletions macserial/README.md

This file was deleted.

0 comments on commit 36c752f

Please sign in to comment.