Giter Site home page Giter Site logo

rtas's Introduction

                                 librtas 
              ------------------------------------------------

Mailing List:
	[email protected]

Librtas provides a set of libraries for user-space access to the
Run-Time Abstraction Services (RTAS) on the ppc64 architecture.

librtas.so
This library that allows user-space programs to make RTAS calls which 
provide support for low-level system hardware configuration and operations, 
such as getting hardware sensor (temp, fan speed, etc.) data, setting the 
operator panel LEDS, getting hardware error logs, injecting artificial 
hardware errors (for testing), getting VPD (Vital Product Data), and 
loading new firmware.

librtasevent.so
This library provides a set of definitions and useful routines for
analyzing RTAS events, such as parsing out the sections of an RTAS event
and printing the contents of a RTAS event in human-readable form (used
by many of the RAS tools on ppc64).

Building & Installing:
----------------------
To compile, do the following:

make 
su - root
make install
/sbin/ldconfig

Endian Concerns:
----------------
RTAS expects integer values to be in a 32 bit, big endian format.  This
requirement will be handled by librtas except when values are passed
to or from RTAS via a buffer.  In this case, we expect the caller to handle
the endianess of these values.  The librtas calls that employ this 
method are listed below:

rtas_cfg_connector
rtas_errinjct
rtas_get_indices
rtas_get_sysparm
rtas_get_vpd
rtas_lpar_perftools
rtas_set_sysparm
rtas_update_nodes
rtas_update_properties

rtas's People

Contributors

nfont avatar tlfalcon avatar adconrad avatar sambltc avatar r4f4 avatar gkurz avatar mwbringmann avatar stewartsmith avatar

Watchers

James Cloos 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.