diff options
author | wdenk <wdenk> | 2002-11-19 11:04:11 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2002-11-19 11:04:11 +0000 |
commit | c7de829c796978e519984df2f1c8cfcf921a39a4 (patch) | |
tree | 43e42aa9a09f5265783c1622a5cea080471ef50e /doc/README.amigaone | |
parent | 2262cfeef91458b01a1bfe3812ccbbfdf8b82807 (diff) | |
download | u-boot-imx-c7de829c796978e519984df2f1c8cfcf921a39a4.zip u-boot-imx-c7de829c796978e519984df2f1c8cfcf921a39a4.tar.gz u-boot-imx-c7de829c796978e519984df2f1c8cfcf921a39a4.tar.bz2 |
* Patch by Thomas Frieden, 13 Nov 2002:
Add code for AmigaOne board
(preliminary merge to U-Boot, still WIP)
* Patch by Jon Diekema, 12 Nov 2002:
- Adding URL for IEEE OUI lookup
- Making the autoboot #defines dependent on CONFIG_AUTOBOOT_KEYED
being defined.
- In the CONFIG_EXTRA_ENV_SETTINGS #define, the root-on-initrd and
root-on-nfs macros are designed to switch how the default boot
method gets defined.
Diffstat (limited to 'doc/README.amigaone')
-rw-r--r-- | doc/README.amigaone | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/README.amigaone b/doc/README.amigaone new file mode 100644 index 0000000..9975977 --- /dev/null +++ b/doc/README.amigaone @@ -0,0 +1,12 @@ +AmigaOne U-Boot and the SciTech emulator + +The directory board/MAI/bios_emulator contains the source code +of the SciTech x86 emulator. This emulator is normally available +under a BSD license. However, SciTech kindly gave us permission +to use their emulator in PPCBoot for the AmigaOne. It's available +in this form only under GPL. + +Thanks to Kendall Bennett and the rest of the team at SciTech. +See http://www.scitechsoft.com for their web site + +The GPL license can be found at http://www.gnu.org/licenses/gpl.html |