Coder Social home page Coder Social logo

changab / edk2-redfish-client Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tianocore/edk2-redfish-client

0.0 0.0 0.0 41.29 MB

Utilizes the EFI protocols provided by EDK2 Redfish Foundation to communicate with the Redfish service for creating, consuming, and updating the Redfish properties which are managed by firmware.

License: Other

Python 0.04% C 99.16% Assembly 0.01% Pawn 0.23% CMake 0.12% NASL 0.45%

edk2-redfish-client's Introduction

Tianocore Redfish Client

This repository holds EDKII Redfish client libraries, drivers and applications. EDKII Redfish client work with EDKII RedfishPkg, and provides the functionality to support Redfish service hosted by Board Management Controller (BMC) in server. Please check Readme.md for the design of UEFI Redfish EDK2 implementation.

Status

RedfishClientPkg Build

License

The majority of the content in the EDK Redfish Client open source project uses a BSD-2-Clause Plus Patent License. The EDKII Redfish client open source project contains the following components that are covered by additional licenses:

Maintainers

See Maintainers.txt.

Contributing

The patch review process would be the same as edk2, and adding prefix [edk2-redfish-client] specifically for the patches against edk2-redfish-client repository. For more details, please see CONTRIBUTING.md.

How to build (Ubuntu Environment)

Prerequisite

Install packages

apt-get update; apt-get install install gcc g++ make uuid-dev nasm

If the nasm installed above shows build error during build process, we need to install newer version of nasm manually:

  • Download nasm
    wget https://www.nasm.us/pub/nasm/releasebuilds/2.15rc12/nasm-2.15rc12.tar.gz"
    
  • Extract file
    tar zxvf nasm-2.15rc12.tar.gz"
    
  • Build and install nasm
    cd nasm-2.15rc12
    ./configure --prefix=/usr
    sudo make install
    
  • Check to see if nasm reports desired version or not
    nasm -v
    

Build EDKII base tools

  • Initial submodule (skip this if you already did this)
    git submodule update --init
    
  • Build base tools
    cd BaseTools
    make
    

Build RedfishClientPkg

In order to reference RedfishClientPkg, we need to set PACKAGES_PATH and specify the location of edk2-redfish-client repository.

export PACKAGES_PATH=$PWD/edk2:$PWD/edk2-redfish-client
cd $PWD/edk2
. ./edksetup.sh
build -p RedfishClientPkg/RedfishClientPkg.dsc -t GCC5 -a X64

edk2-redfish-client's People

Contributors

nicklela avatar ghbaccount avatar changab avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.