diff options
author | Yinghai Lu <yinghai.lu@amd.com> | 2007-04-12 01:23:12 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2007-04-12 01:23:12 +0000 |
commit | 0594222eceb5ba642edf813373dd7c979520fcd3 (patch) | |
tree | deb1da8d3d349efda6e06bb859f3a39198e8c4f3 /targets/amd/solo/Config-8MBit.lb | |
parent | f0cf523a9e9e04fbf924859e3b8cbdb9d3d61931 (diff) | |
download | coreboot-0594222eceb5ba642edf813373dd7c979520fcd3.tar.xz |
On behalf of AMD:
Drop AMD prototype mainboards that were for internal testing &
validation use only.
Note: These boards could never be purchased. No reasons to worry.
Questions welcome via private mail.
Signed-off-by: Yinghai Lu <yinghai.lu@amd.com>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Ronald G. Minnich <rminnich@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2609 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'targets/amd/solo/Config-8MBit.lb')
-rw-r--r-- | targets/amd/solo/Config-8MBit.lb | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/targets/amd/solo/Config-8MBit.lb b/targets/amd/solo/Config-8MBit.lb deleted file mode 100644 index b75cb9ba23..0000000000 --- a/targets/amd/solo/Config-8MBit.lb +++ /dev/null @@ -1,17 +0,0 @@ -# AMD Solo -# This will make a target directory of ./solo - - -target solo-8mbit -mainboard amd/solo - -option ROM_SIZE=1024*1024 - -romimage "only" - option USE_FALLBACK_IMAGE=1 - option ROM_IMAGE_SIZE=0x10000 - option LINUXBIOS_EXTRA_VERSION=".0" - payload /usr/share/LinuxBIOS/kernelpayload.elf -end - -buildrom ./solo-8mbit.rom ROM_SIZE "only" |