Signed-off-by: Vagrant Cascadian
---
board/bf533-ezkit/flash.c | 2 +-
board/mpl/pip405/pip405.c | 2 +-
board/tqc/tqm5200/cmd_stk52xx.c| 2 +-
cmd/fdc.c | 8
common/kgdb.c |
I'll switch my mails to my own server, so drop all gmail references.
Signed-off-by: Andreas Bießmann
---
.mailmap| 1 +
MAINTAINERS | 4 ++--
arch/arm/lib/stack.c| 2 +-
arch/arm/mach-at91/ar
The getopt(3) optstring '-' is a GNU extension which is not available on BSD
systems like OS X.
Remove this dependency by implementing argument parsing in another way. This
will also change the lately introduced '-b' switch behaviour.
Signed-off-by: Andreas Bießmann
---
Makefile| 2 +-
On 04/28/2016 06:34 PM, Tom Rini wrote:
On Thu, Apr 28, 2016 at 05:55:17PM -0500, Adam Ford wrote:
I am hoping to look at this tomorrow at work. Any suggested toolchain you
recommend?
gcc-4.9.x fails (too large), gcc-5.3.x succeeds, gcc-6.x is also likely
fine but I haven't started using those
If CONFIG_SPL_SERIAL_SUPPORT is not defined in include/configs/exynos5-common.h
the following error is produced during the build of the SPL:
arch/arm/mach-exynos/built-in.o: In function `do_lowlevel_init':
...u-boot/arch/arm/mach-exynos/lowlevel_init.c:221: undefined reference to
`debug_uart_init
If serial support is not compiled into U-Boot, which may be the case
for some SPL builds, the following warning will be generated in disk.c:
cmd/disk.c: In function 'common_diskboot':
cmd/disk.c:16:6: warning: variable 'dev' set but not used
[-Wunused-but-set-variable]
int dev, part;
^
Th
The exynos5 platforms use DM in U-Boot and do not use DM in SPL. The serial
driver, serial_s5p.c, is DM-only. This is OK for U-Boot, but in SPL, this
will fail with the following compile error:
drivers/built-in.o: In function `get_current':
...u-boot/drivers/serial/serial.c:387: undefined referenc
Hi Tom,
Please pull some more fixes for v2016.05.
The following changes since commit fccdb287f5f5f2349d3ca1c7cdf972015417d46d:
Merge branch 'master' of git://git.denx.de/u-boot-video (2016-04-28
13:15:52 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-uniphier.git
2016-04-28 15:37 GMT+09:00 Masahiro Yamada :
>
>
> Masahiro Yamada (4):
> ARM: uniphier: fix boot mode table of PH1-LD20
> ARM: uniphier: enable Peripherl clock to use UART in SPL
> ARM: uniphier: allow to use System Bus for ROM boot mode of PH1-LD20
> ARM: uniphier: move pin-mux code into
This adds support for internal delay on RX and TX on RGMII interface for the
AR8035 phy.
This is basically the same Linux driver do. Tested on a Zynq Zturn board (for
which u-boot support in is my tree; first patch waiting ML approval)
Signed-off-by: Andrea Merello
diff --git a/drivers/net/phy/
> -Original Message-
> From: Gong Qianyu [mailto:qianyu.g...@nxp.com]
> Sent: Thursday, April 28, 2016 2:05 PM
> To: u-boot@lists.denx.de; york sun; o...@buserror.net
> Cc: Mingkai Hu; Qianyu Gong
> Subject: [Patch v2] fsl-layerscape: fdt: add IFC fixup if no IFC is avaliable
> in
> U-Bo
Qianyu,
The reset command is used to boot from the location set in the hardware switch.
Regards,
Mingkai
> -Original Message-
> From: Gong Qianyu [mailto:qianyu.g...@nxp.com]
> Sent: Monday, April 25, 2016 4:39 PM
> To: u-boot@lists.denx.de; york sun; Mingkai Hu
> Cc: Shaohui Xie; Zhiqia
The arm946es is armv5te , so use -march=armv5te instead of armv4t.
Signed-off-by: Marek Vasut
Cc: Albert Aribaud
Cc: Tom Rini
---
arch/arm/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/Makefile b/arch/arm/Makefile
index d516345..dbc81c0 100644
--- a/arch
For reason unknown, recently, the DDR init code writers are really fond
of hiding some small floating point operating deep in their creations.
This patch removes one from the Marvell A38x code.
Instead of returning size of chip as float from ddr3_get_device_size()
in GiB units, return it as int in
On Sat, Apr 30, 2016 at 12:23 AM, Grant Likely wrote:
> I'm pleased to announce the first *very early draft* of the new
> devicetree specification that I and several others have been working
> on since January. This document picks up where ePAPR left off in 2012.
> I'm announcing it now along with
15 matches
Mail list logo