Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SMBIOS support for HiKey #20

Open
wants to merge 10 commits into
base: hikey-aosp
Choose a base branch
from

Commits on May 15, 2016

  1. Initial support for SMBIOS/DMI for HiKey

    This patch implements initial support for SMBIOS/DMI
    for the 96Boards HiKey Platform.
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Brian McKenzie <[email protected]>
    b-man committed May 15, 2016
    Configuration menu
    Copy the full SHA
    8fb6902 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2016

  1. Add HiKey memory descriptor to type19 descriptor table, dynamically p…

    …robe type17 data
    
    * Add HiKey memory descriptor data to type19 table for free system memory.
    * Since the HiKey has shipped with at least 3 RAM chip variants, dynamically
      populate the type17 descriptor table with data from the DDR PHY.
    b-man committed May 16, 2016
    Configuration menu
    Copy the full SHA
    edcfa05 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2016

  1. More improvements for HiKey smbios support

    * Dynamically set speed and size in smbios type17 table
    * Don't report more memory than we really have for type19 tables
    * Minor formatting changes and updated copyright
    b-man committed May 18, 2016
    Configuration menu
    Copy the full SHA
    0d55c70 View commit details
    Browse the repository at this point in the history
  2. Dynamically generate smbios type16 descriptor table for HiKey

    Dynamically generate type16 smbios descriptor table to
    accurately reflect the amount of physical memory on the board.
    b-man committed May 18, 2016
    Configuration menu
    Copy the full SHA
    6362f57 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0b78130 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6d59369 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2016

  1. Configuration menu
    Copy the full SHA
    f2f7705 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2016

  1. Sync Hi6220.h to upstream

    b-man committed May 24, 2016
    Configuration menu
    Copy the full SHA
    9704661 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2016

  1. Configuration menu
    Copy the full SHA
    a93be59 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2016

  1. Configuration menu
    Copy the full SHA
    cee7cb9 View commit details
    Browse the repository at this point in the history