Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Pull MIPS updates from Ralf Baechle: "More hardware support across the field including a bunch of device drivers. The highlight however really are further steps towards device tree. This has been sitting in -next for ages. All MIPS _defconfigs have been tested to boot or where I don't have hardware available, to at least build fine." * 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus: (77 commits) MIPS: Loongson 1B: Add defconfig MIPS: Loongson 1B: Add board support MIPS: Netlogic: early console fix MIPS: Netlogic: Fix indentation of smpboot.S MIPS: Netlogic: remove cpu_has_dc_aliases define for XLP MIPS: Netlogic: Remove unused pcibios_fixups MIPS: Netlogic: Add XLP SoC devices in FDT MIPS: Netlogic: Add IRQ mappings for more devices MIPS: Netlogic: USB support for XLP MIPS: Netlogic: XLP PCIe controller support. MIPS: Netlogic: Platform changes for XLR/XLS I2C MIPS: Netlogic: Platform NAND/NOR flash support MIPS: Netlogic: Platform changes for XLS USB MIPS: Netlogic: Remove NETLOGIC_ prefix MIPS: Netlogic: SMP wakeup code update MIPS: Netlogic: Update comments in smpboot.S MIPS: BCM63XX: Add 96328avng reference board MIPS: Expose PCIe drivers for MIPS MIPS: BCM63XX: Add PCIe Support for BCM6328 MIPS: BCM63XX: Move the PCI initialization into its own function ...
This commit is contained in:
@@ -387,4 +387,10 @@ config SIGNATURE
|
||||
Digital signature verification. Currently only RSA is supported.
|
||||
Implementation is done using GnuPG MPI library
|
||||
|
||||
#
|
||||
# libfdt files, only selected if needed.
|
||||
#
|
||||
config LIBFDT
|
||||
bool
|
||||
|
||||
endmenu
|
||||
|
||||
@@ -130,6 +130,11 @@ obj-$(CONFIG_GENERIC_STRNLEN_USER) += strnlen_user.o
|
||||
|
||||
obj-$(CONFIG_STMP_DEVICE) += stmp_device.o
|
||||
|
||||
libfdt_files = fdt.o fdt_ro.o fdt_wip.o fdt_rw.o fdt_sw.o fdt_strerror.o
|
||||
$(foreach file, $(libfdt_files), \
|
||||
$(eval CFLAGS_$(file) = -I$(src)/../scripts/dtc/libfdt))
|
||||
lib-$(CONFIG_LIBFDT) += $(libfdt_files)
|
||||
|
||||
hostprogs-y := gen_crc32table
|
||||
clean-files := crc32table.h
|
||||
|
||||
|
||||
2
lib/fdt.c
Normal file
2
lib/fdt.c
Normal file
@@ -0,0 +1,2 @@
|
||||
#include <linux/libfdt_env.h>
|
||||
#include "../scripts/dtc/libfdt/fdt.c"
|
||||
2
lib/fdt_ro.c
Normal file
2
lib/fdt_ro.c
Normal file
@@ -0,0 +1,2 @@
|
||||
#include <linux/libfdt_env.h>
|
||||
#include "../scripts/dtc/libfdt/fdt_ro.c"
|
||||
2
lib/fdt_rw.c
Normal file
2
lib/fdt_rw.c
Normal file
@@ -0,0 +1,2 @@
|
||||
#include <linux/libfdt_env.h>
|
||||
#include "../scripts/dtc/libfdt/fdt_rw.c"
|
||||
2
lib/fdt_strerror.c
Normal file
2
lib/fdt_strerror.c
Normal file
@@ -0,0 +1,2 @@
|
||||
#include <linux/libfdt_env.h>
|
||||
#include "../scripts/dtc/libfdt/fdt_strerror.c"
|
||||
2
lib/fdt_sw.c
Normal file
2
lib/fdt_sw.c
Normal file
@@ -0,0 +1,2 @@
|
||||
#include <linux/libfdt_env.h>
|
||||
#include "../scripts/dtc/libfdt/fdt_sw.c"
|
||||
2
lib/fdt_wip.c
Normal file
2
lib/fdt_wip.c
Normal file
@@ -0,0 +1,2 @@
|
||||
#include <linux/libfdt_env.h>
|
||||
#include "../scripts/dtc/libfdt/fdt_wip.c"
|
||||
Reference in New Issue
Block a user