blob: adba6a599a9348275a306243546939ba9051d1fc [file] [log] [blame]
Josh Boyere90f3b72007-08-20 07:28:30 -05001/*
2 * PowerPC 4xx related functions
3 *
4 * Copyright 2007 IBM Corporation.
5 * Josh Boyer <jwboyer@linux.vnet.ibm.com>
6 *
7 * This file is licensed under the terms of the GNU General Public
8 * License version 2. This program is licensed "as is" without any
9 * warranty of any kind, whether express or implied.
10 */
11#ifndef _POWERPC_BOOT_4XX_H_
12#define _POWERPC_BOOT_4XX_H_
13
14void ibm4xx_fixup_memsize(void);
Valentine Barshak606d08b2007-08-29 17:38:30 +040015void ibm4xx_denali_fixup_memsize(void);
Josh Boyere90f3b72007-08-20 07:28:30 -050016void ibm44x_dbcr_reset(void);
17void ibm40x_dbcr_reset(void);
18void ibm4xx_quiesce_eth(u32 *emac0, u32 *emac1);
19void ibm4xx_fixup_ebc_ranges(const char *ebc);
Josh Boyer2ba45732007-08-20 07:30:32 -050020void ibm440ep_fixup_clocks(unsigned int sysclk, unsigned int ser_clk);
Josh Boyere90f3b72007-08-20 07:28:30 -050021
22#endif /* _POWERPC_BOOT_4XX_H_ */