-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-…
…linus * 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linus: (150 commits) MIPS: PowerTV: Separate PowerTV USB support from non-USB code MIPS: strip the un-needed sections of vmlinuz MIPS: Clean up the calculation of VMLINUZ_LOAD_ADDRESS MIPS: Clean up arch/mips/boot/compressed/decompress.c MIPS: Clean up arch/mips/boot/compressed/ld.script MIPS: Unify the suffix of compressed vmlinux.bin MIPS: PowerTV: Add Gaia platform definitions. MIPS: BCM47xx: Fix nvram_getenv return value. MIPS: Octeon: Allow more than 3.75GB of memory with PCIe MIPS: Clean up notify_die() usage. MIPS: Remove unused task_struct.trap_no field. Documentation: Mention that KProbes is supported on MIPS SAMPLES: kprobe_example: Make it print something on MIPS. MIPS: kprobe: Add support. MIPS: Add instrunction format for BREAK and SYSCALL MIPS: kprobes: Define regs_return_value() MIPS: Ritually kill stupid printk. MIPS: Octeon: Disallow MSI-X interrupt and fall back to MSI interrupts. MIPS: Octeon: Support 256 MSI on PCIe MIPS: Decode core number for R2 CPUs. ...
- Loading branch information
Showing
297 changed files
with
16,724 additions
and
2,178 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Fail on warnings - also for files referenced in subdirs | ||
# -Werror can be disabled for specific files using: | ||
# CFLAGS_<file.o> := -Wno-error | ||
subdir-ccflags-y := -Werror | ||
|
||
# platform specific definitions | ||
include arch/mips/Kbuild.platforms | ||
obj-y := $(platform-y) | ||
|
||
# mips object files | ||
# The object files are linked as core-y files would be linked | ||
|
||
obj-y += kernel/ | ||
obj-y += mm/ | ||
obj-y += math-emu/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# All platforms listed in alphabetic order | ||
|
||
platforms += alchemy | ||
platforms += ar7 | ||
platforms += bcm47xx | ||
platforms += bcm63xx | ||
platforms += cavium-octeon | ||
platforms += cobalt | ||
platforms += dec | ||
platforms += emma | ||
platforms += jazz | ||
platforms += jz4740 | ||
platforms += lasat | ||
platforms += loongson | ||
platforms += mipssim | ||
platforms += mti-malta | ||
platforms += pmc-sierra | ||
platforms += pnx833x | ||
platforms += pnx8550 | ||
platforms += powertv | ||
platforms += rb532 | ||
platforms += sgi-ip22 | ||
platforms += sgi-ip27 | ||
platforms += sgi-ip32 | ||
platforms += sibyte | ||
platforms += sni | ||
platforms += txx9 | ||
platforms += vr41xx | ||
platforms += wrppmc | ||
|
||
# include the platform specific files | ||
include $(patsubst %, $(srctree)/arch/mips/%/Platform, $(platforms)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.