Re: [U-Boot] Pull request: u-boot-mips/master

2017-06-01 Thread Tom Rini
On Wed, May 31, 2017 at 09:38:24PM +0200, Daniel Schwierzeck wrote:

> Hi Tom,
> 
> please pull another update for Broadcom MIPS. 
> This contains new SoC's, new boards and new drivers and some bugfixes.
> 
> Travis CI: https://travis-ci.org/danielschwierzeck/u-boot/builds/237925917
> 
> 
> The following changes since commit ccbbada0a59fead35495409d0c2c7bcb22a40278:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-mmc (2017-05-30 14:07:23 
> -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-mips.git master
> 
> for you to fetch changes up to c93bb1d7bb24930cd3591b0a5a980f77fabd1c29:
> 
>   mips: bmips: fix BCM3380 periph clock frequency (2017-05-31 15:45:29 +0200)
> 

Applied to u-boot/master, thanks!




-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


[U-Boot] Pull request: u-boot-mips/master

2017-05-31 Thread Daniel Schwierzeck
Hi Tom,

please pull another update for Broadcom MIPS. 
This contains new SoC's, new boards and new drivers and some bugfixes.

Travis CI: https://travis-ci.org/danielschwierzeck/u-boot/builds/237925917


The following changes since commit ccbbada0a59fead35495409d0c2c7bcb22a40278:

  Merge branch 'master' of git://git.denx.de/u-boot-mmc (2017-05-30 14:07:23 
-0400)

are available in the git repository at:

  git://git.denx.de/u-boot-mips.git master

for you to fetch changes up to c93bb1d7bb24930cd3591b0a5a980f77fabd1c29:

  mips: bmips: fix BCM3380 periph clock frequency (2017-05-31 15:45:29 +0200)


Álvaro Fernández Rojas (25):
  dm: watchdog: add BCM6345 watchdog driver
  mips: bmips: add bcm6345-wdt driver support for BCM6358
  mips: bmips: add bcm6345-wdt driver support for BCM6328
  mips: bmips: add bcm6345-wdt driver support for BCM63268
  dm: sysreset: add watchdog-reboot driver
  mips: bmips: add wdt-reboot driver support for BCM6358
  mips: bmips: add wdt-reboot driver support for BCM6328
  mips: bmips: add wdt-reboot driver support for BCM63268
  dm: cpu: bmips: rename cpu_desc specific functions
  dm: cpu: bmips: add BCM6348 support
  dm: ram: bmips: split bcm6358_get_ram_size
  dm: ram: bmips: add BCM6338/BCM6348 support
  MIPS: add support for Broadcom MIPS BCM6348 SoC family
  MIPS: add BMIPS Comtrend CT-5361 board
  dm: cpu: bmips: add BCM3380 support
  MIPS: add support for Broadcom MIPS BCM3380 SoC family
  MIPS: add BMIPS Netgear CG3100D board
  dm: cpu: bmips: add BCM6338 support
  MIPS: add support for Broadcom MIPS BCM6338 SoC family
  MIPS: add BMIPS Sagem F@ST1704 board
  mips: bmips: add board descriptions
  dm: serial: bcm6345: fix uart stop bits
  dm: serial: bcm6345: fix baud rate clock calculation
  mips: bmips: extend baud rates support
  mips: bmips: fix BCM3380 periph clock frequency

 arch/mips/dts/Makefile|   3 ++
 arch/mips/dts/brcm,bcm3380.dtsi   | 154 
++
 arch/mips/dts/brcm,bcm63268.dtsi  |  11 +++
 arch/mips/dts/brcm,bcm6328.dtsi   |  11 +++
 arch/mips/dts/brcm,bcm6338.dtsi   | 118 
+++
 arch/mips/dts/brcm,bcm6348.dtsi   | 127 

 arch/mips/dts/brcm,bcm6358.dtsi   |  11 +++
 arch/mips/dts/comtrend,ct-5361.dts|  49 +++
 arch/mips/dts/netgear,cg3100d.dts |  96 
+
 arch/mips/dts/sagem,f...@st1704.dts  |  50 

 arch/mips/mach-bmips/Kconfig  |  96 
+
 arch/mips/mach-bmips/include/ioremap.h|   4 ++-
 board/comtrend/ct5361/Kconfig |  12 
 board/comtrend/ct5361/MAINTAINERS |   6 
 board/comtrend/ct5361/Makefile|   5 
 board/comtrend/ct5361/ct-5361.c   |   7 +
 board/netgear/cg3100d/Kconfig |  12 
 board/netgear/cg3100d/MAINTAINERS |   6 
 board/netgear/cg3100d/Makefile|   5 
 board/netgear/cg3100d/cg3100d.c   |   7 +
 board/sagem/f@st1704/Kconfig  |  12 
 board/sagem/f@st1704/MAINTAINERS  |   6 
 board/sagem/f@st1704/Makefile |   5 
 board/sagem/f@st1704/f@st1704.c   |   7 +
 configs/comtrend_ct5361_ram_defconfig |  57 

 configs/netgear_cg3100d_ram_defconfig |  56 

 configs/sagem_f@st1704_ram_defconfig  |  52 
+
 drivers/cpu/bmips_cpu.c   |  72 
++
 drivers/ram/bmips_ram.c   |  54 
---
 drivers/serial/serial_bcm6345.c   |  10 ---
 drivers/sysreset/Kconfig  |   6 
 drivers/sysreset/Makefile |   1 +
 drivers/sysreset/sysreset_watchdog.c  |  60 
++
 drivers/watchdog/Kconfig  |   8 ++
 drivers/watchdog/Makefile |   1 +
 drivers/watchdog/bcm6345_wdt.c| 110 
++
 include/configs/bmips_bcm3380.h   |  25 
 include/configs/bmips_bcm6338.h   |  30 +++
 include/configs/bmips_bcm6348.h   |  30 +++
 include/configs/bmips_common.h|   4 +++
 include/configs/comtrend_ct5361.h |  20 +
 

Re: [U-Boot] Pull request: u-boot-mips/master

2017-05-13 Thread Tom Rini
On Fri, May 12, 2017 at 11:08:03PM +0200, Daniel Schwierzeck wrote:

> Hi Tom,
> 
> please pull some follow-up fixes for Broadcom MIPS and some minor updates for 
> MIPS Boston board.
> 
> Travis CI: https://travis-ci.org/danielschwierzeck/u-boot/builds/231519583
> 
> 
> The following changes since commit 1f5541c8818d3ecd243f9bbf58db9ea5f55a3195:
> 
>   Merge git://git.denx.de/u-boot-rockchip (2017-05-10 17:40:11 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-mips.git master
> 
> for you to fetch changes up to bc34986c86fc119813f406d95bb43e75e09b0df9:
> 
>   boston: Enable CONFIG_DISTRO_DEFAULTS in defconfigs (2017-05-12 13:29:50 
> +0200)
> 

Applied to u-boot/master, thanks!




-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


[U-Boot] Pull request: u-boot-mips/master

2017-05-12 Thread Daniel Schwierzeck
Hi Tom,

please pull some follow-up fixes for Broadcom MIPS and some minor updates for 
MIPS Boston board.

Travis CI: https://travis-ci.org/danielschwierzeck/u-boot/builds/231519583


The following changes since commit 1f5541c8818d3ecd243f9bbf58db9ea5f55a3195:

  Merge git://git.denx.de/u-boot-rockchip (2017-05-10 17:40:11 -0400)

are available in the git repository at:

  git://git.denx.de/u-boot-mips.git master

for you to fetch changes up to bc34986c86fc119813f406d95bb43e75e09b0df9:

  boston: Enable CONFIG_DISTRO_DEFAULTS in defconfigs (2017-05-12 13:29:50 
+0200)


Paul Burton (5):
  MIPS: Make CM GCR base configurable
  boston: Move CM GCRs away from flash
  boston: Setup memory ranges in FDT provided to Linux
  boston: Bump CONFIG_SYS_BOOTM_LEN to 64MiB
  boston: Enable CONFIG_DISTRO_DEFAULTS in defconfigs

Álvaro Fernández Rojas (5):
  mips: bmips: bcm6358: fix brcm, bcm6358-mc size
  mips: bmips: bcm6328: fix brcm, bcm6328-mc size
  mips: bmips: bcm63268: fix brcm, bcm6328-mc size
  dm: ram: remove unneeded brcm,bcm63268-mc id
  mips: bmips: add missing SFR NeufBox 4 config

 arch/mips/Kconfig| 21 -
 arch/mips/dts/brcm,bcm63268.dtsi |  2 +-
 arch/mips/dts/brcm,bcm6328.dtsi  |  2 +-
 arch/mips/dts/brcm,bcm6358.dtsi  |  2 +-
 arch/mips/lib/cache.c|  2 ++
 arch/mips/mach-bmips/Kconfig |  6 ++
 board/imgtec/boston/Makefile |  1 +
 board/imgtec/boston/dt.c | 27 +++
 configs/boston32r2_defconfig |  7 +--
 configs/boston32r2el_defconfig   |  7 +--
 configs/boston64r2_defconfig |  7 +--
 configs/boston64r2el_defconfig   |  7 +--
 drivers/ram/bmips_ram.c  |  6 +-
 include/configs/boston.h |  5 +
 14 files changed, 61 insertions(+), 41 deletions(-)
 create mode 100644 board/imgtec/boston/dt.c



signature.asc
Description: OpenPGP digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-mips/master

2017-05-10 Thread Tom Rini
On Wed, May 10, 2017 at 09:46:03PM +0200, Daniel Schwierzeck wrote:

> Hi Tom,
> 
> please pull the initial infrastructure and support for Broadcom MIPS SoC's.
> 
> Travis CI: https://travis-ci.org/danielschwierzeck/u-boot/builds/230779561
> 
> 
> 
> The following changes since commit ddd5f4d3a0354c959fa3bccc0957a1164bf5:
> 
>   Merge git://git.denx.de/u-boot-dm (2017-05-09 16:11:36 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-mips.git master
> 
> for you to fetch changes up to a41481bfcba89d1d8dd8b51faa7775cd3ff1c15f:
> 
>   mips: bmips: enable bcm6328-power-domain driver for BCM6328 and BCM63268 
> boards (2017-05-10 16:16:09 +0200)
> 

Applied to u-boot/master, thanks!




-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


[U-Boot] Pull request: u-boot-mips/master

2017-05-10 Thread Daniel Schwierzeck
Hi Tom,

please pull the initial infrastructure and support for Broadcom MIPS SoC's.

Travis CI: https://travis-ci.org/danielschwierzeck/u-boot/builds/230779561



The following changes since commit ddd5f4d3a0354c959fa3bccc0957a1164bf5:

  Merge git://git.denx.de/u-boot-dm (2017-05-09 16:11:36 -0400)

are available in the git repository at:

  git://git.denx.de/u-boot-mips.git master

for you to fetch changes up to a41481bfcba89d1d8dd8b51faa7775cd3ff1c15f:

  mips: bmips: enable bcm6328-power-domain driver for BCM6328 and BCM63268 
boards (2017-05-10 16:16:09 +0200)


Daniel Schwierzeck (1):
  MIPS: call debug_uart_init right before board_init_f

Álvaro Fernández Rojas (48):
  u-boot.elf: remove hard-coded arm64 flags
  u-boot.elf: allow overriding entry symbol
  MIPS: add support for generating u-boot.elf
  u-boot.elf: add quiet_cmd_u-boot-elf and cmd_u-boot-elf
  MIPS: QCA AP121: remove debug_uart_init call
  MIPS: QCA AP143: remove debug_uart_init call
  MIPS: tl-wdr4300: remove debug_uart_init call
  cmd: cpu: fix NULL cpu feature prints
  sysreset: add syscon-reboot driver
  MIPS: allow using generic sysreset drivers
  serial: add serial driver for BCM6345
  cmd: cpu: refactor to ensure devices are probed and improve code style
  cpu: add CPU driver for Broadcom MIPS SoCs
  ram: add RAM driver for Broadcom MIPS SoCs
  MIPS: add initial infrastructure for Broadcom MIPS SoCs
  MIPS: add support for Broadcom MIPS BCM6358 SoC family
  MIPS: add BMIPS Huawei HG556a board
  MIPS: add support for Broadcom MIPS BCM6328 SoC family
  MIPS: add BMIPS Comtrend AR-5387un board
  MIPS: add support for Broadcom MIPS BCM63268 SoC family
  MIPS: add BMIPS Comtrend VR-3032u board
  dm: gpio: add BCM6345 gpio driver
  mips: bmips: add bcm6345-gpio driver support for BCM6358
  mips: bmips: add bcm6345-gpio driver support for BCM6328
  mips: bmips: add bcm6345-gpio driver support for BCM63268
  mips: bmips: add Huawei HG556a gpio-leds
  dm: led: add BCM6328 led driver
  mips: bmips: add bcm6328-led driver support for BCM6328
  mips: bmips: add bcm6328-led driver support for BCM63268
  mips: bmips: add Comtrend AR-5387un bcm6328-leds
  mips: bmips: add Comtrend VR-3032u bcm6328-leds
  dm: led: add BCM6358 led driver
  mips: bmips: add bcm6358-led driver support for BCM6358
  mips: bmips: add NeufBox 4 (Sercomm) board
  dm: clk: add BCM6345 clock driver
  mips: bmips: add bcm6345-clk driver support for BCM6358
  mips: bmips: add bcm6345-clk driver support for BCM6328
  mips: bmips: add bcm6345-clk driver support for BCM63268
  mips: bmips: enable bcm6345-clk driver for all BMIPS boards
  dm: reset: add BCM6345 reset driver
  mips: bmips: add bcm6345-rst driver support for BCM6358
  mips: bmips: add bcm6345-rst driver support for BCM6328
  mips: bmips: add bcm6345-rst driver support for BCM63268
  mips: bmips: enable bcm6345-reset driver for all BMIPS boards
  dm: power: domain: add BCM6328 power domain driver
  mips: bmips: add bcm6328-power-domain driver support for BCM6328
  mips: bmips: add bcm6328-power-domain driver support for BCM63268
  mips: bmips: enable bcm6328-power-domain driver for BCM6328 and BCM63268 
boards

 Makefile |  23 +++---
 arch/arm/config.mk   |   6 ++
 arch/mips/Kconfig|  10 +++
 arch/mips/Makefile   |   1 +
 arch/mips/config.mk  |   2 +
 arch/mips/cpu/cpu.c  |   2 +
 arch/mips/cpu/start.S|  19 +
 arch/mips/dts/Makefile   |   3 +
 arch/mips/dts/brcm,bcm63268.dtsi | 143 
+++
 arch/mips/dts/brcm,bcm6328.dtsi  | 127 
+++
 arch/mips/dts/brcm,bcm6358.dtsi  | 140 
++
 arch/mips/dts/comtrend,ar-5387un.dts |  57 ++
 arch/mips/dts/comtrend,vr-3032u.dts  |  70 
+
 arch/mips/dts/huawei,hg556a.dts  | 104 
+
 arch/mips/dts/sfr,nb4-ser.dts|  93 
+++
 arch/mips/mach-bmips/Kconfig |  88 
++
 arch/mips/mach-bmips/Makefile|   5 ++
 arch/mips/mach-bmips/dram.c  |  37 +
 arch/mips/mach-bmips/include/ioremap.h   |  45 +++
 board/comtrend/ar5387un/Kconfig  |  12 +++
 

Re: [U-Boot] Pull request: u-boot-mips/master

2012-09-18 Thread Tom Rini
On Fri, Sep 14, 2012 at 04:04:36AM +0200, Daniel Schwierzeck wrote:
 Hi Tom,
 
 this one is without qemu_mips64 support and without any warnings.
 
 
 The following changes since commit e66443fdb5355e68cfdbbdd37248c4b7eb4968f5:
 
   Makefile: fix HAVE_VENDOR_COMMON_LIB (2012-08-17 18:07:12 +0200)
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-mips.git master
 
 for you to fetch changes up to 748fd4a621a870d378e4e4f54df76a38fd5d3cba:
 
   MIPS: add support for qemu for little endian MIPS32 CPUs (2012-08-24
 00:34:47 +0200)
 
 
 Daniel Schwierzeck (3):
   MIPS: factor out endianess flag handling to arch config.mk
   MIPS: move CONFIG_STANDALONE_LOAD_ADDR to CPU config makefiles
   MIPS: add support for qemu for little endian MIPS32 CPUs
 
 Marek Vasut (4):
   dm: mips: Fix lb60 WDT control
   dm: mips: Fix lb60 timer code
   dm: mips: Fix warnings in lb60 board
   dm: mips: Import libgcc components from Linux
 
  arch/mips/config.mk|   20 +---
  arch/mips/cpu/mips32/config.mk |   19 ++-
  arch/mips/cpu/xburst/config.mk |5 +++--
  arch/mips/cpu/xburst/cpu.c |2 +-
  arch/mips/cpu/xburst/timer.c   |   12 ++--
  arch/mips/lib/Makefile |   20 
  arch/mips/lib/ashldi3.c|   25 +
  arch/mips/lib/ashrdi3.c|   27 +++
  arch/mips/lib/libgcc.h |   25 +
  arch/mips/lib/lshrdi3.c|   25 +
  board/qi/qi_lb60/qi_lb60.c |4 ++--
  boards.cfg |3 ++-
  include/configs/qemu-mips.h|7 ++-
  include/configs/qi_lb60.h  |1 +
  14 files changed, 162 insertions(+), 33 deletions(-)
  create mode 100644 arch/mips/lib/ashldi3.c
  create mode 100644 arch/mips/lib/ashrdi3.c
  create mode 100644 arch/mips/lib/libgcc.h
  create mode 100644 arch/mips/lib/lshrdi3.c

Applied to u-boot/master, thanks!

-- 
Tom


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


Re: [U-Boot] Pull request: u-boot-mips/master

2012-09-13 Thread Daniel Schwierzeck
Hi Tom,

2012/9/13 Tom Rini tr...@ti.com:
 On Thu, Sep 13, 2012 at 01:17:03AM +0200, Daniel Schwierzeck wrote:
[...]

 With eldk-5.2.1 I see a number of warnings on qemu_mips64, of the form
 oh, this is 64bit and some assumption is wrong now about types.  Can
 you please fix these problems as well?

yes, but all warnings are not MIPS specific. Most likely there are
many more locations in common
U-Boot code which make false assumptions and need to be fixed for 64 bit.

 And this is really past the
 merge window but since it's isolated I'm willing to go with your
 discretion on pulling it now, once the warnings are dealt with.  Thanks!


the qemu_mips64 patches were submitted at the end of the merge window,
but the review took me four weeks.
I can reschedule the qemu_mips64 support to the next merge window if
you are more comfortable
with that. But the remaining patches are bugfixes and cleanups and
should be merged for the upcoming release.

Shall I send a new pull request without qemu_mips64?

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


Re: [U-Boot] Pull request: u-boot-mips/master

2012-09-13 Thread Tom Rini
On 09/13/2012 06:38 AM, Daniel Schwierzeck wrote:
 Hi Tom,
 
 2012/9/13 Tom Rini tr...@ti.com:
 On Thu, Sep 13, 2012 at 01:17:03AM +0200, Daniel Schwierzeck wrote:
 [...]

 With eldk-5.2.1 I see a number of warnings on qemu_mips64, of the form
 oh, this is 64bit and some assumption is wrong now about types.  Can
 you please fix these problems as well?
 
 yes, but all warnings are not MIPS specific. Most likely there are
 many more locations in common
 U-Boot code which make false assumptions and need to be fixed for 64 bit.

Exactly.  Since you guys are the first to hit it, can you please try and
fix them?

 And this is really past the
 merge window but since it's isolated I'm willing to go with your
 discretion on pulling it now, once the warnings are dealt with.  Thanks!

 
 the qemu_mips64 patches were submitted at the end of the merge window,
 but the review took me four weeks.
 I can reschedule the qemu_mips64 support to the next merge window if
 you are more comfortable
 with that. But the remaining patches are bugfixes and cleanups and
 should be merged for the upcoming release.
 
 Shall I send a new pull request without qemu_mips64?

OK, I didn't recall seeing them in time.  I'm OK with pulling it in so
long as someone is going to address all of the warnings this shows.

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


Re: [U-Boot] Pull request: u-boot-mips/master

2012-09-13 Thread Daniel Schwierzeck
2012/9/13 Tom Rini tr...@ti.com:
 On 09/13/2012 06:38 AM, Daniel Schwierzeck wrote:
 Hi Tom,

 2012/9/13 Tom Rini tr...@ti.com:
 On Thu, Sep 13, 2012 at 01:17:03AM +0200, Daniel Schwierzeck wrote:
 [...]

 With eldk-5.2.1 I see a number of warnings on qemu_mips64, of the form
 oh, this is 64bit and some assumption is wrong now about types.  Can
 you please fix these problems as well?

 yes, but all warnings are not MIPS specific. Most likely there are
 many more locations in common
 U-Boot code which make false assumptions and need to be fixed for 64 bit.

 Exactly.  Since you guys are the first to hit it, can you please try and
 fix them?

yes I'll look into it


 And this is really past the
 merge window but since it's isolated I'm willing to go with your
 discretion on pulling it now, once the warnings are dealt with.  Thanks!


 the qemu_mips64 patches were submitted at the end of the merge window,
 but the review took me four weeks.
 I can reschedule the qemu_mips64 support to the next merge window if
 you are more comfortable
 with that. But the remaining patches are bugfixes and cleanups and
 should be merged for the upcoming release.

 Shall I send a new pull request without qemu_mips64?

 OK, I didn't recall seeing them in time.  I'm OK with pulling it in so
 long as someone is going to address all of the warnings this shows.

I have to think about a correct and clean solution for the printf
format specifiers.
So I'll shift the qemu_mips64 support to the next merge window. I've sent you
another pull request.

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


[U-Boot] Pull request: u-boot-mips/master

2012-09-13 Thread Daniel Schwierzeck
Hi Tom,

this one is without qemu_mips64 support and without any warnings.


The following changes since commit e66443fdb5355e68cfdbbdd37248c4b7eb4968f5:

  Makefile: fix HAVE_VENDOR_COMMON_LIB (2012-08-17 18:07:12 +0200)

are available in the git repository at:

  git://git.denx.de/u-boot-mips.git master

for you to fetch changes up to 748fd4a621a870d378e4e4f54df76a38fd5d3cba:

  MIPS: add support for qemu for little endian MIPS32 CPUs (2012-08-24
00:34:47 +0200)


Daniel Schwierzeck (3):
  MIPS: factor out endianess flag handling to arch config.mk
  MIPS: move CONFIG_STANDALONE_LOAD_ADDR to CPU config makefiles
  MIPS: add support for qemu for little endian MIPS32 CPUs

Marek Vasut (4):
  dm: mips: Fix lb60 WDT control
  dm: mips: Fix lb60 timer code
  dm: mips: Fix warnings in lb60 board
  dm: mips: Import libgcc components from Linux

 arch/mips/config.mk|   20 +---
 arch/mips/cpu/mips32/config.mk |   19 ++-
 arch/mips/cpu/xburst/config.mk |5 +++--
 arch/mips/cpu/xburst/cpu.c |2 +-
 arch/mips/cpu/xburst/timer.c   |   12 ++--
 arch/mips/lib/Makefile |   20 
 arch/mips/lib/ashldi3.c|   25 +
 arch/mips/lib/ashrdi3.c|   27 +++
 arch/mips/lib/libgcc.h |   25 +
 arch/mips/lib/lshrdi3.c|   25 +
 board/qi/qi_lb60/qi_lb60.c |4 ++--
 boards.cfg |3 ++-
 include/configs/qemu-mips.h|7 ++-
 include/configs/qi_lb60.h  |1 +
 14 files changed, 162 insertions(+), 33 deletions(-)
 create mode 100644 arch/mips/lib/ashldi3.c
 create mode 100644 arch/mips/lib/ashrdi3.c
 create mode 100644 arch/mips/lib/libgcc.h
 create mode 100644 arch/mips/lib/lshrdi3.c
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] Pull request: u-boot-mips/master

2012-09-12 Thread Daniel Schwierzeck
Hi Tom,

The following changes since commit e66443fdb5355e68cfdbbdd37248c4b7eb4968f5:

  Makefile: fix HAVE_VENDOR_COMMON_LIB (2012-08-17 18:07:12 +0200)

are available in the git repository at:

  git://git.denx.de/u-boot-mips.git master

for you to fetch changes up to b1418d90e7adf236433b1e2bf88ee05e7ad73d9d:

  MIPS: add board qemu-mips64 support (2012-09-13 00:50:06 +0200)


Daniel Schwierzeck (3):
  MIPS: factor out endianess flag handling to arch config.mk
  MIPS: move CONFIG_STANDALONE_LOAD_ADDR to CPU config makefiles
  MIPS: add support for qemu for little endian MIPS32 CPUs

Marek Vasut (4):
  dm: mips: Fix lb60 WDT control
  dm: mips: Fix lb60 timer code
  dm: mips: Fix warnings in lb60 board
  dm: mips: Import libgcc components from Linux

Zhi-zhou Zhang (4):
  MIPS: don't use camel-case style
  MIPS: add support for 64 bit addressing
  MIPS: qemu_mips: move CONFIG_SYS_TEXT_BASE to qemu-mips.h
  MIPS: add board qemu-mips64 support

 arch/mips/config.mk |  20 ++-
 arch/mips/cpu/mips32/cache.S|  10 +-
 arch/mips/cpu/mips32/config.mk  |  19 +--
 arch/mips/cpu/mips32/cpu.c  |   8 +-
 arch/mips/cpu/mips64/Makefile   |  45 +++
 arch/mips/cpu/mips64/cache.S| 229 
 arch/mips/cpu/mips64/config.mk  |  40 ++
 arch/mips/cpu/mips64/cpu.c  | 111 
 arch/mips/cpu/mips64/interrupts.c   |  34 +
 arch/mips/cpu/mips64/start.S| 256 
 arch/mips/cpu/mips64/time.c |  87 
 arch/mips/cpu/xburst/config.mk  |   5 +-
 arch/mips/cpu/xburst/cpu.c  |  14 +-
 arch/mips/cpu/xburst/start.S|   4 +-
 arch/mips/cpu/xburst/timer.c|  12 +-
 arch/mips/include/asm/addrspace.h   |   2 +-
 arch/mips/include/asm/asm.h |   2 +-
 arch/mips/include/asm/cacheops.h|  82 ++--
 arch/mips/include/asm/io.h  |  16 +++
 arch/mips/include/asm/posix_types.h |   6 +
 arch/mips/lib/Makefile  |  20 +++
 arch/mips/lib/ashldi3.c |  25 
 arch/mips/lib/ashrdi3.c |  27 
 arch/mips/lib/libgcc.h  |  25 
 arch/mips/lib/lshrdi3.c |  25 
 board/qemu-mips/config.mk   |  10 --
 board/qemu-mips/u-boot.lds  |   8 ++
 board/qi/qi_lb60/qi_lb60.c  |   4 +-
 boards.cfg  |   5 +-
 examples/standalone/mips64.lds  |  59 +
 include/configs/qemu-mips.h |   8 +-
 include/configs/qemu-mips64.h   | 175 
 include/configs/qi_lb60.h   |   1 +
 33 files changed, 1291 insertions(+), 103 deletions(-)
 create mode 100644 arch/mips/cpu/mips64/Makefile
 create mode 100644 arch/mips/cpu/mips64/cache.S
 create mode 100644 arch/mips/cpu/mips64/config.mk
 create mode 100644 arch/mips/cpu/mips64/cpu.c
 create mode 100644 arch/mips/cpu/mips64/interrupts.c
 create mode 100644 arch/mips/cpu/mips64/start.S
 create mode 100644 arch/mips/cpu/mips64/time.c
 create mode 100644 arch/mips/lib/ashldi3.c
 create mode 100644 arch/mips/lib/ashrdi3.c
 create mode 100644 arch/mips/lib/libgcc.h
 create mode 100644 arch/mips/lib/lshrdi3.c
 delete mode 100644 board/qemu-mips/config.mk
 create mode 100644 examples/standalone/mips64.lds
 create mode 100644 include/configs/qemu-mips64.h

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


Re: [U-Boot] Pull request: u-boot-mips/master

2012-09-12 Thread Tom Rini
On Thu, Sep 13, 2012 at 01:17:03AM +0200, Daniel Schwierzeck wrote:
 Hi Tom,
 
 The following changes since commit e66443fdb5355e68cfdbbdd37248c4b7eb4968f5:
 
   Makefile: fix HAVE_VENDOR_COMMON_LIB (2012-08-17 18:07:12 +0200)
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-mips.git master
 
 for you to fetch changes up to b1418d90e7adf236433b1e2bf88ee05e7ad73d9d:
 
   MIPS: add board qemu-mips64 support (2012-09-13 00:50:06 +0200)
 
 
 Daniel Schwierzeck (3):
   MIPS: factor out endianess flag handling to arch config.mk
   MIPS: move CONFIG_STANDALONE_LOAD_ADDR to CPU config makefiles
   MIPS: add support for qemu for little endian MIPS32 CPUs
 
 Marek Vasut (4):
   dm: mips: Fix lb60 WDT control
   dm: mips: Fix lb60 timer code
   dm: mips: Fix warnings in lb60 board
   dm: mips: Import libgcc components from Linux
 
 Zhi-zhou Zhang (4):
   MIPS: don't use camel-case style
   MIPS: add support for 64 bit addressing
   MIPS: qemu_mips: move CONFIG_SYS_TEXT_BASE to qemu-mips.h
   MIPS: add board qemu-mips64 support
 
  arch/mips/config.mk |  20 ++-
  arch/mips/cpu/mips32/cache.S|  10 +-
  arch/mips/cpu/mips32/config.mk  |  19 +--
  arch/mips/cpu/mips32/cpu.c  |   8 +-
  arch/mips/cpu/mips64/Makefile   |  45 +++
  arch/mips/cpu/mips64/cache.S| 229 
  arch/mips/cpu/mips64/config.mk  |  40 ++
  arch/mips/cpu/mips64/cpu.c  | 111 
  arch/mips/cpu/mips64/interrupts.c   |  34 +
  arch/mips/cpu/mips64/start.S| 256 
 
  arch/mips/cpu/mips64/time.c |  87 
  arch/mips/cpu/xburst/config.mk  |   5 +-
  arch/mips/cpu/xburst/cpu.c  |  14 +-
  arch/mips/cpu/xburst/start.S|   4 +-
  arch/mips/cpu/xburst/timer.c|  12 +-
  arch/mips/include/asm/addrspace.h   |   2 +-
  arch/mips/include/asm/asm.h |   2 +-
  arch/mips/include/asm/cacheops.h|  82 ++--
  arch/mips/include/asm/io.h  |  16 +++
  arch/mips/include/asm/posix_types.h |   6 +
  arch/mips/lib/Makefile  |  20 +++
  arch/mips/lib/ashldi3.c |  25 
  arch/mips/lib/ashrdi3.c |  27 
  arch/mips/lib/libgcc.h  |  25 
  arch/mips/lib/lshrdi3.c |  25 
  board/qemu-mips/config.mk   |  10 --
  board/qemu-mips/u-boot.lds  |   8 ++
  board/qi/qi_lb60/qi_lb60.c  |   4 +-
  boards.cfg  |   5 +-
  examples/standalone/mips64.lds  |  59 +
  include/configs/qemu-mips.h |   8 +-
  include/configs/qemu-mips64.h   | 175 
  include/configs/qi_lb60.h   |   1 +
  33 files changed, 1291 insertions(+), 103 deletions(-)
  create mode 100644 arch/mips/cpu/mips64/Makefile
  create mode 100644 arch/mips/cpu/mips64/cache.S
  create mode 100644 arch/mips/cpu/mips64/config.mk
  create mode 100644 arch/mips/cpu/mips64/cpu.c
  create mode 100644 arch/mips/cpu/mips64/interrupts.c
  create mode 100644 arch/mips/cpu/mips64/start.S
  create mode 100644 arch/mips/cpu/mips64/time.c
  create mode 100644 arch/mips/lib/ashldi3.c
  create mode 100644 arch/mips/lib/ashrdi3.c
  create mode 100644 arch/mips/lib/libgcc.h
  create mode 100644 arch/mips/lib/lshrdi3.c
  delete mode 100644 board/qemu-mips/config.mk
  create mode 100644 examples/standalone/mips64.lds
  create mode 100644 include/configs/qemu-mips64.h

With eldk-5.2.1 I see a number of warnings on qemu_mips64, of the form
oh, this is 64bit and some assumption is wrong now about types.  Can
you please fix these problems as well?  And this is really past the
merge window but since it's isolated I'm willing to go with your
discretion on pulling it now, once the warnings are dealt with.  Thanks!

-- 
Tom


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


Re: [U-Boot] Pull request: u-boot-mips/master for v2012.07

2012-07-30 Thread Wolfgang Denk
Dear daniel.schwierz...@gmail.com,

In message 1343426851-2415-1-git-send-email-daniel.schwierz...@gmail.com you 
wrote:
 Dear Wolfgang,
 
 please pull a small fix for v2012.07
 
 The following changes since commit c627faf637f5fe091bdb6846a52b16983e97b262:
 
   Prepare v2012.07-rc3 (2012-07-27 08:27:18 +0200)
 
 are available in the git repository at:
 
   git://git.denx.de/u-boot-mips.git master
 
 for you to fetch changes up to 8b425b3f8e345b07ce7f0005bb0222970bd3b248:
 
   MIPS: fix renaming of inca-swap-bytes to xway-swap-bytes (2012-07-27 
 23:44:24 +0200)
 
 
 Daniel Schwierzeck (1):
   MIPS: fix renaming of inca-swap-bytes to xway-swap-bytes
 
  Makefile | 2 +-
  tools/.gitignore | 2 +-
  2 files changed, 2 insertions(+), 2 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH, MD: Wolfgang Denk  Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: w...@denx.de
A little retrospection shows that although many fine, useful software
systems have been  designed  by  committees  and  built  as  part  of
multipart  projects, those software systems that have excited passio-
nate fans are those that are the products of one or a  few  designing
minds,  great  designers.  Consider  Unix,  APL,  Pascal, Modula, the
Smalltalk interface, even Fortran;  and  contrast  them  with  Cobol,
PL/I, Algol, MVS/370, and MS-DOS.  - Fred Brooks, Jr.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] Pull request: u-boot-mips/master for v2012.07

2012-07-27 Thread daniel . schwierzeck
Dear Wolfgang,

please pull a small fix for v2012.07

The following changes since commit c627faf637f5fe091bdb6846a52b16983e97b262:

  Prepare v2012.07-rc3 (2012-07-27 08:27:18 +0200)

are available in the git repository at:

  git://git.denx.de/u-boot-mips.git master

for you to fetch changes up to 8b425b3f8e345b07ce7f0005bb0222970bd3b248:

  MIPS: fix renaming of inca-swap-bytes to xway-swap-bytes (2012-07-27 23:44:24 
+0200)


Daniel Schwierzeck (1):
  MIPS: fix renaming of inca-swap-bytes to xway-swap-bytes

 Makefile | 2 +-
 tools/.gitignore | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot