mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@149 f3766cd6-281f-0410-b1cd-43a5c92072e9
27 lines
832 B
Text
27 lines
832 B
Text
-------------------------------------------------------------------------------
|
|
HACKING
|
|
-------------------------------------------------------------------------------
|
|
|
|
Development Guidelines
|
|
----------------------
|
|
|
|
Please read http://linuxbios.org/Development_Guidelines.
|
|
|
|
|
|
Third-party Code and License Overview
|
|
-------------------------------------
|
|
|
|
* util/dtc/*: GPLv2 or later
|
|
Taken from http://ozlabs.org/~dgibson/dtc/dtc.tar.gz (currently down).
|
|
There seems to be a git repository for dtc somewhere!?
|
|
|
|
* util/kconfig/*: GPLv2
|
|
Taken from git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.
|
|
|
|
* util/lar/*: GPLv2
|
|
|
|
* include/elf.h: LGPLv2.1 or later
|
|
Taken from the GNU C Library.
|
|
You can get the latest version of the file via CVS:
|
|
cvs -d:pserver:anoncvs@sources.redhat.com:/cvs/glibc co libc/elf/elf.h
|
|
|