mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
3b5df50ec0
add support for the at91sam9260 based board smartweb from siemens. SPL is used without serial support, as this SoC has only 4k sram for running SPL. Here a U-Boot bootlog: RomBOOT > U-Boot 2015.07-rc2-00109-g4ae828c (Jun 15 2015 - 09:31:16 +0200) CPU: AT91SAM9260 Crystal frequency: 18.432 MHz CPU clock : 198.656 MHz Master clock : 99.328 MHz Watchdog enabled DRAM: 64 MiB WARNING: Caches not enabled NAND: 256 MiB In: serial Out: serial Err: serial Net: macb0 Hit any key to stop autoboot: 0 U-Boot> Signed-off-by: Heiko Schocher <hs@denx.de>
20 lines
414 B
Makefile
20 lines
414 B
Makefile
#
|
|
# (C) Copyright 2003-2008
|
|
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
|
#
|
|
# (C) Copyright 2008
|
|
# Stelian Pop <stelian@popies.net>
|
|
# Lead Tech Design <www.leadtechdesign.com>
|
|
#
|
|
# (C) Copyright 2012
|
|
# Markus Hubig <mhubig@imko.de>
|
|
# IMKO GmbH <www.imko.de>
|
|
#
|
|
# (C) Copyright 2014
|
|
# Heiko Schocher <hs@denx.de>
|
|
# DENX Software Engineering GmbH
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
obj-y += smartweb.o
|