-
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: 67235 b: refs/heads/master c: e90f3b7 h: refs/heads/master i: 67233: 64235e7 67231: 9d2bbfb v: v3
- Loading branch information
Josh Boyer
committed
Aug 20, 2007
1 parent
2dba57d
commit 39b388b
Showing
6 changed files
with
56 additions
and
11 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: 869680c16fb028ac4ad9a449283e0514789c654a | ||
refs/heads/master: e90f3b74d884d0f2826e06dbab4f615ca346eaa4 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
/* | ||
* PowerPC 4xx related functions | ||
* | ||
* Copyright 2007 IBM Corporation. | ||
* Josh Boyer <jwboyer@linux.vnet.ibm.com> | ||
* | ||
* This file is licensed under the terms of the GNU General Public | ||
* License version 2. This program is licensed "as is" without any | ||
* warranty of any kind, whether express or implied. | ||
*/ | ||
#ifndef _POWERPC_BOOT_4XX_H_ | ||
#define _POWERPC_BOOT_4XX_H_ | ||
|
||
void ibm4xx_fixup_memsize(void); | ||
void ibm44x_dbcr_reset(void); | ||
void ibm40x_dbcr_reset(void); | ||
void ibm4xx_quiesce_eth(u32 *emac0, u32 *emac1); | ||
void ibm4xx_fixup_ebc_ranges(const char *ebc); | ||
|
||
#endif /* _POWERPC_BOOT_4XX_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