-
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.
yaml --- r: 162828 b: refs/heads/master c: 5e983ff h: refs/heads/master v: v3
- Loading branch information
Wu Zhangjin
authored and
Ralf Baechle
committed
Sep 17, 2009
1 parent
7bcece5
commit 29167d8
Showing
15 changed files
with
63 additions
and
195 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: bd92aa013e8fcd17328ec8e060477761cf3380d9 | ||
refs/heads/master: 5e983ff654ca3df3007b5b558b5271bb4622afa4 |
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,36 @@ | ||
/* | ||
* Copyright (C) 2009 Lemote, Inc. & Institute of Computing Technology | ||
* Author: Wu Zhangjin <wuzj@lemote.com> | ||
* | ||
* This program is free software; you can redistribute it and/or modify it | ||
* under the terms of the GNU General Public License as published by the | ||
* Free Software Foundation; either version 2 of the License, or (at your | ||
* option) any later version. | ||
* | ||
*/ | ||
|
||
#ifndef __ASM_MACH_LOONGSON_LOONGSON_H | ||
#define __ASM_MACH_LOONGSON_LOONGSON_H | ||
|
||
#include <linux/io.h> | ||
#include <linux/init.h> | ||
|
||
/* there is an internal bonito64-compatiable northbridge in loongson2e/2f */ | ||
#include <asm/mips-boards/bonito64.h> | ||
|
||
/* loongson internal northbridge initialization */ | ||
extern void bonito_irq_init(void); | ||
|
||
/* loongson-based machines specific reboot setup */ | ||
extern void mips_reboot_setup(void); | ||
|
||
/* environment arguments from bootloader */ | ||
extern unsigned long bus_clock, cpu_clock_freq; | ||
extern unsigned long memsize, highmemsize; | ||
|
||
/* loongson-specific command line, env and memory initialization */ | ||
extern void __init prom_init_memory(void); | ||
extern void __init prom_init_cmdline(void); | ||
extern void __init prom_init_env(void); | ||
|
||
#endif /* __ASM_MACH_LOONGSON_LOONGSON_H */ |
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
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
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
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
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 was deleted.
Oops, something went wrong.
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.