[U-Boot] [PATCH] net: configure DWMAC DMA by default AXI burst length

2015-01-26 Thread sonic.adi
From: Sonic Zhang Board can define its own AXI burst length to improve DWMAC DMA performance. Signed-off-by: Sonic Zhang --- drivers/net/designware.c |2 ++ drivers/net/designware.h |5 + 2 files changed, 7 insertions(+) diff --git a/drivers/net/designware.c b/drivers/net/designw

[U-Boot] [PATCH 1/2] bfin: enlarge the monitor size for ip04 board to avoid oversize link error

2015-01-15 Thread sonic.adi
From: Sonic Zhang Signed-off-by: Sonic Zhang --- include/configs/ip04.h |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/ip04.h b/include/configs/ip04.h index ec510bd..2ee215f 100644 --- a/include/configs/ip04.h +++ b/include/configs/ip04.h @@ -61,7 +61,7

[U-Boot] [PATCH 2/2] bfin: make env offset sector aligned for bct-brettl2 and ibf-dsp561 boards

2015-01-15 Thread sonic.adi
From: Sonic Zhang Signed-off-by: Sonic Zhang --- include/configs/bct-brettl2.h |2 +- include/configs/ibf-dsp561.h |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/configs/bct-brettl2.h b/include/configs/bct-brettl2.h index 39982ef..2e0e922 100644 --- a/in

[U-Boot] [PATCH v1] DOS_PBR block type is also valid dos block type.

2013-03-11 Thread sonic.adi
From: Sonic Zhang - Should return 0 for both DOS_MBR and DOS_PBR block types in test_part_dos(). Signed-off-by: Sonic Zhang --- disk/part_dos.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/disk/part_dos.c b/disk/part_dos.c index 3fe901b..98f82ca 100644 --- a/disk/