Re: [U-Boot] Please pull u-boot-rockchip.git

2015-10-09 Thread Tom Rini
On Sat, Oct 03, 2015 at 06:18:44PM +0100, Simon Glass wrote:

> Hi Tom,
> 
> A few final bug fixes.
> 
> 
> The following changes since commit 996ec1dcc58a34b53891acde0ec5df9141b5fcc2:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-fdt (2015-10-03
> 10:48:06 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-rockchip.git
> 
> for you to fetch changes up to b1f492ca9e0c090209824ff36456d4f131843190:
> 
>   rockchip: Reconfigure the malloc based to point to system memory
> (2015-10-03 10:24:33 -0600)
> 

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


[U-Boot] Please pull u-boot-rockchip.git

2015-10-03 Thread Simon Glass
Hi Tom,

A few final bug fixes.


The following changes since commit 996ec1dcc58a34b53891acde0ec5df9141b5fcc2:

  Merge branch 'master' of git://git.denx.de/u-boot-fdt (2015-10-03
10:48:06 -0400)

are available in the git repository at:

  git://git.denx.de/u-boot-rockchip.git

for you to fetch changes up to b1f492ca9e0c090209824ff36456d4f131843190:

  rockchip: Reconfigure the malloc based to point to system memory
(2015-10-03 10:24:33 -0600)


Masahiro Yamada (1):
  serial: rockchip: make ROCKCHIP_SERIAL depend on ARCH_ROCKCHIP

Sjoerd Simons (1):
  rockchip: Reconfigure the malloc based to point to system memory

 arch/arm/mach-rockchip/board-spl.c | 7 +++
 drivers/serial/Kconfig | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

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


Re: [U-Boot] Please pull u-boot-rockchip.git

2015-09-22 Thread Tom Rini
On Mon, Sep 21, 2015 at 07:35:59PM -0600, Simon Glass wrote:

> Hi Tom.
> 
> This doesn't break anything and makes the pinctrl behaviour correct, so it
> is good to get it into this release.
> 
> 
> The following changes since commit 1fb8d7933924aa5deb7e722d64c1d9fc7f0b2b82:
> 
>   Merge git://git.denx.de/u-boot-x86 (2015-09-17 17:00:08 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-rockchip.git
> 
> for you to fetch changes up to 8a5f6129d1450f5ff92a55cfcfd7b96ee019e303:
> 
>   pinctrl: move dm_scan_fdt_node() out of pinctrl uclass (2015-09-19
> 15:42:15 -0600)
> 

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


[U-Boot] Please pull u-boot-rockchip.git

2015-09-21 Thread Simon Glass
Hi Tom.

This doesn't break anything and makes the pinctrl behaviour correct, so it
is good to get it into this release.


The following changes since commit 1fb8d7933924aa5deb7e722d64c1d9fc7f0b2b82:

  Merge git://git.denx.de/u-boot-x86 (2015-09-17 17:00:08 -0400)

are available in the git repository at:

  git://git.denx.de/u-boot-rockchip.git

for you to fetch changes up to 8a5f6129d1450f5ff92a55cfcfd7b96ee019e303:

  pinctrl: move dm_scan_fdt_node() out of pinctrl uclass (2015-09-19
15:42:15 -0600)


Masahiro Yamada (1):
  pinctrl: move dm_scan_fdt_node() out of pinctrl uclass

 drivers/pinctrl/pinctrl-uclass.c  | 15 +--
 drivers/pinctrl/rockchip/pinctrl_rk3288.c |  8 
 2 files changed, 17 insertions(+), 6 deletions(-)

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


[U-Boot] Please pull u-boot-rockchip.git

2015-09-03 Thread Simon Glass
Hi Tom,

Here is the Rockchip support from the new u-boot-rockchip.git tree. It
includes Sjoerd's patches to fix up MMC within U-Boot proper (plus a
few other tings) so that it can boot a kernel.


The following changes since commit b7e84c93c450480ca4ff51ad2eb56bd83c1dc368:

  Merge branch 'master' of http://git.denx.de/u-boot-sunxi (2015-08-31
12:12:27 -0400)

are available in the git repository at:

  git://git.denx.de/u-boot-rockchip.git

for you to fetch changes up to f2acc55e3d28e96a6fcc060a7081eb4e2ad96350:

  rockchip: Put README image creation commands on one line (2015-09-02
21:28:25 -0600)


Simon Glass (33):
  pinctrl: Add help text to Kconfig
  pinctrl: Add the concept of peripheral IDs
  dm: led: Tidy up SPL options for the led and led-gpio
  mmc: Support bypass mode with the get_mmc_clk() method
  dm: Improve handling of a missing uclass
  dm: Provide better debugging when a device fails to bind
  arm: reset: Avoid a build error when the reset uclass is enabled
  rockchip: Add serial support
  rockchip: Bring in RK3288 device tree file includes and bindings
  rockchip: rk3288: dts: Make core devices available early
  mkimage: Allow padding to any length
  mkimage: Allow the original file size to be recorded
  rockchip: Add the rkimage format to mkimage
  rockchip: Add support for the SD image
  rockchip: Add support for the SPI image
  rockchip: gpio: Add rockchip GPIO driver
  rockchip: Add basic peripheral and clock definitions
  power: Add support for ACT8846 PMIC
  power: regulator: Add a driver for ACT8846 regulators
  rockchip: rk3288: Add clock driver
  rockchip: rk3288: Add header files for PMU and GRF
  rockchip: rk3288: Add SoC reset driver
  rockchip: rk3288: Add a simple syscon driver
  rockchip: rk3288: Add pinctrl driver
  rockchip: rk3288: Add SDRAM init
  rockchip: Add an MMC driver
  rockchip: Add core SoC start-up code
  rockchip: Add I2C driver
  rockchip: Add SPI driver
  rockchip: Add basic support for firefly-rk3288
  rockchip: Add basic support for jerry
  rockchip: Add a simple README
  rockchip: Put README image creation commands on one line

Sjoerd Simons (8):
  doc: Fix reference to Rock pro when Rock 2 is meant
  mmc: Probe DM based mmc devices in u-boot
  rockchip: Disable sdio mmc slot on rk3288-firefly
  rockchip: Turn off CONFIG_SPL_LED for firefly
  rockchip: Add config_distro_bootcmd support
  arm: Turn of d-cache before i-cache
  rockchip: Drop first 32kb of zeros from the rkSD image type
  rockchip: Update todo in README.rockchip

 arch/arm/Kconfig   |   10 +
 arch/arm/Makefile  |1 +
 arch/arm/cpu/armv7/cpu.c   |   15 +-
 arch/arm/dts/Makefile  |3 +
 arch/arm/dts/cros-ec-sbs.dtsi  |   16 ++
 arch/arm/dts/rk3288-firefly.dts|   75 ++
 arch/arm/dts/rk3288-firefly.dtsi   |  457
+++
 arch/arm/dts/rk3288-jerry.dts  |  203 
 arch/arm/dts/rk3288-thermal.dtsi   |   88 +++
 arch/arm/dts/rk3288-veyron-chromebook.dtsi |  200 
 arch/arm/dts/rk3288-veyron.dtsi|  844
+
 arch/arm/dts/rk3288.dtsi   | 1473
+
 arch/arm/include/asm/arch-rockchip/clock.h |   65 +
 arch/arm/include/asm/arch-rockchip/cru_rk3288.h|  185 +++
 arch/arm/include/asm/arch-rockchip/ddr_rk3288.h|  484
+
 arch/arm/include/asm/arch-rockchip/gpio.h  |   28 +++
 arch/arm/include/asm/arch-rockchip/grf_rk3288.h|  768
+++
 arch/arm/include/asm/arch-rockchip/hardware.h  |   20 ++
 arch/arm/include/asm/arch-rockchip/i2c.h   |   70 ++
 arch/arm/include/asm/arch-rockchip/periph.h|   54 +
 arch/arm/include/asm/arch-rockchip/pmu_rk3288.h|   89 +++
 arch/arm/include/asm/arch-rockchip/sdram.h |   92 +++
 arch/arm/lib/Makefile  |2 +
 arch/arm/mach-rockchip/Kconfig |   41 
 arch/arm/mach-rockchip/Makefile|   13 +
 arch/arm/mach-rockchip/board-spl.c |  287
++
 arch/arm/mach-rockchip/board.c |   46 
 arch/arm/mach-rockchip/common.c|   28 +++
 

Re: [U-Boot] Please pull u-boot-rockchip.git

2015-09-03 Thread Tom Rini
On Thu, Sep 03, 2015 at 12:00:56PM -0600, Simon Glass wrote:

> Hi Tom,
> 
> Here is the Rockchip support from the new u-boot-rockchip.git tree. It
> includes Sjoerd's patches to fix up MMC within U-Boot proper (plus a
> few other tings) so that it can boot a kernel.
> 
> 
> The following changes since commit b7e84c93c450480ca4ff51ad2eb56bd83c1dc368:
> 
>   Merge branch 'master' of http://git.denx.de/u-boot-sunxi (2015-08-31
> 12:12:27 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-rockchip.git
> 
> for you to fetch changes up to f2acc55e3d28e96a6fcc060a7081eb4e2ad96350:
> 
>   rockchip: Put README image creation commands on one line (2015-09-02
> 21:28:25 -0600)
> 

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