projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[include] autotools.mk: let PKG_REMOVE_FILES default to aclocal.m4
[openwrt.git]
/
target
/
linux
/
brcm63xx
/
patches-2.6.35
/
170-board_livebox.patch
diff --git
a/target/linux/brcm63xx/patches-2.6.35/170-board_livebox.patch
b/target/linux/brcm63xx/patches-2.6.35/170-board_livebox.patch
index
02354d5
..
6c39045
100644
(file)
--- a/
target/linux/brcm63xx/patches-2.6.35/170-board_livebox.patch
+++ b/
target/linux/brcm63xx/patches-2.6.35/170-board_livebox.patch
@@
-20,7
+20,7
@@
EXTRA_CFLAGS += -Werror
--- /dev/null
+++ b/arch/mips/bcm63xx/boards/board_livebox.c
EXTRA_CFLAGS += -Werror
--- /dev/null
+++ b/arch/mips/bcm63xx/boards/board_livebox.c
-@@ -0,0 +1,22
3
@@
+@@ -0,0 +1,22
8
@@
+/*
+ * This file is subject to the terms and conditions of the GNU General Public
+ * License. See the file "COPYING" in the main directory of this archive
+/*
+ * This file is subject to the terms and conditions of the GNU General Public
+ * License. See the file "COPYING" in the main directory of this archive
@@
-43,6
+43,7
@@
+#include <bcm63xx_cpu.h>
+#include <bcm63xx_regs.h>
+#include <bcm63xx_io.h>
+#include <bcm63xx_cpu.h>
+#include <bcm63xx_regs.h>
+#include <bcm63xx_io.h>
++#include <bcm63xx_dev_uart.h>
+#include <bcm63xx_dev_pci.h>
+#include <bcm63xx_dev_enet.h>
+#include <bcm63xx_dev_pcmcia.h>
+#include <bcm63xx_dev_pci.h>
+#include <bcm63xx_dev_enet.h>
+#include <bcm63xx_dev_pcmcia.h>
@@
-63,6
+64,7
@@
+ .name = "Livebox",
+ .expected_cpu_id = 0x6348,
+
+ .name = "Livebox",
+ .expected_cpu_id = 0x6348,
+
++ .has_uart0 = 1,
+ .has_enet0 = 1,
+ .has_enet1 = 1,
+ .has_pci = 1,
+ .has_enet0 = 1,
+ .has_enet1 = 1,
+ .has_pci = 1,
@@
-215,6
+217,9
@@
+{
+ u32 val;
+
+{
+ u32 val;
+
++ if (board.has_uart0)
++ bcm63xx_uart_register(0);
++
+ if (board.has_pccard)
+ bcm63xx_pcmcia_register();
+
+ if (board.has_pccard)
+ bcm63xx_pcmcia_register();
+
This page took
0.023719 seconds
and
4
git commands to generate.