Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
U-Boot
Custodians
RISC-V U-Boot Custodian Tree
Commits
3cbd8231
Commit
3cbd8231
authored
Nov 02, 2008
by
Wolfgang Denk
Browse files
Coding Style cleanup, update CHANGELOG
Signed-off-by:
Wolfgang Denk
<
wd@denx.de
>
parent
3ec53148
Changes
21
Expand all
Hide whitespace changes
Inline
Side-by-side
CHANGELOG
View file @
3cbd8231
This diff is collapsed.
Click to expand it.
board/amcc/canyonlands/init.S
View file @
3cbd8231
...
...
@@ -98,7 +98,7 @@ tlbtab:
tlbentry
(
CONFIG_SYS_AHB_BASE
,
SZ_1M
,
0xbff00000
,
4
,
AC_R|AC_W|AC_X|SA_G|SA_I
)
#if defined(CONFIG_RAPIDIO)
/
*
TLB
-
entries
for
RapidIO
(
SRIO
)
*/
/
*
TLB
-
entries
for
RapidIO
(
SRIO
)
*/
tlbentry
(
CONFIG_SYS_SRGPL0_REG_BAR
,
SZ_16M
,
CONFIG_SYS_SRGPL0_REG_BAR
,
0
xD
,
AC_R|AC_W|SA_G
|
SA_I
)
tlbentry
(
CONFIG_SYS_SRGPL0_CFG_BAR
,
SZ_16M
,
CONFIG_SYS_SRGPL0_CFG_BAR
,
...
...
board/atum8548/atum8548.c
View file @
3cbd8231
...
...
@@ -377,7 +377,7 @@ int last_stage_init(void)
#if defined(CONFIG_OF_BOARD_SETUP)
extern
void
ft_fsl_pci_setup
(
void
*
blob
,
const
char
*
pci_alias
,
struct
pci_controller
*
hose
);
struct
pci_controller
*
hose
);
void
ft_board_setup
(
void
*
blob
,
bd_t
*
bd
)
{
...
...
board/freescale/mpc8536ds/mpc8536ds.c
View file @
3cbd8231
...
...
@@ -439,8 +439,8 @@ int board_early_init_r(void)
*/
/* Flush d-cache and invalidate i-cache of any FLASH data */
flush_dcache
();
invalidate_icache
();
flush_dcache
();
invalidate_icache
();
/* invalidate existing TLB entry for flash + promjet */
disable_tlb
(
flash_esel
);
...
...
@@ -646,7 +646,7 @@ int board_eth_init(bd_t *bis)
#if defined(CONFIG_OF_BOARD_SETUP)
extern
void
ft_fsl_pci_setup
(
void
*
blob
,
const
char
*
pci_alias
,
struct
pci_controller
*
hose
);
struct
pci_controller
*
hose
);
void
ft_board_setup
(
void
*
blob
,
bd_t
*
bd
)
{
...
...
board/freescale/mpc8544ds/mpc8544ds.c
View file @
3cbd8231
...
...
@@ -488,7 +488,7 @@ int board_eth_init(bd_t *bis)
#if defined(CONFIG_OF_BOARD_SETUP)
extern
void
ft_fsl_pci_setup
(
void
*
blob
,
const
char
*
pci_alias
,
struct
pci_controller
*
hose
);
struct
pci_controller
*
hose
);
void
ft_board_setup
(
void
*
blob
,
bd_t
*
bd
)
{
...
...
board/freescale/mpc8548cds/mpc8548cds.c
View file @
3cbd8231
...
...
@@ -479,7 +479,7 @@ int last_stage_init(void)
#if defined(CONFIG_OF_BOARD_SETUP)
extern
void
ft_fsl_pci_setup
(
void
*
blob
,
const
char
*
pci_alias
,
struct
pci_controller
*
hose
);
struct
pci_controller
*
hose
);
void
ft_pci_setup
(
void
*
blob
,
bd_t
*
bd
)
{
...
...
board/freescale/mpc8568mds/mpc8568mds.c
View file @
3cbd8231
...
...
@@ -496,7 +496,7 @@ pci_init_board(void)
#if defined(CONFIG_OF_BOARD_SETUP)
extern
void
ft_fsl_pci_setup
(
void
*
blob
,
const
char
*
pci_alias
,
struct
pci_controller
*
hose
);
struct
pci_controller
*
hose
);
void
ft_board_setup
(
void
*
blob
,
bd_t
*
bd
)
{
...
...
board/freescale/mpc8572ds/mpc8572ds.c
View file @
3cbd8231
...
...
@@ -362,8 +362,8 @@ int board_early_init_r(void)
*/
/* Flush d-cache and invalidate i-cache of any FLASH data */
flush_dcache
();
invalidate_icache
();
flush_dcache
();
invalidate_icache
();
/* invalidate existing TLB entry for flash + promjet */
disable_tlb
(
flash_esel
);
...
...
@@ -560,7 +560,7 @@ int board_eth_init(bd_t *bis)
#if defined(CONFIG_OF_BOARD_SETUP)
extern
void
ft_fsl_pci_setup
(
void
*
blob
,
const
char
*
pci_alias
,
struct
pci_controller
*
hose
);
struct
pci_controller
*
hose
);
void
ft_board_setup
(
void
*
blob
,
bd_t
*
bd
)
{
...
...
board/freescale/mpc8610hpcd/mpc8610hpcd.c
View file @
3cbd8231
...
...
@@ -403,7 +403,7 @@ void pci_init_board(void)
#if defined(CONFIG_OF_BOARD_SETUP)
extern
void
ft_fsl_pci_setup
(
void
*
blob
,
const
char
*
pci_alias
,
struct
pci_controller
*
hose
);
struct
pci_controller
*
hose
);
void
ft_board_setup
(
void
*
blob
,
bd_t
*
bd
)
...
...
board/freescale/mpc8641hpcn/ddr.c
View file @
3cbd8231
...
...
@@ -47,12 +47,12 @@ void fsl_ddr_get_spd(ddr2_spd_eeprom_t *ctrl_dimms_spd,
}
typedef
struct
{
u32
datarate_mhz_low
;
u32
datarate_mhz_high
;
u32
n_ranks
;
u32
clk_adjust
;
u32
cpo
;
u32
write_data_delay
;
u32
datarate_mhz_low
;
u32
datarate_mhz_high
;
u32
n_ranks
;
u32
clk_adjust
;
u32
cpo
;
u32
write_data_delay
;
}
board_specific_parameters_t
;
/* XXX: these values need to be checked for all interleaving modes. */
...
...
@@ -84,7 +84,7 @@ const board_specific_parameters_t board_specific_parameters[2][16] = {
{
/* memory controller 1 */
/*
lo| hi| num| clk| cpo|wrdata */
/*
lo| hi| num| clk| cpo|wrdata */
/* mhz| mhz|ranks|adjst| | delay */
{
0
,
333
,
4
,
7
,
7
,
3
},
{
334
,
400
,
4
,
7
,
9
,
3
},
...
...
@@ -129,7 +129,7 @@ void fsl_ddr_board_options(memctl_options_t *popts,
if
(
i
&
1
)
{
/* odd CS */
popts
->
cs_local_opts
[
i
].
odt_rd_cfg
=
0
;
popts
->
cs_local_opts
[
i
].
odt_wr_cfg
=
0
;
}
else
{
/* even CS */
}
else
{
/* even CS */
if
((
CONFIG_DIMM_SLOTS_PER_CTLR
==
2
)
&&
(
pdimm
[
i
/
2
].
n_ranks
!=
0
))
{
popts
->
cs_local_opts
[
i
].
odt_rd_cfg
=
3
;
...
...
board/freescale/mpc8641hpcn/mpc8641hpcn.c
View file @
3cbd8231
...
...
@@ -270,7 +270,7 @@ void pci_init_board(void)
#if defined(CONFIG_OF_BOARD_SETUP)
extern
void
ft_fsl_pci_setup
(
void
*
blob
,
const
char
*
pci_alias
,
struct
pci_controller
*
hose
);
struct
pci_controller
*
hose
);
void
ft_board_setup
(
void
*
blob
,
bd_t
*
bd
)
...
...
board/keymile/mgcoge/mgcoge.c
View file @
3cbd8231
...
...
@@ -45,152 +45,152 @@ extern int ivm_read_eeprom (void);
const
iop_conf_t
iop_conf_tab
[
4
][
32
]
=
{
/* Port A */
{
/* conf
ppar psor pdir podr pdat */
/* PA31 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PA31
*/
/* PA30 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PA30
*/
/* PA29 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PA29
*/
/* PA28 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PA28
*/
/* PA27 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PA27
*/
/* PA26 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PA26
*/
/* PA25 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PA25
*/
/* PA24 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PA24
*/
/* PA23 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PA23
*/
/* PA22 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PA22
*/
/* PA21 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PA21
*/
/* PA20 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PA20
*/
/* PA19 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PA19
*/
/* PA18 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PA18
*/
/* PA17 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PA17
*/
/* PA16 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PA16
*/
/* PA15 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PA15
*/
/* PA14 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PA14
*/
/* PA13 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PA13
*/
/* PA12 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PA12
*/
/* PA11 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PA11
*/
/* PA10 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PA10
*/
/* PA9
*/
{
1
,
1
,
0
,
1
,
0
,
0
},
/* SMC2 TxD
*/
/* PA8
*/
{
1
,
1
,
0
,
0
,
0
,
0
},
/* SMC2 RxD
*/
/* PA7
*/
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PA7
*/
/* PA6
*/
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PA6
*/
/* PA5
*/
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PA5
*/
/* PA4
*/
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PA4
*/
/* PA3
*/
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PA3
*/
/* PA2
*/
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PA2
*/
/* PA1
*/
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PA1
*/
/* PA0
*/
{
0
,
0
,
0
,
0
,
0
,
0
}
/* PA0
*/
{
/* conf
ppar psor pdir podr pdat */
/* PA31 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PA31
*/
/* PA30 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PA30
*/
/* PA29 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PA29
*/
/* PA28 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PA28
*/
/* PA27 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PA27
*/
/* PA26 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PA26
*/
/* PA25 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PA25
*/
/* PA24 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PA24
*/
/* PA23 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PA23
*/
/* PA22 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PA22
*/
/* PA21 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PA21
*/
/* PA20 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PA20
*/
/* PA19 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PA19
*/
/* PA18 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PA18
*/
/* PA17 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PA17
*/
/* PA16 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PA16
*/
/* PA15 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PA15
*/
/* PA14 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PA14
*/
/* PA13 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PA13
*/
/* PA12 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PA12
*/
/* PA11 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PA11
*/
/* PA10 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PA10
*/
/* PA9
*/
{
1
,
1
,
0
,
1
,
0
,
0
},
/* SMC2 TxD
*/
/* PA8
*/
{
1
,
1
,
0
,
0
,
0
,
0
},
/* SMC2 RxD
*/
/* PA7
*/
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PA7
*/
/* PA6
*/
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PA6
*/
/* PA5
*/
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PA5
*/
/* PA4
*/
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PA4
*/
/* PA3
*/
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PA3
*/
/* PA2
*/
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PA2
*/
/* PA1
*/
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PA1
*/
/* PA0
*/
{
0
,
0
,
0
,
0
,
0
,
0
}
/* PA0
*/
},
/* Port B */
{
/* conf
ppar psor pdir podr pdat */
/* PB31 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PB31
*/
/* PB30 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PB30
*/
/* PB29 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PB29
*/
/* PB28 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PB28
*/
/* PB27 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PB27
*/
/* PB26 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PB26
*/
/* PB25 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PB25
*/
/* PB24 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PB24
*/
/* PB23 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PB23
*/
/* PB22 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PB22
*/
/* PB21 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PB21
*/
/* PB20 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PB20
*/
/* PB19 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PB19
*/
/* PB18 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PB18
*/
/* PB17 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* non-existent */
/* PB16 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* non-existent */
/* PB15 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* non-existent */
/* PB14 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* non-existent */
/* PB13 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* non-existent */
/* PB12 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* non-existent */
/* PB11 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* non-existent */
/* PB10 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* non-existent */
/* PB9
*/
{
0
,
0
,
0
,
0
,
0
,
0
},
/* non-existent */
/* PB8
*/
{
0
,
0
,
0
,
0
,
0
,
0
},
/* non-existent */
/* PB7
*/
{
0
,
0
,
0
,
0
,
0
,
0
},
/* non-existent */
/* PB6
*/
{
0
,
0
,
0
,
0
,
0
,
0
},
/* non-existent */
/* PB5
*/
{
0
,
0
,
0
,
0
,
0
,
0
},
/* non-existent */
/* PB4
*/
{
0
,
0
,
0
,
0
,
0
,
0
},
/* non-existent */
/* PB3
*/
{
0
,
0
,
0
,
0
,
0
,
0
},
/* non-existent */
/* PB2
*/
{
0
,
0
,
0
,
0
,
0
,
0
},
/* non-existent */
/* PB1
*/
{
0
,
0
,
0
,
0
,
0
,
0
},
/* non-existent */
/* PB0
*/
{
0
,
0
,
0
,
0
,
0
,
0
}
/* non-existent */
{
/* conf
ppar psor pdir podr pdat */
/* PB31 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PB31
*/
/* PB30 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PB30
*/
/* PB29 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PB29
*/
/* PB28 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PB28
*/
/* PB27 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PB27
*/
/* PB26 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PB26
*/
/* PB25 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PB25
*/
/* PB24 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PB24
*/
/* PB23 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PB23
*/
/* PB22 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PB22
*/
/* PB21 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PB21
*/
/* PB20 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PB20
*/
/* PB19 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PB19
*/
/* PB18 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PB18
*/
/* PB17 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* non-existent */
/* PB16 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* non-existent */
/* PB15 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* non-existent */
/* PB14 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* non-existent */
/* PB13 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* non-existent */
/* PB12 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* non-existent */
/* PB11 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* non-existent */
/* PB10 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* non-existent */
/* PB9
*/
{
0
,
0
,
0
,
0
,
0
,
0
},
/* non-existent */
/* PB8
*/
{
0
,
0
,
0
,
0
,
0
,
0
},
/* non-existent */
/* PB7
*/
{
0
,
0
,
0
,
0
,
0
,
0
},
/* non-existent */
/* PB6
*/
{
0
,
0
,
0
,
0
,
0
,
0
},
/* non-existent */
/* PB5
*/
{
0
,
0
,
0
,
0
,
0
,
0
},
/* non-existent */
/* PB4
*/
{
0
,
0
,
0
,
0
,
0
,
0
},
/* non-existent */
/* PB3
*/
{
0
,
0
,
0
,
0
,
0
,
0
},
/* non-existent */
/* PB2
*/
{
0
,
0
,
0
,
0
,
0
,
0
},
/* non-existent */
/* PB1
*/
{
0
,
0
,
0
,
0
,
0
,
0
},
/* non-existent */
/* PB0
*/
{
0
,
0
,
0
,
0
,
0
,
0
}
/* non-existent */
},
/* Port C */
{
/* conf
ppar psor pdir podr pdat */
/* PC31 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PC31
*/
/* PC30 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PC30
*/
/* PC29 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PC29
*/
/* PC28 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PC28
*/
/* PC27 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PC27
*/
/* PC26 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PC26
*/
/* PC25 */
{
1
,
1
,
0
,
0
,
0
,
0
},
/* SCC4 RxClk */
/* PC24 */
{
1
,
1
,
0
,
0
,
0
,
0
},
/* SCC4 TxClk */
/* PC23 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PC23
*/
/* PC22 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PC22
*/
/* PC21 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PC21
*/
/* PC20 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PC20
*/
/* PC19 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PC19
*/
/* PC18 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PC18
*/
/* PC17 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PC17
*/
/* PC16 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PC16
*/
/* PC15 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PC15
*/
/* PC14 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PC14
*/
/* PC13 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PC13
*/
/* PC12 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PC12
*/
/* PC11 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PC11
*/
/* PC10 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PC10
*/
/* PC9
*/
{
1
,
1
,
0
,
0
,
0
,
0
},
/* SCC4: CTS
*/
/* PC8
*/
{
1
,
1
,
0
,
0
,
0
,
0
},
/* SCC4: CD
*/
/* PC7
*/
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PC7
*/
/* PC6
*/
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PC6
*/
/* PC5
*/
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PC5
*/
/* PC4
*/
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PC4
*/
/* PC3
*/
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PC3
*/
/* PC2
*/
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PC2
*/
/* PC1
*/
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PC1
*/
/* PC0
*/
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PC0
*/
{
/* conf
ppar psor pdir podr pdat */
/* PC31 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PC31
*/
/* PC30 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PC30
*/
/* PC29 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PC29
*/
/* PC28 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PC28
*/
/* PC27 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PC27
*/
/* PC26 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PC26
*/
/* PC25 */
{
1
,
1
,
0
,
0
,
0
,
0
},
/* SCC4 RxClk */
/* PC24 */
{
1
,
1
,
0
,
0
,
0
,
0
},
/* SCC4 TxClk */
/* PC23 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PC23
*/
/* PC22 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PC22
*/
/* PC21 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PC21
*/
/* PC20 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PC20
*/
/* PC19 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PC19
*/
/* PC18 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PC18
*/
/* PC17 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PC17
*/
/* PC16 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PC16
*/
/* PC15 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PC15
*/
/* PC14 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PC14
*/
/* PC13 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PC13
*/
/* PC12 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PC12
*/
/* PC11 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PC11
*/
/* PC10 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PC10
*/
/* PC9
*/
{
1
,
1
,
0
,
0
,
0
,
0
},
/* SCC4: CTS
*/
/* PC8
*/
{
1
,
1
,
0
,
0
,
0
,
0
},
/* SCC4: CD
*/
/* PC7
*/
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PC7
*/
/* PC6
*/
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PC6
*/
/* PC5
*/
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PC5
*/
/* PC4
*/
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PC4
*/
/* PC3
*/
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PC3
*/
/* PC2
*/
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PC2
*/
/* PC1
*/
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PC1
*/
/* PC0
*/
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PC0
*/
},
/* Port D */
{
/* conf
ppar psor pdir podr pdat */
/* PD31 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PD31
*/
/* PD30 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PD30
*/
/* PD29 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PD29
*/
/* PD28 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PD28
*/
/* PD27 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PD27
*/
/* PD26 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PD26
*/
/* PD25 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PD25
*/
/* PD24 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PD24
*/
/* PD23 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PD23
*/
/* PD22 */
{
1
,
1
,
0
,
0
,
0
,
0
},
/* SCC4: RXD
*/
/* PD21 */
{
1
,
1
,
0
,
1
,
0
,
0
},
/* SCC4: TXD
*/
/* PD20 */
{
1
,
1
,
0
,
1
,
0
,
0
},
/* SCC4: RTS
*/
/* PD19 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PD19
*/
/* PD18 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PD18
*/
/* PD17 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PD17
*/
/* PD16 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PD16
*/
{
/* conf
ppar psor pdir podr pdat */
/* PD31 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PD31
*/
/* PD30 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PD30
*/
/* PD29 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PD29
*/
/* PD28 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PD28
*/
/* PD27 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PD27
*/
/* PD26 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PD26
*/
/* PD25 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PD25
*/
/* PD24 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PD24
*/
/* PD23 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PD23
*/
/* PD22 */
{
1
,
1
,
0
,
0
,
0
,
0
},
/* SCC4: RXD
*/
/* PD21 */
{
1
,
1
,
0
,
1
,
0
,
0
},
/* SCC4: TXD
*/
/* PD20 */
{
1
,
1
,
0
,
1
,
0
,
0
},
/* SCC4: RTS
*/
/* PD19 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PD19
*/
/* PD18 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PD18
*/
/* PD17 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PD17
*/
/* PD16 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PD16
*/
#if defined(CONFIG_HARD_I2C)
/* PD15 */
{
1
,
1
,
1
,
0
,
1
,
0
},
/* I2C SDA
*/
/* PD14 */
{
1
,
1
,
1
,
0
,
1
,
0
},
/* I2C SCL
*/
/* PD15 */
{
1
,
1
,
1
,
0
,
1
,
0
},
/* I2C SDA
*/
/* PD14 */
{
1
,
1
,
1
,
0
,
1
,
0
},
/* I2C SCL
*/
#else
/* PD15 */
{
1
,
0
,
0
,
0
,
1
,
1
},
/* PD15
*/
/* PD14 */
{
1
,
0
,
0
,
1
,
1
,
1
},
/* PD14
*/
/* PD15 */
{
1
,
0
,
0
,
0
,
1
,
1
},
/* PD15
*/
/* PD14 */
{
1
,
0
,
0
,
1
,
1
,
1
},
/* PD14
*/
#endif
/* PD13 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PD13
*/
/* PD12 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PD12
*/
/* PD11 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PD11
*/
/* PD10 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PD10
*/
/* PD9
*/
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PD9
*/
/* PD8
*/
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PD8
*/
/* PD7
*/
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PD7
*/
/* PD6
*/
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PD6
*/
/* PD5
*/
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PD5
*/
/* PD4
*/
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PD4
*/
/* PD3
*/
{
0
,
0
,
0
,
0
,
0
,
0
},
/* non-existent */
/* PD2
*/
{
0
,
0
,
0
,
0
,
0
,
0
},
/* non-existent */
/* PD1
*/
{
0
,
0
,
0
,
0
,
0
,
0
},
/* non-existent */
/* PD0
*/
{
0
,
0
,
0
,
0
,
0
,
0
}
/* non-existent */
/* PD13 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PD13
*/
/* PD12 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PD12
*/
/* PD11 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PD11
*/
/* PD10 */
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PD10
*/
/* PD9
*/
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PD9
*/
/* PD8
*/
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PD8
*/
/* PD7
*/
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PD7
*/
/* PD6
*/
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PD6
*/
/* PD5
*/
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PD5
*/
/* PD4
*/
{
0
,
0
,
0
,
0
,
0
,
0
},
/* PD4
*/
/* PD3
*/
{
0
,
0
,
0
,
0
,
0
,
0
},
/* non-existent */
/* PD2
*/
{
0
,
0
,
0
,
0
,
0
,
0
},
/* non-existent */
/* PD1
*/
{
0
,
0
,
0
,
0
,
0
,
0
},
/* non-existent */
/* PD0
*/
{
0
,
0
,
0
,
0
,
0
,
0
}
/* non-existent */
}
};
...
...
@@ -309,10 +309,10 @@ int hush_init_var (void)
#if defined(CONFIG_OF_BOARD_SETUP) && defined(CONFIG_OF_LIBFDT)
extern
int
fdt_set_node_and_value
(
void
*
blob
,
char
*
nodename
,
char
*
regname
,
void
*
var
,
int
size
);
char
*
nodename
,
char
*
regname
,
void
*
var
,
int
size
);
/*
* update "memory" property in the blob
...
...
board/keymile/mgsuvd/mgsuvd.c
View file @
3cbd8231
...
...
@@ -151,10 +151,10 @@ int hush_init_var (void)
#if defined(CONFIG_OF_BOARD_SETUP) && defined(CONFIG_OF_LIBFDT)
extern
int
fdt_set_node_and_value
(
void
*
blob
,
char
*
nodename
,
char
*
regname
,
void
*
var
,
int
size
);
char
*
nodename
,
char
*
regname
,
void
*
var
,
int
size
);
/*
* update "memory" property in the blob
...
...
board/sbc8548/sbc8548.c
View file @
3cbd8231
...
...
@@ -530,7 +530,7 @@ int last_stage_init(void)
#if defined(CONFIG_OF_BOARD_SETUP)
extern
void
ft_fsl_pci_setup
(
void
*
blob
,
const
char
*
pci_alias
,
struct
pci_controller
*
hose
);
struct
pci_controller
*
hose
);
void
ft_board_setup
(
void
*
blob
,
bd_t
*
bd
)
{
...
...
board/sbc8641d/sbc8641d.c
View file @
3cbd8231
...
...
@@ -322,7 +322,7 @@ void pci_init_board(void)
#if defined(CONFIG_OF_BOARD_SETUP)
extern
void
ft_fsl_pci_setup
(
void
*
blob
,
const
char
*
pci_alias
,
struct
pci_controller
*
hose
);
struct
pci_controller
*
hose
);
void
ft_board_setup
(
void
*
blob
,
bd_t
*
bd
)
{
...
...
board/tqc/tqm85xx/tqm85xx.c
View file @
3cbd8231
...
...
@@ -23,7 +23,7 @@
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
...
...
@@ -702,7 +702,7 @@ void pci_init_board (void)
#ifdef CONFIG_OF_BOARD_SETUP
extern
void
ft_fsl_pci_setup
(
void
*
blob
,
const
char
*
pci_alias
,
struct
pci_controller
*
hose
);
struct
pci_controller
*
hose
);
void
ft_board_setup
(
void
*
blob
,
bd_t
*
bd
)
{
...
...
common/cmd_i2c.c
View file @
3cbd8231
...
...
@@ -249,7 +249,6 @@ int do_i2c_mm ( cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
return
mod_i2c_mem
(
cmdtp
,
1
,
flag
,
argc
,
argv
);
}
int
do_i2c_nm
(
cmd_tbl_t
*
cmdtp
,
int
flag
,
int
argc
,
char
*
argv
[])
{
return
mod_i2c_mem
(
cmdtp
,
0
,
flag
,
argc
,
argv
);
...
...
@@ -339,7 +338,6 @@ int do_i2c_mw ( cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
return
(
0
);
}
/* Calculate a CRC on memory
*
* Syntax:
...
...
@@ -409,7 +407,6 @@ int do_i2c_crc (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
return
0
;
}
/* Modify memory.
*
* Syntax:
...
...
@@ -587,7 +584,6 @@ int do_i2c_probe (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
return
0
;
}
/*
* Syntax:
* iloop {i2c_chip} {addr}{.0, .1, .2} [{length}] [{delay}]
...
...
@@ -658,7 +654,6 @@ int do_i2c_loop(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
return
0
;
}
/*
* The SDRAM command is separately configured because many
* (most?) embedded boards don't use SDRAM DIMMs.
...
...
@@ -1601,4 +1596,3 @@ int i2x_mux_select_mux(int bus)
return
0
;
}
#endif
/* CONFIG_I2C_MUX */