Re: [U-Boot] [PATCH v4 0/7] nios2: add device tree control of U-Boot

2015-09-07 Thread Marek Vasut
On Monday, September 07, 2015 at 03:03:19 AM, Thomas Chou wrote:
> These patches add device tree control of U-Boot to nios2 boards.
> 
> v2
>   use SPDX license header.
>   use fdt relocation in board_init_f.
> v3
>   fix comment style.
> v4
>   drop fdt_blob print in board info, which needs more discussion.
> 
> Thomas Chou (7):
>   nios2: permit device tree control of U-Boot
>   nios2: move altera_pio_init to board_early_init_r
>   nios2: BSS should be cleared only after board_init_f
>   nios2: enlarge the code relocation range
>   nios2: remove gp assignments in link script
>   nios2: define _end in link script
>   nios2: enable device tree control of U-Boot

Hi,

Nice, I like seeing how NIOS2 getting back to shape. btw you could have
waited a few days before applying patches that were just posted.

Best regards,
Marek Vasut
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH v4 0/7] nios2: add device tree control of U-Boot

2015-09-07 Thread Thomas Chou

Hi Marek,

On 09/07/2015 05:29 PM, Marek Vasut wrote:

Nice, I like seeing how NIOS2 getting back to shape. btw you could have
waited a few days before applying patches that were just posted.


Thanks for reminding. I used to wait a week. But I hate too many things 
floating around, that would prevent me to focus. Something we might have 
enough discussion or too trivial..


Thank you again. And please continue your great work.

Cheers,
Thomas Chou
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [PATCH v4 0/7] nios2: add device tree control of U-Boot

2015-09-06 Thread Thomas Chou
These patches add device tree control of U-Boot to nios2 boards.

v2
  use SPDX license header.
  use fdt relocation in board_init_f.
v3
  fix comment style.
v4
  drop fdt_blob print in board info, which needs more discussion.

Thomas Chou (7):
  nios2: permit device tree control of U-Boot
  nios2: move altera_pio_init to board_early_init_r
  nios2: BSS should be cleared only after board_init_f
  nios2: enlarge the code relocation range
  nios2: remove gp assignments in link script
  nios2: define _end in link script
  nios2: enable device tree control of U-Boot

 arch/Kconfig   |   1 +
 arch/nios2/cpu/start.S |  35 ---
 arch/nios2/cpu/u-boot.lds  |  14 ++-
 arch/nios2/dts/.gitignore  |   1 +
 arch/nios2/dts/3c120_devboard.dts  | 153 +
 arch/nios2/dts/Makefile|  11 +++
 arch/nios2/dts/include/dt-bindings |   1 +
 board/altera/nios2-generic/nios2-generic.c |  13 ++-
 configs/nios2-generic_defconfig|   2 +
 include/configs/nios2-generic.h|   1 +
 10 files changed, 209 insertions(+), 23 deletions(-)
 create mode 100644 arch/nios2/dts/.gitignore
 create mode 100644 arch/nios2/dts/3c120_devboard.dts
 create mode 100644 arch/nios2/dts/Makefile
 create mode 12 arch/nios2/dts/include/dt-bindings

-- 
2.1.4

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot