Giter Site home page Giter Site logo

libfw_env's Introduction

libfw_env

libfw_env is a library for getting/setting u-boot environment variables.

Files

The codes come from u-boot 2020.04 version.

lib/ctype.c:                  <u-boot>/lib/ctype.c
lib/linux_string.c:           <u-boot>/lib/linux_string.c
lib/crc32.c:                  <u-boot>/lib/crc32.c
lib/env_flags.c:              <u-boot>/env/flags.c
lib/fw_env.c:                 <u-boot>/tools/env/fw_env.c
lib/env_attr.c:               <u-boot>/env/attr.c
include/env.h:                <u-boot>/include/env.h
include/env_flags.h:          <u-boot>/include/env_flags.h
include/compiler.h:           <u-boot>/include/compiler.h
include/env_attr.h:           <u-boot>/include/env_attr.h
include/fw_env.h:             <u-boot>/tools/env/fw_env.h
include/linux/linux_string.h: <u-boot>/include/linux/linux_string.h
include/linux/stringify.h:    <u-boot>/include/linux/stringify.h
include/linux/ctype.h:        <u-boot>/include/linux/ctype.h
include/u-boot/crc.h:         <u-boot>/include/u-boot/crc.h
include/u-boot/zlib.h:        <u-boot>/include/u-boot/zlib.h

The full u-boot source code can be downloaded from ftp://ftp.denx.de/pub/u-boot/

Build & install

We will need autotool and quilt for building this library.

Steps:

# quilt push -a
# ./autogen.sh
# make
# make install

Note: The autogen script will execute ./configure and pass all the command-line arguments to it.

libfw_env's People

Contributors

kenchou0731 avatar

Watchers

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