12 Oct, 2007
39 commits
-
This has not been any serious user of this ill conceived thing since the
original invention in like '95.Signed-off-by: Ralf Baechle
-
Signed-off-by: Ralf Baechle
-
Signed-off-by: Maciej W. Rozycki
Signed-off-by: Ralf Baechle -
It was getting a little big, ugly and a primary source for merge conflicts.
Also the old method was a bit too forgiving in that the workaround did
default to off, so now there is an explicit #error forcing platform
maintainers to think if they should enable a workaround for a particular
platform.Signed-off-by: Ralf Baechle
-
Add LED support to the WGT634U machine. It uses the new gpio-led
driver and a platform driver for the pin definitions.Signed-off-by: Aurelien Jarno
Signed-off-by: Ralf Baechle -
Add GPIO support to the BCM47XX platform. It will be used by a GPIO
LED driver.Signed-off-by: Aurelien Jarno
Signed-off-by: Ralf Baechle -
Add CFE support to the BCM47XX code. That includes querying CFE environment
variables as well as using CFE to print messages before the serial port is
initialized (early printk).Signed-off-by: Aurelien Jarno
Signed-off-by: Ralf Baechle -
Move the ARC code to arch/mips/fw/arc from arch/mips/arc.
Signed-off-by: Aurelien Jarno
Signed-off-by: Ralf Baechle -
Move the platform independent part of the CFE code to arch/mips/fw/cfe from
arch/mips/sibyte/cfe.Signed-off-by: Aurelien Jarno
Signed-off-by: Ralf Baechle -
Signed-off-by: Ralf Baechle
-
It may not be perfect yet but the SB1 code is badly borken and has
horrible performance issues.Downside: This seriously breaks support for pass 1 parts of the BCM1250
where indexed cacheops don't work quite reliable but I seem to be the
last one on the planet with a pass 1 part anyway.Signed-off-by: Ralf Baechle
-
Signed-off-by: Ralf Baechle
-
In fact there are no foward declarations at all needed when moving things
into the right order.Signed-off-by: Ralf Baechle
-
Match the R4000 semantics for the initial state of interrupt/kernel
status register flags for the R3000 in kernel_thread().Signed-off-by: Maciej W. Rozycki
Signed-off-by: Ralf Baechle -
This style will be consitent with all other arch's - soon.
In addition:
- Moved a few labels inside brackets for the sections they specify
to prevent that linker alignmnet made them point before the section startSigned-off-by: Sam Ravnborg
Signed-off-by: Ralf Baechle -
Signed-off-by: Yoichi Yuasa
Signed-off-by: Ralf Baechle -
Signed-off-by: Yoichi Yuasa
Signed-off-by: Ralf Baechle -
o Move i8259 function declarations to include/asm-mips/i8259.h
o Make i8259.c functions static where possible.Signed-off-by: Yoichi Yuasa
Signed-off-by: Ralf Baechle -
Signed-off-by: Ralf Baechle
-
Kill redundant EXTRA_AFLAGS added after the commit
d2af363cfb94f1bacb3e60327bc44a97881a38c2.Signed-off-by: Atsushi Nemoto
Signed-off-by: Ralf Baechle -
Signed-Off-By: Thiemo Seufer
Signed-off-by: Ralf Baechle -
Signed-off-by: Ralf Baechle
-
The cost is just too low.
Signed-off-by: Ralf Baechle
-
This patch removes many unused constants, replaces non-standard IO
accessors with standard ones, and kills terrible tx4927_mips.h file.Signed-off-by: Atsushi Nemoto
Signed-off-by: Ralf Baechle -
Signed-off-by: Thomas Gleixner
CC: Ralf Baechle
Signed-off-by: Ralf Baechle -
Note that the BCM4710 does not support the wait instruction, this
is not a mistake in the code.It originally comes from the OpenWrt patches.
Cc: Michael Buesch
Cc: Felix Fietkau
Cc: Florian Schirmer
Signed-off-by: Aurelien Jarno
Signed-off-by: Andrew Morton
Signed-off-by: Ralf Baechle -
- restructured irq handling
- switched vdma to use memory allocated via get_free_pages
- setup platform devices for serial, jazz_esp and jazzsonic
- fixed cmos rtc accessSigned-off-by: Thomas Bogendoerfer
Signed-off-by: Ralf Baechle -
Signed-off-by: Brian Murphy
Signed-off-by: Ralf Baechle -
Fix ABI check in include/asm-mips/arv/hinv.h
Signed-off-by: Yoichi Yuasa
Signed-off-by: Ralf Baechle -
Signed-off-by: Yoichi Yuasa
Signed-off-by: Ralf Baechle -
Signed-off-by: Yoichi Yuasa
Signed-off-by: Ralf Baechle -
Signed-off-by: Yoichi Yuasa
Signed-off-by: Ralf Baechle -
Signed-off-by: Yoichi Yuasa
Signed-off-by: Ralf Baechle -
This patch renames it for 3 reasons:
- "CONFIG" pattern is used by Kconfig. Now this macro is
no more defined by Kconfig but by Kbuild itself make this
clear by translating "CONFIG" into "KBUILD".- "ELF32" word is improper because it is irrelevant to ELF
format and it makes confusion with CONFIG_BOOT_ELF32. So
translate it with SYM32.- Add "64BIT" part to make clear that this macro implies a
64 bits kernel.Signed-off-by: Franck Bui-Huu
Signed-off-by: Ralf Baechle -
We do not rely on user anymore to setup this config correctly.
Instead we make our choice depending on the load address.If we want to force Kbuild to use ELF64 format whatever
the load address we can still do:$ make BUILD_ELF32=no
Signed-off-by: Franck Bui-Huu
Signed-off-by: Ralf Baechle -
This patch removes '-mno-explicit-relocs' usage when
CONFIG_BUILD_ELF64 is set since this option was only required
with the old hack to truncate addresses at the assembly level
where "-mabi=64 -Wa,-mabi=32" was used.This should yield a small code size improvement for inline
assembly, where the R constraint is used.The idea is coming from Maciej .
Signed-off-by: Franck Bui-Huu
Signed-off-by: Ralf Baechle -
Signed-off-by: Ralf Baechle
-
Add cpu_wait for NEC VR41xx
Signed-off-by: Yoichi Yuasa
Signed-off-by: Ralf Baechle -
Signed-off-by: Kevin D. Kissell
Signed-off-by: Ralf Baechle
10 Oct, 2007
1 commit