upstream u-boot with additional patches for our devices/boards:
https://lists.denx.de/pipermail/u-boot/2017-March/282789.html (AXP crashes) ;
Gbit ethernet patch for some LIME2 revisions ;
with SPI flash support
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
541 B
24 lines
541 B
#
|
|
# Copyright 2007 Freescale Semiconductor, Inc.
|
|
# (C) Copyright 2002,2003 Motorola Inc.
|
|
# Xianghua Xiao,X.Xiao@motorola.com
|
|
#
|
|
# (C) Copyright 2004 Freescale Semiconductor. (MC86xx Port)
|
|
# Jeff Brown
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
extra-y = start.o
|
|
extra-y += traps.o
|
|
|
|
obj-y += cache.o
|
|
obj-$(CONFIG_MP) += release.o
|
|
|
|
obj-y += cpu.o
|
|
obj-y += cpu_init.o
|
|
obj-$(CONFIG_OF_LIBFDT) += fdt.o
|
|
obj-y += interrupts.o
|
|
obj-$(CONFIG_MP) += mp.o
|
|
obj-$(CONFIG_MPC8610) += mpc8610_serdes.o
|
|
obj-$(CONFIG_MPC8641) += mpc8641_serdes.o
|
|
obj-y += speed.o
|
|
|