projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cfba74d
)
board: ls1088a: fix dppa exit when using efi boot
author
Mian Yousaf Kaukab
<
[email protected]
>
Tue, 29 Jan 2019 15:38:30 +0000
(16:38 +0100)
committer
Prabhakar Kushwaha
<
[email protected]
>
Sun, 3 Mar 2019 15:26:00 +0000
(20:56 +0530)
Same issue for ls2080a was fixed by following patch:
b7b8410a8f
ls2080: Exit dpaa only right before exiting U-Boot
Signed-off-by: Mian Yousaf Kaukab <
[email protected]
>
Reviewed-by: Ashish Kumar <
[email protected]
>
Reviewed-by: Prabhakar Kushwaha <
[email protected]
>
board/freescale/ls1088a/ls1088a.c
patch
|
blob
|
history
diff --git
a/board/freescale/ls1088a/ls1088a.c
b/board/freescale/ls1088a/ls1088a.c
index 953aab6e8839aa196c17e6b81ea3c6ab47c9f1b5..59eed5b369227677f83d92011216ae8168d8091c 100644
(file)
--- a/
board/freescale/ls1088a/ls1088a.c
+++ b/
board/freescale/ls1088a/ls1088a.c
@@
-643,6
+643,11
@@
int arch_misc_init(void)
#endif
#ifdef CONFIG_FSL_MC_ENET
+void board_quiesce_devices(void)
+{
+ fsl_mc_ldpaa_exit(gd->bd);
+}
+
void fdt_fixup_board_enet(void *fdt)
{
int offset;
@@
-732,7
+737,7
@@
void fsl_fdt_fixup_flash(void *fdt)
int ft_board_setup(void *blob, bd_t *bd)
{
- int
err,
i;
+ int i;
u64 base[CONFIG_NR_DRAM_BANKS];
u64 size[CONFIG_NR_DRAM_BANKS];
@@
-762,9
+767,6
@@
int ft_board_setup(void *blob, bd_t *bd)
#ifdef CONFIG_FSL_MC_ENET
fdt_fixup_board_enet(blob);
- err = fsl_mc_ldpaa_exit(bd);
- if (err)
- return err;
#endif
if (is_pb_board())
fixup_ls1088ardb_pb_banner(blob);