Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 14319
b: refs/heads/master
c: db7f686
h: refs/heads/master
i:
  14317: ccc5b8d
  14315: ea7bdd7
  14311: 366b019
  14303: 6be6a6f
v: v3
  • Loading branch information
Ralf Baechle committed Nov 17, 2005
1 parent da14140 commit e4bdebb
Show file tree
Hide file tree
Showing 53 changed files with 356 additions and 1,146 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cd02e27b1514a27b2a8ab59755ae6d23d4d8a10f
refs/heads/master: db7f6861822c80f17a23647b4d0042dcc56e2024
30 changes: 19 additions & 11 deletions trunk/arch/arm/boot/compressed/head.S
Original file line number Diff line number Diff line change
Expand Up @@ -19,28 +19,38 @@
*/
#ifdef DEBUG

#include <asm/arch/debug-macro.S>

#if defined(CONFIG_DEBUG_ICEDCC)
.macro loadsp, rb
.endm
.macro writeb, ch, rb
.macro writeb, ch, rb
mcr p14, 0, \ch, c0, c1, 0
.endm
#else

#include <asm/arch/debug-macro.S>

.macro writeb, ch, rb
senduart \ch, \rb
.endm

#if defined(CONFIG_ARCH_SA1100)
#if defined(CONFIG_FOOTBRIDGE) || \
defined(CONFIG_ARCH_RPC) || \
defined(CONFIG_ARCH_INTEGRATOR) || \
defined(CONFIG_ARCH_PXA) || \
defined(CONFIG_ARCH_IXP4XX) || \
defined(CONFIG_ARCH_IXP2000) || \
defined(CONFIG_ARCH_LH7A40X) || \
defined(CONFIG_ARCH_OMAP)
.macro loadsp, rb
addruart \rb
.endm
#elif defined(CONFIG_ARCH_SA1100)
.macro loadsp, rb
mov \rb, #0x80000000 @ physical base address
#ifdef CONFIG_DEBUG_LL_SER3
# if defined(CONFIG_DEBUG_LL_SER3)
add \rb, \rb, #0x00050000 @ Ser3
#else
# else
add \rb, \rb, #0x00010000 @ Ser1
#endif
# endif
.endm
#elif defined(CONFIG_ARCH_IOP331)
.macro loadsp, rb
Expand All @@ -54,9 +64,7 @@
add \rb, \rb, #0x4000 * CONFIG_S3C2410_LOWLEVEL_UART_PORT
.endm
#else
.macro loadsp, rb
addruart \rb
.endm
#error no serial architecture defined
#endif
#endif
#endif
Expand Down
12 changes: 0 additions & 12 deletions trunk/arch/arm/common/sa1111.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
#include <asm/io.h>
#include <asm/irq.h>
#include <asm/mach/irq.h>
#include <asm/sizes.h>

#include <asm/hardware/sa1111.h>

Expand Down Expand Up @@ -133,17 +132,6 @@ static struct sa1111_dev_info sa1111_devices[] = {
},
};

void __init sa1111_adjust_zones(int node, unsigned long *size, unsigned long *holes)
{
unsigned int sz = SZ_1M >> PAGE_SHIFT;

if (node != 0)
sz = 0;

size[1] = size[0] - sz;
size[0] = sz;
}

/*
* SA1111 interrupt support. Since clearing an IRQ while there are
* active IRQs causes the interrupt output to pulse, the upper levels
Expand Down
Loading

0 comments on commit e4bdebb

Please sign in to comment.