Re: [U-Boot] [PATCH] arm: add support for semihosting for ARMv7M targets

2015-10-18 Thread Linus Walleij
On Sun, Oct 18, 2015 at 1:40 AM, Vadzim Dambrouski wrote: > It is possible to enable CONFIG_SEMIHOSTING for STM32F429 target, but it > would result in compile error. This patch adds support for semihosting for > STM32F429 or any other ARMv7M target. Tested on

Re: [U-Boot] [PATCH v2 1/3] Sort README.scrapyard

2015-10-18 Thread Masahiro Yamada
Hi Simon, 2015-10-18 3:58 GMT+09:00 Simon Glass : > Sort this by board name to make it easier to find boards. > > Signed-off-by: Simon Glass > --- > > Changes in v2: > - Rebase to master > - Update the file comment to indicate the new ordering > >

Re: [U-Boot] [PATCH v2 2/3] scrapyard: Add lines for recently removed ARM boards

2015-10-18 Thread Masahiro Yamada
2015-10-18 3:58 GMT+09:00 Simon Glass : > A lot of boards were recently removed. Add them to the scrapyard. > > Signed-off-by: Simon Glass > --- > > Changes in v2: None > > doc/README.scrapyard | 73 > >

[U-Boot] [PATCH] nios2: zap nios2-generic board dir

2015-10-18 Thread Thomas Chou
As we use device tree to control u-boot now, the generic board can be removed. Signed-off-by: Thomas Chou --- arch/nios2/Kconfig | 16 ++ arch/nios2/config.mk | 3 +- board/altera/common/cfide.c| 33

Re: [U-Boot] [PATCH] arm: sunxi: Add icnova-a20-swac defconfig and dts file

2015-10-18 Thread Maxime Ripard
On Sat, Oct 17, 2015 at 03:47:51PM +0200, Hans de Goede wrote: > Hi, > > On 01-10-15 11:41, Stefan Roese wrote: > >The ICnova-A20-SWAC is a baseboard, equipped with the ICnova-A20 SoM from > >In-Circuit: > > > >http://wiki.in-circuit.de/index.php5?title=ICnova_A20_SODIMM >

Re: [U-Boot] [PATCH] RFC: dm: Add proposed timeline and guide for porting serial drivers

2015-10-18 Thread Simon Glass
Hi, On 9 September 2015 at 12:06, Simon Glass wrote: > Hi, > > On Saturday, 5 September 2015, Siarhei Siamashka > wrote: >> >> On Sat, 5 Sep 2015 15:52:03 +0200 >> Hans de Goede wrote: >> >> > Hi, >> > >> > On 05-09-15 15:45,

Re: [U-Boot] [PATCH v3] common: Fix load and entry addresses in FIT image

2015-10-18 Thread Simon Glass
On 9 September 2015 at 12:07, Simon Glass wrote: > > On Friday, 4 September 2015, York Sun wrote: > > > > FIT image supports more than 32 bits in addresses by using #address-cell > > field. However the address length is not handled when parsing FIT

[U-Boot] Remove sparc archiecture?

2015-10-18 Thread Simon Glass
Hi, It looks like sparc has no maintainer and has not been converted to generic board. Should we remove it? Regards, Simon ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] Remove sh2, sh3, sh4 architecture?

2015-10-18 Thread Simon Glass
Hi, It looks like these have no maintainer and have not been converted to generic board. Should we remove the 'sh' architecture? Regards, Simon ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 5/5] sbc8641d: enable and test CONFIG_SYS_GENERIC_BOARD

2015-10-18 Thread Simon Glass
Hi Paul, On 16 October 2015 at 15:51, Paul Gortmaker wrote: > On 2015-10-06 11:27 AM, Paul Gortmaker wrote: >> On 2015-10-05 08:53 PM, Paul Gortmaker wrote: >>> [Re: [U-Boot] [PATCH 5/5] sbc8641d: enable and test >>> CONFIG_SYS_GENERIC_BOARD] On 04/10/2015 (Sun

Re: [U-Boot] [PATCH v4] env: export fdt_blob to the environment variable

2015-10-18 Thread Simon Glass
On 15 October 2015 at 18:44, Thomas Chou wrote: > Export fdt_blob to the environment variable. So that we may > use it to boot Linux. > > Signed-off-by: Thomas Chou > --- > v2 > move the code to per board, nios2-generic.c. > v3 > move the code to

Re: [U-Boot] [PATCH] arm: add support for semihosting for ARMv7M targets

2015-10-18 Thread Vadzim Dambrouski
On 18.10.2015 12:20, Linus Walleij wrote: > Hey, cool. Technically the (ulong) typecasts should be another patch Sorry about that, this is my first time sending a patch. > Are you using this with the smload commands? Yes, I do use smhload command, and openocd on the other end. Useful for

Re: [U-Boot] Remove sparc archiecture?

2015-10-18 Thread Tom Rini
On Sun, Oct 18, 2015 at 06:19:16AM -0600, Simon Glass wrote: > Hi, > > It looks like sparc has no maintainer and has not been converted to > generic board. Should we remove it? Well, not quite "no maintainer", but... Daniel? SPARC is in need of some work (and possibly a new toolchain too, I

Re: [U-Boot] [PATCH v2 02/13] x86: fsp: Report correct number of E820 table entries

2015-10-18 Thread Simon Glass
Hi Tom, On 28 September 2015 at 22:52, Simon Glass wrote: > On 28 September 2015 at 03:11, Bin Meng wrote: >> The logic to calculate the number of E820 table entries is wrong >> when walking through the FSP HOB tables. Fix it. >> >> Signed-off-by: Bin Meng

Re: [U-Boot] [PATCH 2/2] x86: Add SMBIOS table support

2015-10-18 Thread Simon Glass
Hi Bin, On 12 October 2015 at 06:23, Bin Meng wrote: > System Management BIOS (SMBIOS) is a specification for how > motherboard and system vendors present management information > about their products in a standard format by extending the BIOS > interface on Intel

Re: [U-Boot] [PATCH 06/10] debug_uart: Adjust the declaration of debug_uart_init()

2015-10-18 Thread Simon Glass
Hi Bin, On 14 September 2015 at 06:16, Bin Meng wrote: > Hi Simon, > > On Wed, Sep 9, 2015 at 7:52 AM, Simon Glass wrote: >> We want to be able to add other common code to this function. So change the >> driver's version to have an underscore before it,

[U-Boot] Converting openrisc to generic board

2015-10-18 Thread Simon Glass
Hi Stefan, I would like to remove all the arch/*/lib/board.c files soon. Can you please take a look at converting openrisc to use generic board? doc/README.generic-board Thanks! Simon ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] [PATCH 04/10] dm: pci: Correct a few debug() statements

2015-10-18 Thread Simon Glass
On 14 September 2015 at 06:15, Bin Meng wrote: > On Wed, Sep 9, 2015 at 7:52 AM, Simon Glass wrote: >> One debug() statement is missing a newline. The other has a repeated word. >> Fix these. >> >> Signed-off-by: Simon Glass >> --- >> >>

Re: [U-Boot] [PATCH 05/10] dm: pci: Adjust pci_find_and_bind_driver() to return -EPERM

2015-10-18 Thread Simon Glass
On 14 September 2015 at 06:15, Bin Meng wrote: > On Wed, Sep 9, 2015 at 7:52 AM, Simon Glass wrote: >> The current code returns 0 even if it failed to find or bind a driver. The >> caller then has to check the returned device to see if it is NULL. It is >>

Re: [U-Boot] [PATCH 02/10] malloc_simple: Add debug() information

2015-10-18 Thread Simon Glass
On 14 September 2015 at 06:15, Bin Meng wrote: > On Wed, Sep 9, 2015 at 7:52 AM, Simon Glass wrote: >> It's useful to get a a trace of memory allocations in early init. Add a >> debug() call to provide that. It can be enabled by adding '#define DEBUG' >> to

Re: [U-Boot] [PATCH 03/10] dm: pci: Tidy up auto-config error handling

2015-10-18 Thread Simon Glass
On 14 September 2015 at 06:15, Bin Meng wrote: > On Wed, Sep 9, 2015 at 7:52 AM, Simon Glass wrote: >> When the auto-configuration process fails for a device (generally due to >> lack of memory) we should return the error correctly so that we don't >>

Re: [U-Boot] Remove sparc archiecture?

2015-10-18 Thread Masahiro Yamada
(+CC Francois) 2015-10-18 21:24 GMT+09:00 Tom Rini : > On Sun, Oct 18, 2015 at 06:19:16AM -0600, Simon Glass wrote: > >> Hi, >> >> It looks like sparc has no maintainer and has not been converted to >> generic board. Should we remove it? > > Well, not quite "no maintainer",

Re: [U-Boot] Remove sh2, sh3, sh4 architecture?

2015-10-18 Thread Masahiro Yamada
2015-10-18 21:19 GMT+09:00 Simon Glass : > Hi, > > It looks like these have no maintainer and have not been converted to > generic board. Should we remove the 'sh' architecture? > > Regards, > Simon The maintainer, Nobuhiro, was at the U-Boot mini summit, but, indeed, no work

Re: [U-Boot] [PATCH v3 2/8] board_init_f_mem(): Don't require memset()

2015-10-18 Thread Albert ARIBAUD
Hello Simon, On Sat, 17 Oct 2015 15:06:55 -0600, Simon Glass wrote: > Unfortunately memset() is not always available, so provide a substitute when > needed. > > Signed-off-by: Simon Glass > --- > > Changes in v3: None > Changes in v2: > - Add comments as

Re: [U-Boot] [PATCH] nios2: zap nios2-generic board dir

2015-10-18 Thread Marek Vasut
On Sunday, October 18, 2015 at 10:36:32 AM, Thomas Chou wrote: > As we use device tree to control u-boot now, the generic > board can be removed. > > Signed-off-by: Thomas Chou Hi! > --- > arch/nios2/Kconfig | 16 ++ > arch/nios2/config.mk

Re: [U-Boot] [PATCH v2 02/13] x86: fsp: Report correct number of E820 table entries

2015-10-18 Thread Tom Rini
On Sun, Oct 18, 2015 at 06:58:51AM -0600, Simon Glass wrote: > Hi Tom, > > On 28 September 2015 at 22:52, Simon Glass wrote: > > On 28 September 2015 at 03:11, Bin Meng wrote: > >> The logic to calculate the number of E820 table entries is wrong > >> when

Re: [U-Boot] [PATCH] arm: add support for semihosting for ARMv7M targets

2015-10-18 Thread Albert ARIBAUD
Hello Vadzim, On Sun, 18 Oct 2015 12:45:51 +0300, Vadzim Dambrouski wrote: > On 18.10.2015 12:20, Linus Walleij wrote: > > Hey, cool. Technically the (ulong) typecasts should be another patch > > Sorry about that, this is my first time sending a patch. Would you mind

Re: [U-Boot] Remove sh2, sh3, sh4 architecture?

2015-10-18 Thread Tom Rini
On Mon, Oct 19, 2015 at 12:30:43AM +0900, Masahiro Yamada wrote: > 2015-10-18 21:19 GMT+09:00 Simon Glass : > > Hi, > > > > It looks like these have no maintainer and have not been converted to > > generic board. Should we remove the 'sh' architecture? > > > > Regards, > > Simon

Re: [U-Boot] Remove sh2, sh3, sh4 architecture?

2015-10-18 Thread Masahiro Yamada
2015-10-19 0:54 GMT+09:00 Tom Rini : > On Mon, Oct 19, 2015 at 12:30:43AM +0900, Masahiro Yamada wrote: >> 2015-10-18 21:19 GMT+09:00 Simon Glass : >> > Hi, >> > >> > It looks like these have no maintainer and have not been converted to >> > generic board.

Re: [U-Boot] [PATCH v3 7/8] zynq: Move SPL console init out of board_init_f()

2015-10-18 Thread Albert ARIBAUD
Hello Simon, On Sat, 17 Oct 2015 15:07:00 -0600, Simon Glass wrote: > We should not init the console this early and there is no need to. If we want > to do early init it can be done in spl_board_init(). Move the > preloader_console_init() call from board_init_f() to

<    1   2   3