Re-add "based on" lines.
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Jens Rottmann <JRottmann@LiPPERTEmbedded.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3734 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
65ebc791c1
commit
c1c207f627
|
@ -18,6 +18,8 @@
|
|||
## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
##
|
||||
|
||||
## Based on Config.lb from AMD's DB800 and DBM690T mainboards.
|
||||
|
||||
##
|
||||
## Compute the location and size of where this firmware image
|
||||
## (coreboot plus bootloader) will live in the boot rom chip.
|
||||
|
|
|
@ -18,6 +18,8 @@
|
|||
## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
##
|
||||
|
||||
## Based on Options.lb from AMD's DB800 mainboard.
|
||||
|
||||
uses HAVE_MP_TABLE
|
||||
uses HAVE_PIRQ_TABLE
|
||||
uses USE_FALLBACK_IMAGE
|
||||
|
|
|
@ -19,6 +19,8 @@
|
|||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*/
|
||||
|
||||
/* Based on cache_as_ram_auto.c from AMD's DB800 and DBM690T mainboards. */
|
||||
|
||||
#define ASSEMBLY 1
|
||||
|
||||
#include <stdlib.h>
|
||||
|
|
|
@ -18,6 +18,8 @@
|
|||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*/
|
||||
|
||||
/* Based on chip.h from AMD's DB800 mainboard. */
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
extern struct chip_operations mainboard_lippert_spacerunner_lx_ops;
|
||||
|
|
|
@ -18,6 +18,8 @@
|
|||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*/
|
||||
|
||||
/* Based on irq_tables.c from AMD's DB800 mainboard. */
|
||||
|
||||
#include <arch/pirq_routing.h>
|
||||
#include <console/console.h>
|
||||
#include <arch/io.h>
|
||||
|
|
|
@ -18,6 +18,8 @@
|
|||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*/
|
||||
|
||||
/* Based on mainboard.c from AMD's DB800 mainboard. */
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdint.h>
|
||||
#include <console/console.h>
|
||||
|
|
|
@ -18,6 +18,8 @@
|
|||
## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
##
|
||||
|
||||
## Based on Config.lb for the AMD Geode LX/5536 DB800 platform.
|
||||
|
||||
# Config file for the LiPPERT Cool SpaceRunner-LX. --JR 10/2008
|
||||
|
||||
target spacerunner-lx
|
||||
|
|
Loading…
Reference in New Issue