Re: [U-Boot] [GIT PULL] Pull request: u-boot-imx u-boot-imx-20191105

2019-11-12 Thread Tom Rini
On Tue, Nov 12, 2019 at 11:24:03AM +0100, Stefano Babic wrote:

> Hi Tom,
> 
> please pull from u-boot-imx, thanks !
> 
> u-boot-imx-20191105

Applied to u-boot/master, thanks!

-- 
Tom


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


[U-Boot] [GIT PULL] Pull request: u-boot-imx u-boot-imx-20191105

2019-11-12 Thread Stefano Babic
Hi Tom,

please pull from u-boot-imx, thanks !

u-boot-imx-20191105
---
i.MX8MN SoC support
ROM API image download support
i.MX8MM enet enabling

Travis: https://travis-ci.org/sbabic/u-boot-imx/builds/607549746

The following changes since commit 73b6e6ad254b36763419cdd3fdf406c0094517b7:

  Merge tag 'u-boot-imx-20191104' of
https://gitlab.denx.de/u-boot/custodians/u-boot-imx (2019-11-04 12:57:41
-0500)

are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git
tags/u-boot-imx-20191105

for you to fetch changes up to bdcf3a88cc582ce8bb9ea024fa917d9a52e05479:

  imx: imx8mm-evk: enable ethernet (2019-11-05 10:27:18 +0100)


u-boot-imx-20191105
---
i.MX8MN SoC support
ROM API image download support
i.MX8MM enet enabling


Peng Fan (30):
  imx8qm: mek: enable dm-spl for pm
  arm: dts: imx8qxp-mek: add u-boot, dm-spl for lpuart0
  arm: dts: imx8qm-mek: add u-boot, dm-spl for lpuart0
  misc: imx8: scu: simplify code to make it extendable
  power: domain: make imx8-power-domain.c legacy
  power: domain: add i.MX8 scu power domain driver
  imx: add i.MX8MN kconfig entry
  imx8mn: support get_cpu_rev
  imx8m: add clk support for i.MX8MN
  imx8mn: set BYPASS ID SWAP to avoid AXI bus errors
  imx: add i.MX8MN PE property
  imx8mn: add pin header
  imx: spl: use spl_board_boot_device for i.MX8MN
  imx: add rom api support
  imx: cpu: restrict get_boot_device
  imx8mn: add get_boot_device
  tools: imx8mimage: add ROM VERSION
  pinctrl: imx8m: support i.MX8MN
  tools: imx8m_image: support ddr4 firmware
  clk: imx: add i.MX8MN ccf driver
  imx8m: add i.MX8MN ddr4 image cfg file
  imx: add dtsi for i.MX8MN
  imx: add i.MX8MN DDR4 board support
  imx: imx8m: fix boot when CONFIG_$(SPL_)CLK not defined
  clk: imx8mm: add enet clk
  clk: imx: imx8mm: add set_parent callback
  arm: dts: imx8mm: drop assigned clocks for clk node
  net: Kconfig: FEC: Add dependency on i.MX8M
  net: fec_mxc: support i.MX8M with CLK_CCF
  imx: imx8mm-evk: enable ethernet

 arch/arm/dts/Makefile   |1 +
 arch/arm/dts/fsl-imx8qm-mek-u-boot.dtsi |   13 ++
 arch/arm/dts/fsl-imx8qxp-mek-u-boot.dtsi|8 +
 arch/arm/dts/imx8mm-evk-u-boot.dtsi |7 +
 arch/arm/dts/imx8mm-evk.dts |6 +-
 arch/arm/dts/imx8mn-ddr4-evk-u-boot.dtsi|   92 ++
 arch/arm/dts/imx8mn-ddr4-evk.dts|  221
+++
 arch/arm/dts/imx8mn-pinfunc.h   |  646

 arch/arm/dts/imx8mn.dtsi|  712
++
 arch/arm/include/asm/arch-imx/cpu.h |1 +
 arch/arm/include/asm/arch-imx8m/clock.h |2 +-
 arch/arm/include/asm/arch-imx8m/clock_imx8mm.h  |   78 +
 arch/arm/include/asm/arch-imx8m/imx8mn_pins.h   |  763

 arch/arm/include/asm/mach-imx/iomux-v3.h|2 +-
 arch/arm/include/asm/mach-imx/sys_proto.h   |   35 
 arch/arm/mach-imx/Kconfig   |4 +
 arch/arm/mach-imx/Makefile  |2 +
 arch/arm/mach-imx/cpu.c |4 +-
 arch/arm/mach-imx/imx8m/Kconfig |   11 ++
 arch/arm/mach-imx/imx8m/Makefile|2 +-
 arch/arm/mach-imx/imx8m/clock_slice.c   |4 +-
 arch/arm/mach-imx/imx8m/imximage-8mn-ddr4.cfg   |   17 ++
 arch/arm/mach-imx/imx8m/soc.c   |   68 +++-
 arch/arm/mach-imx/spl.c |2 +-
 arch/arm/mach-imx/spl_imx_romapi.c  |  292
+++
 board/freescale/imx8mm_evk/imx8mm_evk.c |   37 
 board/freescale/imx8mn_evk/Kconfig  |   14 ++
 board/freescale/imx8mn_evk/MAINTAINERS  |6 +
 board/freescale/imx8mn_evk/Makefile |   12 ++
 board/freescale/imx8mn_evk/ddr4_timing.c| 1214
+++
 board/freescale/imx8mn_evk/imx8mn_evk.c |   29 
 board/freescale/imx8mn_evk/spl.c|  123 +
 board/freescale/imx8qm_mek/spl.c|   16 --
 configs/imx8mm_evk_defconfig|7 +
 configs/imx8mn_ddr4_evk_defconfig   |   78 +
 configs/imx8qm_mek_defconfig|2 +-
 drivers/clk/imx/Kconfig |   16 ++
 drivers/clk/imx/Makefile|2 +
 drivers/clk/imx/clk-imx8mm.c 

Re: [U-Boot] [GIT PULL] Pull request: u-boot-imx u-boot-imx-20191104

2019-11-04 Thread Tom Rini
On Mon, Nov 04, 2019 at 10:08:01AM +0100, Stefano Babic wrote:

> Hi Tom,
> 
> please pull from u-boot-imx, thanks !
> 
> The following changes since commit 5d6f05352b69d4858a2a9e9136ac3a734f0222bb:
> 
>   azure: Update the script to prepend PATH not override PATH (2019-11-01
> 13:59:14 -0400)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git
> tags/u-boot-imx-20191104
> 
> for you to fetch changes up to ae8a53ece0ff3b1ed686c3e0af14e59973d25db8:
> 
>   imx: nandbcb: add support for writing BCB only (2019-11-03 21:49:49 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom


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


[U-Boot] [GIT PULL] Pull request: u-boot-imx u-boot-imx-20191104

2019-11-04 Thread Stefano Babic
Hi Tom,

please pull from u-boot-imx, thanks !

The following changes since commit 5d6f05352b69d4858a2a9e9136ac3a734f0222bb:

  azure: Update the script to prepend PATH not override PATH (2019-11-01
13:59:14 -0400)

are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git
tags/u-boot-imx-20191104

for you to fetch changes up to ae8a53ece0ff3b1ed686c3e0af14e59973d25db8:

  imx: nandbcb: add support for writing BCB only (2019-11-03 21:49:49 +0100)


u-boot-imx-20191104
---

- i.MX NAND: nandbcb support for MX6UL / i.MX7
- i.MX8: support for HAB
- Convert to DM (opos6ul, mccmon6)
- Toradex i.MX6ull colibri
- sync DTS with kernel

Travis : https://travis-ci.org/sbabic/u-boot-imx/builds/606853416


Anatolij Gustschin (1):
  imx8: output SECO-FW and ATF commit IDs

Claudius Heine (5):
  ARM: imx: Fix bmode detection from grp10
  ARM: imx: Use IMX6_SRC_GPR10_BMODE instead of magic number
  ARM: imx6: DHCOM i.MX6 PDK: fix board_boot_modes emmc entry
  ARM: imx6: DHCOM i.MX6 PDK: defconfig: Enable MMC support of SPL
  ARM: imx6: DHCOM i.MX6 PDK: spl: Add eMMC initialization to SPL code

Fabio Estevam (2):
  mx6: clock: Use setbits_le32()
  mx6: clock: Introduce disable_ipu_clock()

Hannes Schmelzer (1):
  board/BuR/brppt2: initial commit

Igor Opaniuk (7):
  ARM: dts: imx6ull-colibri: change hierarchy of DTS files
  ARM: dts: imx6ull-colibri: pre-reloc for uart pinmux modes
  imx: gpmi: add defines for hw randominizer
  nand: mxs_nand: add API for switching different BCH layouts
  imx: nandbcb: add support for i.MX7
  imx: nandbcb: refactor update function
  imx: nandbcb: add support for writing BCB only

Lukasz Majewski (7):
  imx: defconfig: Enable CONFIG_SPL_FORCE_MMC_BOOT on display5
  imx: Enable RTC (ds1307) support in the U-Boot proper on TPC70 board
  ARM: imx: Convert mccmon6 to use DM/DTS in the u-boot proper
  ARM: imx: Decouple mccmon6's SPL and u-boot proper code
  spl: nor: Provide falcon boot support for NOR memories
  ARM: imx: Convert mccmon6 to use fitImage instead of uImage+DTB
  mccmon6: defconfig: nor: Enable usage of *_TINY_* drivers in SPL

Manivannan Sadhasivam (1):
  arm: dts: Add devicetree support for iMXQXP AI_ML board

Marek Vasut (1):
  arm: mxs: Increase VDDD voltage to match specification

Oliver Graute (1):
  imx: support i.MX8QM ROM 7720 a1 board

Parthiban Nallathambi (1):
  i.MX6: nand: extend nandbcb command for imx6UL(L)

Patrick Wildt (1):
  imx: update i.MX8MQ device trees

Peng Fan (13):
  imx8m: imx8mq: get chip rev for B1 revision
  imx8m: clock: improve irq response latency
  imx: imx8mq: add init_nand_clk
  imx: spl: implement spl_boot_mode for i.MX7/8/8M
  dt-bindings: import usb pd
  pmic: bd71837: drop DEBUG macro
  power: pmic: Kconfig: add CONFIG_SPL_DM_PMIC_BD71837
  imx8m: evk: spl: probe clk in spl early stage
  imx8mm: evk: enable bd71837 pmic
  imx8: Add AHAB secure boot support
  imx8qm: mek: add secure boot script
  imx8qxp: mek: add secure boot script
  arm: dts: imx8mm: sync dts from Linux Kernel

Robert Hancock (2):
  watchdog: imx: Add DT ext-reset handling
  watchdog: imx: Use immediate reset bits for expire_now

Sébastien Szymanski (3):
  imx6ul: opos6ul: migrate to DM_ETH
  opos6uldev: migrate to DM_VIDEO
  video: mxsfb: set gd->fb_base

Tom Rini (1):
  tbs2910: Disable Plan9/RTEMS bootm support

Ye Li (1):
  mach-imx: Adding new argument for SIP call interface

 arch/arm/cpu/arm926ejs/mxs/spl_power_init.c   |4 +-
 arch/arm/dts/Makefile |9 +-
 arch/arm/dts/fsl-imx8mq-evk.dts   |  414

 arch/arm/dts/fsl-imx8mq.dtsi  |  462
--
 arch/arm/dts/fsl-imx8qxp-ai_ml-u-boot.dtsi|  117
+
 arch/arm/dts/fsl-imx8qxp-ai_ml.dts|  181
+++
 arch/arm/dts/imx6dl-brppt2.dts|  278
+++
 arch/arm/dts/imx6q-kp.dts |5 ++
 arch/arm/dts/imx6q-mccmon6.dts|  382
+
 arch/arm/dts/imx6ul-opos6uldev-u-boot.dtsi|   10 +++
 arch/arm/dts/imx6ul-opos6uldev.dts|4 +-
 arch/arm/dts/imx6ull-colibri-u-boot.dtsi  |   12 +++
 arch/arm/dts/imx6ull-colibri.dts  |  628

Re: [U-Boot] [GIT PULL] Pull request: u-boot-imx u-boot-imx-20191014

2019-10-14 Thread Tom Rini
On Mon, Oct 14, 2019 at 02:51:08PM +0200, Stefano Babic wrote:

> Hi Tom,
> 
> please pull from u-boot-imx, thanks !
> 
> The following changes since commit 7a779ed1755c2d5011bd9598da90291f759ae760:
> 
>   travis: Exclude MIPS from the bcm job (2019-10-13 11:21:56 -0400)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git
> tags/u-boot-imx-20191014
> 
> for you to fetch changes up to d02be21d3004b51c6fc9a54b90d31dcc2dac4a9a:
> 
>   i2c: imx_lpi2c: add ipg clk (2019-10-14 09:31:41 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


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


[U-Boot] [GIT PULL] Pull request: u-boot-imx u-boot-imx-20191014

2019-10-14 Thread Stefano Babic
Hi Tom,

please pull from u-boot-imx, thanks !

The following changes since commit 7a779ed1755c2d5011bd9598da90291f759ae760:

  travis: Exclude MIPS from the bcm job (2019-10-13 11:21:56 -0400)

are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git
tags/u-boot-imx-20191014

for you to fetch changes up to d02be21d3004b51c6fc9a54b90d31dcc2dac4a9a:

  i2c: imx_lpi2c: add ipg clk (2019-10-14 09:31:41 +0200)


u-boot-imx-20191014
---

Travis: https://travis-ci.org/sbabic/u-boot-imx/builds/597498628

- logicpd pinmux
- i.MX7ULP: imx_ddr_size
- fixes Toradex i.MX6/i.MX7
- pico-imx7d
- tpc70 converted to DM
- New Board: meerkat96
- add HAB version command
- i.MX8 :
imx8: Jump from alias to OCRAM address at SPL init
imx8qm/qxp: Set SPL TEXT base to OCRAM base


Adam Ford (3):
  ARM: imx6q_logic: Enable 256KB OCRAM
  ARM: imx6q_logic: Enable Pin muxing in SPL
  ARM: imx6q_logic: Remove legacy pinmuxing code from board file.

Fabio Estevam (4):
  imx: Place imx_ddr_size() into a separate file
  imx: mmdc_size: Fix checkpatch warnings
  imx: mmdc_size: Allow building it for i.MX7ULP
  mx7ulp_evk: Use imx_ddr_size()

Igor Opaniuk (5):
  apalis_imx6: remove legacy sdboot wrapper
  colibri-imx6ull: remove legacy sdboot wrapper
  colibri_imx6: remove legacy sdboot wrapper
  colibri_imx7: remove legacy sdboot wrapper
  colibri_imx7: provide proper node name to pmic_get

Jun Nie (2):
  pico-imx7d: add config to enable CAAM
  pico-imx7d: Support distro boot for FIT image case

Lukasz Majewski (9):
  imx: tpc70: config: Add script commands to update u-boot and OE's wic
  imx: tpc70: config: Update TPC70 config to support eMMC's boot0
SPL update
  imx: tpc70: Add board_boot_order() to distinguish between eMMC and
SD boot
  imx: tpc70: cosmetic: Replace magic numbers when setting ENET clock
  imx: tpc70: led: Enable LED default state
  imx: tpc70: dts: Add TPC70 board (imx6q based) device tree description
  imx: dts: Add u-boot specific set of device tree properties for tpc70
  imx: tpc70: Convert TPC70 (imx6q) board to use DM/DTS in SPL and
u-boot
  imx: config: Update KP's TPC70 config to support SWUpdate

Peng Fan (2):
  imx: imx8mm_evk: add board_mmc_get_env_dev
  i2c: imx_lpi2c: add ipg clk

Shawn Guo (2):
  ARM: dts: import meerkat96 board support
  Add i.MX7D based Meerkat96 board support

Shyam Saini (1):
  configs: icorem6: Enable nandbcb command

Sjoerd Simons (3):
  mx6: mx6sabre common: Use more conventional spelling of fdtfile
  spl, Makefile: Take external offset into account for fit images
  imx :hab: Add hab version command

Soeren Moch (3):
  ARM: dts: imx6q-tbs2910: Sync devicetree with kernel 5.3
  board: tbs2910: Convert pci to driver model
  board: tbs2910: Convert eth to driver model

Ye Li (2):
  imx8: Jump from alias to OCRAM address at SPL init
  imx8qm/qxp: Set SPL TEXT base to OCRAM base

 Makefile  |   1 +
 arch/arm/Kconfig  |   1 +
 arch/arm/dts/Makefile |   2 +
 arch/arm/dts/imx6q-kp-u-boot.dtsi |  59 +++
 arch/arm/dts/imx6q-kp.dts | 219
+++
 arch/arm/dts/imx6q-logicpd-u-boot.dtsi|  12 +
 arch/arm/dts/imx6q-tbs2910.dts|   3 +-
 arch/arm/dts/imx7d-meerkat96.dts  | 375
++
 arch/arm/include/asm/arch-imx8/boot0.h|  21 
 arch/arm/include/asm/mach-imx/hab.h   |   1 +
 arch/arm/mach-imx/Makefile|   5 +-
 arch/arm/mach-imx/cpu.c   |  53 
 arch/arm/mach-imx/hab.c   |  21 
 arch/arm/mach-imx/mmdc_size.c |  57 ++
 arch/arm/mach-imx/mx6/Kconfig |  10 
 arch/arm/mach-imx/mx7/Kconfig |  10 
 board/freescale/imx8mm_evk/imx8mm_evk.c   |   5 ++
 board/freescale/mx7ulp_evk/mx7ulp_evk.c   |   2 +-
 board/k+p/kp_imx6q_tpc/kp_imx6q_tpc.c | 172
-
 board/k+p/kp_imx6q_tpc/kp_imx6q_tpc_spl.c | 137
++--
 board/logicpd/imx6/imx6logic.c|  85

 board/novtech/meerkat96/Kconfig   |  12 +
 board/novtech/meerkat96/MAINTAINERS   |   6 +++
 board/novtech/meerkat96/Makefile  |   1 +
 board/novtech/meerkat96/README 

Re: [U-Boot] [GIT PULL] Pull request: u-boot-imx u-boot-imx-20191009

2019-10-09 Thread Tom Rini
On Wed, Oct 09, 2019 at 10:13:24AM +0200, Stefano Babic wrote:

> Hi Tom,
> 
> please pull from u-boot-imx, thanks.
> 
> Note: I have also merged Heinrich's fix for sheevaplug to fix build,
> even if this should flow through Prafulla's tree. It should be harmlos.
> 
> The following changes since commit 61ba1244b548463dbfb3c5285b6b22e7c772c5bd:
> 
>   Prepare v2019.10 (2019-10-07 17:14:02 -0400)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git
> tags/u-boot-imx-20191009
> 
> for you to fetch changes up to 9fb50c68daa696056c7842989e5f7fae1d326b34:
> 
>   ARM: imx6q_logic: Fix MMC2 booting (2019-10-08 16:36:37 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


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


[U-Boot] [GIT PULL] Pull request: u-boot-imx u-boot-imx-20191009

2019-10-09 Thread Stefano Babic
Hi Tom,

please pull from u-boot-imx, thanks.

Note: I have also merged Heinrich's fix for sheevaplug to fix build,
even if this should flow through Prafulla's tree. It should be harmlos.

The following changes since commit 61ba1244b548463dbfb3c5285b6b22e7c772c5bd:

  Prepare v2019.10 (2019-10-07 17:14:02 -0400)

are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git
tags/u-boot-imx-20191009

for you to fetch changes up to 9fb50c68daa696056c7842989e5f7fae1d326b34:

  ARM: imx6q_logic: Fix MMC2 booting (2019-10-08 16:36:37 +0200)


u-boot-imx-20191009
---

Travis : https://travis-ci.org/sbabic/u-boot-imx/builds/595148532

- MX6UL / ULZ
- Toradex board
- Allow to set OCRAM for MX6Q/D
- MX7ULP
- MX8: (container image, imx8mq_mek), SCU API
- fix several board booting from SD/EMMC (cubox-i for example)
- pico boards


Adam Ford (4):
  ARM: imx6qlogic: Cleanup board_init_f
  ARM: imx6q_logic: Enable DM_SERIAL
  Revert "spl: imx6: Let spl_boot_device return USDHC1 or USDHC2"
  ARM: imx6q_logic: Fix MMC2 booting

Anatolij Gustschin (3):
  imx: sksimx6_defconfig: remove SPL misc option to fix build error
  imx: wandboard: convert FEC support to DM_ETH
  imx: mx6ul_14x14_evk: fix link issue

Bai Ping (3):
  i.MX7ULP: Fix system reset after a7 rtc alarm expired.
  i.MX7ULP: Correct the clock index
  imx8mq: Update the ddrc QoS setting for B1 chip

Breno Matheus Lima (6):
  Kconfig: Migrate CONFIG_CSF_SIZE to Kconfig
  imx6: spl: Reduce SPL limit size in case CONFIG_SECURE_BOOT is enabled
  imx: configs: Cleanup CONFIG_SECURE_BOOT comments
  habv4: tools: Avoid hardcoded CSF size for SPL targets
  imx: Kconfig: Reduce default CONFIG_CSF_SIZE
  mx6ulevk: Include SDP boot instructions in README

Fabio Berton (1):
  pico-imx7d: Sync pico-hobbit-imx7d_defconfig

Fabio Estevam (17):
  mx6sabresd: Reduce overall SPL size
  pico-imx6ul: Increase the CONFIG_ENV_OFFSET size
  pico-imx6ul: Add LCD support
  pico-imx6ul: Update the Falcon mode instructions
  pico-imx6ul: Provide a way to escape the Falcon mode
  pico-imx7d: Add instructions for booting in Falcon mode
  pico-imx7d: Provide a way to escape the Falcon mode
  logos: Add the TechNexion's logo
  pico: Convert to CONFIG_FSL_USDHC
  mx53loco: Fix U-Boot corruption after saving the environment
  mx6: clock: Allow enable_ipu_clock() to be built for SPL code
  pico-imx6: Add initial support
  pico-imx6: Add Ethernet support
  pico-imx6: Add splashscreen support
  pico-imx6: Add Falcon mode
  mx28evk: README: Fix location for the generic mxs README
  imx: mxs: Fix location for the elftosb tool

Frieder Schrempf (1):
  imx: mkimage_fit_atf: Fix FIT image for correct boot order

Heinrich Schuchardt (1):
  configs: sheevaplug disable EFI_UNICODE_CAPITALIZATION

Igor Opaniuk (3):
  colibri_imx6/imx7/imx8x: use distroboot by default
  apalis_imx6: use distroboot by default
  pinctrl: nxp: DM_FLAG_PRE_RELOC by default

Jacky Bai (2):
  driver: ddr: Refine the ddr init driver on imx8m
  ddr: imx8m: Fix the ddr init hang on imx8mq

Joris Offouga (5):
  ARM: dts: pico-imx7d: Add u-boot.dtsi for uboot specific dts change
  ARM: dts: pico-imx7d: sync device tree with v5.3-rc6
  configs: pico-imx7d: Convert to DM_VIDEO
  pico-imx7d: fix splash logo drawing
  pico-imx7d: Remove dead code for dm_video

Lukasz Majewski (22):
  imx: bk4: Print proper HW revision of VF610's BK4 board
  fix: defconfig: Enable OF_CONTROL for display5_factory
  ARM: imx: defconfig: Enable CONFIG_PINCTRL{_IMX6} on display5's
defconfig
  DM: I2C: Switch display5 board to use DM_I2C
  ARM: imx: defconfig: Enable 'regulator' and 'pmic' commands on
display5
  DM: mmc: Switch display5 board to use DM_MMC and BLK (USDHC)
  DM: eth: Switch display5 board to use DM_ETH
  DM: SPI: Convert display5 to use SPI with DM/DTS (but no in SPL)
  ARM: display5: Remove UART initialization code after DM/DTS
conversion (non-console)
  DM: WDT: Convert WDT driver to use DM/DTS (including SYSRESET)
  ARM: display5: Remove common.c file (after DM/DTS U-Boot proper
conversion)
  ARM: Update display5_factory_defconfig after switch to DM/DTS and
uuu utility
  imx: Convert emergency pad of display5 to use dm_gpio* functions
  imx: Rewrite display5 get_board_id() function to use dm_gpio_* API
  imx: Introduce CONFIG_SPL_FORCE_MMC_BOOT to force MMC boot on
falcon mode
  dts: imx28: Remove #include "imx28.dtsi" from imx28-u-boot.dtsi file
  spl: Init proper struct driver member (platdata_auto_alloc_size)
for mxs_spi
  spi: fix: Call mxs_reset_block() during DM/DTS probe
  spi: Add support for 

Re: [U-Boot] [GIT PULL] Pull request: u-boot-imx u-boot-imx-20190923

2019-09-23 Thread Otavio Salvador
Hello Tom,

On Mon, Sep 23, 2019 at 5:04 PM Otavio Salvador  wrote:
> On Mon, Sep 23, 2019 at 4:29 PM Tom Rini  wrote:
> > > We are now getting to move more things to DM model and we hope to do
> > > more changes for next release.
> >
> > OK.  But we're 2 weeks from v2019.10 release.  Will these platforms be
> > better or worse off holding most (all?) of these changes for the next
> > release so they can if not get more "polish" at least more testing
> > before a release and be included once the release happens and merge
> > window opens?  Thanks!
>
> PICO 7D changes are fixes. The PICO i.MX6 can wait.

I ended redoing the branch and removing Joris patches for this
release. Those were breaking the builds and prepared a branch which
builds fine.

The following changes since commit 31e086e460fb5de6dd42559babdc1e027ed2fe96:

  Prepare v2019.10-rc4 (2019-09-23 12:24:39 -0400)

are available in the Git repository at:

  https://github.com/OSSystems/u-boot imx-fixes-2019.10

for you to fetch changes up to b0902ed95d2a0fa6de15c3adacdcc2965ae6ddc3:

  Merge remote-tracking branch 'origin/master' into imx-fixes-2019.10
(2019-09-23 22:39:05 -0300)


Anatolij Gustschin (1):
  imx: sksimx6_defconfig: remove SPL misc option to fix build error

Bai Ping (2):
  i.MX7ULP: Fix system reset after a7 rtc alarm expired.
  i.MX7ULP: Correct the clock index

Breno Matheus Lima (4):
  Kconfig: Migrate CONFIG_CSF_SIZE to Kconfig
  imx6: spl: Reduce SPL limit size in case CONFIG_SECURE_BOOT is enabled
  imx: configs: Cleanup CONFIG_SECURE_BOOT comments
  habv4: tools: Avoid hardcoded CSF size for SPL targets

Fabio Berton (1):
  pico-imx7d: Sync pico-hobbit-imx7d_defconfig

Fabio Estevam (15):
  mx6sabresd: Reduce overall SPL size
  pico-imx6ul: Increase the CONFIG_ENV_OFFSET size
  pico-imx6ul: Add LCD support
  pico-imx6ul: Update the Falcon mode instructions
  pico-imx6ul: Provide a way to escape the Falcon mode
  pico-imx7d: Add instructions for booting in Falcon mode
  pico-imx7d: Provide a way to escape the Falcon mode
  logos: Add the TechNexion's logo
  pico: Convert to CONFIG_FSL_USDHC
  mx53loco: Fix U-Boot corruption after saving the environment
  mx6: clock: Allow enable_ipu_clock() to be built for SPL code
  pico-imx6: Add initial support
  pico-imx6: Add Ethernet support
  pico-imx6: Add splashscreen support
  pico-imx6: Add Falcon mode

Otavio Salvador (6):
  pico-imx6ul: Add DWARF baseboard support
  pico-imx7d: Add DWARF baseboard support
  pico-imx7d: Add NYMPH baseboard support
  configs: Sync all baseboard specific pico-imx7d
  pico-imx6: Fix bootmenu handling
  Merge remote-tracking branch 'origin/master' into imx-fixes-2019.10

Peng Fan (39):
  arm: dts: sync dts for i.MX6UL
  arm: dts: sync dts for i.MX6ULL
  arm: dts: import dts for i.MX6ULZ
  imx: add i.MX6ULZ cpu type
  imx: add i.MX6ULZ board
  imx: mx6ul_14x14_evk: Fix SPL boot
  imx: mx6ul_14x14_evk: convert to DM_VIDEO
  imx: mx6slevk: enable DM_SPI and DM_SPI_FLASH
  pinctrl: imx: use devfdt_get_addr_size_index
  tools: imx8mimage: fix HDMI/FIT parsing
  serial: Kconfig: make MXC_UART usable for MX7 and IMX8M
  spl: pass args to board_return_to_bootrom
  arm: dts: imx: fsl-imx8qm.dtsi: add gpio aliases to fix gpio command
  imx: i.MX7ULP: add get_boot_device
  i.MX7ULP: evk: Modify FDT file to disable SD3.0 for usb boot
  misc: Kconfig: make i.MX7ULP could use MXC_OCOTP
  i.MX7ULP: evk: Enable fuse comamnd
  i.MX7ULP: Add CPU revision check for B0
  imx: mx6sabresd: fix usb start when DM enabled
  imx: imx6qdl: dtsi: move U-Boot specific change to u-boot.dtsi
  imx: imx8qxp_mek: fix CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR
  imx8: support parsing i.MX8 Container file
  spl: mmc: support loading i.MX container format file
  imx: add container target
  imx8qxp_mek: switch to use container image
  imx8qm_mek: switch to use container image
  doc: imx: mkimage: introduce i.MX8 image format
  imx: sys_proto: add is_imx8qm helper
  imx8qm: power up SMMU
  imx8qm: correct fdt_file
  imx8: disable node when the resource is not owned
  configs: imx8qm/qxp_mek: enable CONFIG_OF_SYSTEM_SETUP
  imx: scu_api: add sc_rm_set_master_sid
  imx8: fdt: configure sid for masters
  imx8: save args passed from ATF
  imx8: fdt: add optee node
  imx: scu_api: add sc_pm_is_partition_started
  imx8: move i.MX8 cpu desc code to drivers/cpu/imx8_cpu.c
  imx8: cpu: fix mac fuse word for i.MX8QM

Ricardo Salveti (4):
  apalis_imx6: add board_fit_config_name_match to support FIT in SPL
  apalis_imx6: fix broken fsl_esdhc_imx conversion
  imx: apalis_imx6: select MX6Q via Kconfig
  spl: imx: only use HAB if spl fit signature is not 

Re: [U-Boot] [GIT PULL] Pull request: u-boot-imx u-boot-imx-20190923

2019-09-23 Thread Otavio Salvador
On Mon, Sep 23, 2019 at 4:29 PM Tom Rini  wrote:
> On Mon, Sep 23, 2019 at 03:48:29PM -0300, Otavio Salvador wrote:
> > On Mon, Sep 23, 2019 at 9:57 AM Joris Offouga  
> > wrote:
> > > Hi Tom and Stefano
> > >
> > > I send patch series for fix build for pico-imx7d
> >
> > Those changes are indeed important. Most were sent before and we
> > polished them more lately.
> >
> > Joris also been promptly on fixing issues, so I'd love to see it all merged.
> >
> > We are now getting to move more things to DM model and we hope to do
> > more changes for next release.
>
> OK.  But we're 2 weeks from v2019.10 release.  Will these platforms be
> better or worse off holding most (all?) of these changes for the next
> release so they can if not get more "polish" at least more testing
> before a release and be included once the release happens and merge
> window opens?  Thanks!

PICO 7D changes are fixes. The PICO i.MX6 can wait.

-- 
Otavio Salvador O.S. Systems
http://www.ossystems.com.brhttp://code.ossystems.com.br
Mobile: +55 (53) 9 9981-7854  Mobile: +1 (347) 903-9750
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


Re: [U-Boot] [GIT PULL] Pull request: u-boot-imx u-boot-imx-20190923

2019-09-23 Thread Tom Rini
On Mon, Sep 23, 2019 at 03:48:29PM -0300, Otavio Salvador wrote:
> On Mon, Sep 23, 2019 at 9:57 AM Joris Offouga  wrote:
> > Hi Tom and Stefano
> >
> > I send patch series for fix build for pico-imx7d
> 
> Those changes are indeed important. Most were sent before and we
> polished them more lately.
> 
> Joris also been promptly on fixing issues, so I'd love to see it all merged.
> 
> We are now getting to move more things to DM model and we hope to do
> more changes for next release.

OK.  But we're 2 weeks from v2019.10 release.  Will these platforms be
better or worse off holding most (all?) of these changes for the next
release so they can if not get more "polish" at least more testing
before a release and be included once the release happens and merge
window opens?  Thanks!

-- 
Tom


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


Re: [U-Boot] [GIT PULL] Pull request: u-boot-imx u-boot-imx-20190923

2019-09-23 Thread Otavio Salvador
On Mon, Sep 23, 2019 at 9:57 AM Joris Offouga  wrote:
> Hi Tom and Stefano
>
> I send patch series for fix build for pico-imx7d

Those changes are indeed important. Most were sent before and we
polished them more lately.

Joris also been promptly on fixing issues, so I'd love to see it all merged.

We are now getting to move more things to DM model and we hope to do
more changes for next release.

-- 
Otavio Salvador O.S. Systems
http://www.ossystems.com.brhttp://code.ossystems.com.br
Mobile: +55 (53) 9 9981-7854  Mobile: +1 (347) 903-9750
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


Re: [U-Boot] [GIT PULL] Pull request: u-boot-imx u-boot-imx-20190923

2019-09-23 Thread Joris Offouga

Hi Tom and Stefano

I send patch series for fix build for pico-imx7d

Best regards,

Joris Offouga

Le 23/09/2019 à 14:51, Tom Rini a écrit :

On Mon, Sep 23, 2019 at 11:05:31AM +0200, Stefano Babic wrote:


Hi Tom,

please pull from u-boot-imx, thanks !

The following changes since commit 87d5b225585f341ea8e926a2c26fb72585fc9d0c:

   MAINTAINERS: Change fsl-qoriq, mpc86xx, mpc85xx maintainers
(2019-09-13 10:14:45 -0400)

are available in the Git repository at:

   https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git
tags/u-boot-imx-20190923

for you to fetch changes up to 322a967cdf470640cb8cb6b68b6721e63b8c3104:

   Merge branch 'for-imx' of https://github.com/OSSystems/u-boot
(2019-09-22 15:19:49 +0200)


Sorry, with the video PR from last night now pico-imx7d_bl33
pico-hobbit-imx7d pico-nymph-imx7d mx6ul_9x9_evk pico-imx7d
mx6ul_14x14_evk pico-dwarf-imx7d pico-pi-imx7d fail to link.

Also, at this point in the release cycle are all of these changes still
things we really want to bring in?  Thanks!


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

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


Re: [U-Boot] [GIT PULL] Pull request: u-boot-imx u-boot-imx-20190923

2019-09-23 Thread Tom Rini
On Mon, Sep 23, 2019 at 11:05:31AM +0200, Stefano Babic wrote:

> Hi Tom,
> 
> please pull from u-boot-imx, thanks !
> 
> The following changes since commit 87d5b225585f341ea8e926a2c26fb72585fc9d0c:
> 
>   MAINTAINERS: Change fsl-qoriq, mpc86xx, mpc85xx maintainers
> (2019-09-13 10:14:45 -0400)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git
> tags/u-boot-imx-20190923
> 
> for you to fetch changes up to 322a967cdf470640cb8cb6b68b6721e63b8c3104:
> 
>   Merge branch 'for-imx' of https://github.com/OSSystems/u-boot
> (2019-09-22 15:19:49 +0200)
> 

Sorry, with the video PR from last night now pico-imx7d_bl33
pico-hobbit-imx7d pico-nymph-imx7d mx6ul_9x9_evk pico-imx7d
mx6ul_14x14_evk pico-dwarf-imx7d pico-pi-imx7d fail to link.

Also, at this point in the release cycle are all of these changes still
things we really want to bring in?  Thanks!

-- 
Tom


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


[U-Boot] [GIT PULL] Pull request: u-boot-imx u-boot-imx-20190923

2019-09-23 Thread Stefano Babic
Hi Tom,

please pull from u-boot-imx, thanks !

The following changes since commit 87d5b225585f341ea8e926a2c26fb72585fc9d0c:

  MAINTAINERS: Change fsl-qoriq, mpc86xx, mpc85xx maintainers
(2019-09-13 10:14:45 -0400)

are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git
tags/u-boot-imx-20190923

for you to fetch changes up to 322a967cdf470640cb8cb6b68b6721e63b8c3104:

  Merge branch 'for-imx' of https://github.com/OSSystems/u-boot
(2019-09-22 15:19:49 +0200)


u-boot-imx-20190923
---

- Fixes i.MX7ULP
- No default CSF size in case of SECURE_BOOT
- Technexion boards
- Nitrogen boards ported to DM
- fix for mx53loco
- Sync DTS for i.MX6UL(L)
- Fuses for i.MX7ULP
- i.mx8 : container image, fixes
- Fixes for Toradex (apalis)
- SPL: allow bigger size for i.MX6Q/D

Travis: https://travis-ci.org/sbabic/u-boot-imx/builds/588095906


Anatolij Gustschin (1):
  imx: sksimx6_defconfig: remove SPL misc option to fix build error

Bai Ping (2):
  i.MX7ULP: Fix system reset after a7 rtc alarm expired.
  i.MX7ULP: Correct the clock index

Breno Matheus Lima (4):
  Kconfig: Migrate CONFIG_CSF_SIZE to Kconfig
  imx6: spl: Reduce SPL limit size in case CONFIG_SECURE_BOOT is enabled
  imx: configs: Cleanup CONFIG_SECURE_BOOT comments
  habv4: tools: Avoid hardcoded CSF size for SPL targets

Fabio Berton (1):
  pico-imx7d: Sync pico-hobbit-imx7d_defconfig

Fabio Estevam (15):
  mx6sabresd: Reduce overall SPL size
  pico-imx6ul: Increase the CONFIG_ENV_OFFSET size
  pico-imx6ul: Add LCD support
  pico-imx6ul: Update the Falcon mode instructions
  pico-imx6ul: Provide a way to escape the Falcon mode
  pico-imx7d: Add instructions for booting in Falcon mode
  pico-imx7d: Provide a way to escape the Falcon mode
  logos: Add the TechNexion's logo
  pico: Convert to CONFIG_FSL_USDHC
  mx53loco: Fix U-Boot corruption after saving the environment
  mx6: clock: Allow enable_ipu_clock() to be built for SPL code
  pico-imx6: Add initial support
  pico-imx6: Add Ethernet support
  pico-imx6: Add splashscreen support
  pico-imx6: Add Falcon mode

Joris Offouga (3):
  ARM: dts: pico-imx7d: Add u-boot.dtsi for uboot specific dts change
  ARM: dts: pico-imx7d: sync device tree with v5.3-rc6
  configs: pico-imx7d: Convert to DM_VIDEO

Otavio Salvador (5):
  pico-imx6ul: Add DWARF baseboard support
  pico-imx7d: Add DWARF baseboard support
  pico-imx7d: Add NYMPH baseboard support
  configs: Sync all baseboard specific pico-imx7d
  pico-imx6: Fix bootmenu handling

Peng Fan (39):
  arm: dts: sync dts for i.MX6UL
  arm: dts: sync dts for i.MX6ULL
  arm: dts: import dts for i.MX6ULZ
  imx: add i.MX6ULZ cpu type
  imx: add i.MX6ULZ board
  imx: mx6ul_14x14_evk: Fix SPL boot
  imx: mx6ul_14x14_evk: convert to DM_VIDEO
  imx: mx6slevk: enable DM_SPI and DM_SPI_FLASH
  pinctrl: imx: use devfdt_get_addr_size_index
  tools: imx8mimage: fix HDMI/FIT parsing
  serial: Kconfig: make MXC_UART usable for MX7 and IMX8M
  spl: pass args to board_return_to_bootrom
  arm: dts: imx: fsl-imx8qm.dtsi: add gpio aliases to fix gpio command
  imx: i.MX7ULP: add get_boot_device
  i.MX7ULP: evk: Modify FDT file to disable SD3.0 for usb boot
  misc: Kconfig: make i.MX7ULP could use MXC_OCOTP
  i.MX7ULP: evk: Enable fuse comamnd
  i.MX7ULP: Add CPU revision check for B0
  imx: mx6sabresd: fix usb start when DM enabled
  imx: imx6qdl: dtsi: move U-Boot specific change to u-boot.dtsi
  imx: imx8qxp_mek: fix CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR
  imx8: support parsing i.MX8 Container file
  spl: mmc: support loading i.MX container format file
  imx: add container target
  imx8qxp_mek: switch to use container image
  imx8qm_mek: switch to use container image
  doc: imx: mkimage: introduce i.MX8 image format
  imx: sys_proto: add is_imx8qm helper
  imx8qm: power up SMMU
  imx8qm: correct fdt_file
  imx8: disable node when the resource is not owned
  configs: imx8qm/qxp_mek: enable CONFIG_OF_SYSTEM_SETUP
  imx: scu_api: add sc_rm_set_master_sid
  imx8: fdt: configure sid for masters
  imx8: save args passed from ATF
  imx8: fdt: add optee node
  imx: scu_api: add sc_pm_is_partition_started
  imx8: move i.MX8 cpu desc code to drivers/cpu/imx8_cpu.c
  imx8: cpu: fix mac fuse word for i.MX8QM

Ricardo Salveti (4):
  apalis_imx6: add board_fit_config_name_match to support FIT in SPL
  apalis_imx6: fix broken fsl_esdhc_imx conversion
  imx: apalis_imx6: select MX6Q via Kconfig
  spl: imx: only use HAB if spl fit signature is 

Re: [U-Boot] [GIT PULL] Pull request: u-boot-imx u-boot-imx-20190916

2019-09-16 Thread Stefano Babic
Hi Tom, Jagan,

On 16/09/19 20:10, Tom Rini wrote:
> On Mon, Sep 16, 2019 at 08:02:52PM +0200, Stefano Babic wrote:
>> Hi Tom,
>>
>> On 16/09/19 19:12, Tom Rini wrote:
>>> On Mon, Sep 16, 2019 at 10:06:43AM +0200, Stefano Babic wrote:
>>>
 Hi Tom,

 please pull from u-boot-imx, thanks.

 There is still a broken board (imx6dl_mamoj) - it will be fixed later.

 The following changes since commit 
 5ba8b1254311d00e2bdd9e227b78bdb7e89e69dd:

   Merge tag 'u-boot-rockchip-20190912' of
 https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip (2019-09-11
 23:08:34 -0400)

 are available in the Git repository at:

   https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git
 tags/u-boot-imx-20190916

 for you to fetch changes up to a49022353fb9a1a9705b0d6b9a31e13b20824ef6:

   imx: fix missing MAINTAINERS pico boards (2019-09-16 09:39:57 +0200)

>>>
>>> OK, this fails in both gitlab:
>>> https://gitlab.denx.de/u-boot/u-boot/-/jobs/12012
>>
>> No idea - it is successful on Travis:
>>
>> https://travis-ci.org/sbabic/u-boot-imx/builds/584953084
> 
> That's a failed job right there tho :)
> 
>>> and travis:
>>> https://travis-ci.org/trini/u-boot/jobs/585528788
>>
>> Yes, this known, I wrote it in my notes, build fails due to SPL size.
>> Pacth should follow.
> 
> I can't / won't take PRs that cause the builds to fail.  I suspect this
> means that http://patchwork.ozlabs.org/patch/1130574/ needs to perhaps
> come in.  Seeing what it does for this platform first may however be
> instructive.

No, this does not help - the imx6dl_mamoj board has full OF support in
SPL and size overruns for 5200 bytes, much more as what we can save with
the patch. Size is still under the limit dropping features - build is ok
after dropping USB.

  limit:  53248 bytes
  actual: 58449 bytes
  excess: 5201 bytes

Regards,
Stefano

-- 
=
DENX Software Engineering GmbH,  Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sba...@denx.de
=
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


Re: [U-Boot] [GIT PULL] Pull request: u-boot-imx u-boot-imx-20190916

2019-09-16 Thread Tom Rini
On Mon, Sep 16, 2019 at 08:02:52PM +0200, Stefano Babic wrote:
> Hi Tom,
> 
> On 16/09/19 19:12, Tom Rini wrote:
> > On Mon, Sep 16, 2019 at 10:06:43AM +0200, Stefano Babic wrote:
> > 
> >> Hi Tom,
> >>
> >> please pull from u-boot-imx, thanks.
> >>
> >> There is still a broken board (imx6dl_mamoj) - it will be fixed later.
> >>
> >> The following changes since commit 
> >> 5ba8b1254311d00e2bdd9e227b78bdb7e89e69dd:
> >>
> >>   Merge tag 'u-boot-rockchip-20190912' of
> >> https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip (2019-09-11
> >> 23:08:34 -0400)
> >>
> >> are available in the Git repository at:
> >>
> >>   https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git
> >> tags/u-boot-imx-20190916
> >>
> >> for you to fetch changes up to a49022353fb9a1a9705b0d6b9a31e13b20824ef6:
> >>
> >>   imx: fix missing MAINTAINERS pico boards (2019-09-16 09:39:57 +0200)
> >>
> > 
> > OK, this fails in both gitlab:
> > https://gitlab.denx.de/u-boot/u-boot/-/jobs/12012
> 
> No idea - it is successful on Travis:
> 
> https://travis-ci.org/sbabic/u-boot-imx/builds/584953084

That's a failed job right there tho :)

> > and travis:
> > https://travis-ci.org/trini/u-boot/jobs/585528788
> 
> Yes, this known, I wrote it in my notes, build fails due to SPL size.
> Pacth should follow.

I can't / won't take PRs that cause the builds to fail.  I suspect this
means that http://patchwork.ozlabs.org/patch/1130574/ needs to perhaps
come in.  Seeing what it does for this platform first may however be
instructive.

-- 
Tom


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


Re: [U-Boot] [GIT PULL] Pull request: u-boot-imx u-boot-imx-20190916

2019-09-16 Thread Stefano Babic
Hi Tom,

On 16/09/19 19:12, Tom Rini wrote:
> On Mon, Sep 16, 2019 at 10:06:43AM +0200, Stefano Babic wrote:
> 
>> Hi Tom,
>>
>> please pull from u-boot-imx, thanks.
>>
>> There is still a broken board (imx6dl_mamoj) - it will be fixed later.
>>
>> The following changes since commit 5ba8b1254311d00e2bdd9e227b78bdb7e89e69dd:
>>
>>   Merge tag 'u-boot-rockchip-20190912' of
>> https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip (2019-09-11
>> 23:08:34 -0400)
>>
>> are available in the Git repository at:
>>
>>   https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git
>> tags/u-boot-imx-20190916
>>
>> for you to fetch changes up to a49022353fb9a1a9705b0d6b9a31e13b20824ef6:
>>
>>   imx: fix missing MAINTAINERS pico boards (2019-09-16 09:39:57 +0200)
>>
> 
> OK, this fails in both gitlab:
> https://gitlab.denx.de/u-boot/u-boot/-/jobs/12012

No idea - it is successful on Travis:

https://travis-ci.org/sbabic/u-boot-imx/builds/584953084

> and travis:
> https://travis-ci.org/trini/u-boot/jobs/585528788

Yes, this known, I wrote it in my notes, build fails due to SPL size.
Pacth should follow.

> (It did not fail in my oddball chroot I use for before/after testing so
> that's why it took so long, I wanted to rule out gitlab problem, but
> also means I need to re-evaluate that chroot setup).

Regards,
Stefano

-- 
=
DENX Software Engineering GmbH,  Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sba...@denx.de
=
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


Re: [U-Boot] [GIT PULL] Pull request: u-boot-imx u-boot-imx-20190916

2019-09-16 Thread Tom Rini
On Mon, Sep 16, 2019 at 10:06:43AM +0200, Stefano Babic wrote:

> Hi Tom,
> 
> please pull from u-boot-imx, thanks.
> 
> There is still a broken board (imx6dl_mamoj) - it will be fixed later.
> 
> The following changes since commit 5ba8b1254311d00e2bdd9e227b78bdb7e89e69dd:
> 
>   Merge tag 'u-boot-rockchip-20190912' of
> https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip (2019-09-11
> 23:08:34 -0400)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git
> tags/u-boot-imx-20190916
> 
> for you to fetch changes up to a49022353fb9a1a9705b0d6b9a31e13b20824ef6:
> 
>   imx: fix missing MAINTAINERS pico boards (2019-09-16 09:39:57 +0200)
> 

OK, this fails in both gitlab:
https://gitlab.denx.de/u-boot/u-boot/-/jobs/12012
and travis:
https://travis-ci.org/trini/u-boot/jobs/585528788
(It did not fail in my oddball chroot I use for before/after testing so
that's why it took so long, I wanted to rule out gitlab problem, but
also means I need to re-evaluate that chroot setup).

-- 
Tom


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


Re: [U-Boot] [GIT PULL] Pull request: u-boot-imx u-boot-imx-20190916

2019-09-16 Thread Otavio Salvador
On Mon, Sep 16, 2019 at 8:01 AM Joris Offouga  wrote:
>
> I build with success dwarf board and nymph board and i update my patch
> with your master branch :
> https://github.com/jorisoffouga/u-boot/commits/pico-imx7/dmvideo
>
> also I noticed that dwarf cards and nymph cards do not have dm_usb, this
> is done for pi and hobbit

I added your patches, Joris, and also made the DM_USB fix.

Stefano, look at:

git pull https://github.com/OSSystems/u-boot/ for-imx

It should do the trick ;-)

-- 
Otavio Salvador O.S. Systems
http://www.ossystems.com.brhttp://code.ossystems.com.br
Mobile: +55 (53) 9 9981-7854  Mobile: +1 (347) 903-9750
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


Re: [U-Boot] [GIT PULL] Pull request: u-boot-imx u-boot-imx-20190916

2019-09-16 Thread Stefano Babic
Hi Joris,

On 16/09/19 12:55, Joris Offouga wrote:
> I build with success dwarf board and nymph board and i update my patch
> with your master branch :
> https://github.com/jorisoffouga/u-boot/commits/pico-imx7/dmvideo
> 

Yes, this fine, thanks - I picked the new versions up.

Regards,
Stefano

> also I noticed that dwarf cards and nymph cards do not have dm_usb, this
> is done for pi and hobbit
> 
> Best regards,
> 
> Joris Offouga
> 
> Le 16/09/2019 à 10:48, Stefano Babic a écrit :
>> On 16/09/19 10:43, Joris OFFOUGA wrote:
>>> Hi Stefano,
>>>
>>> Thanks,
>> I have a separate branch for my "next" master and your patches break the
>> dwarf /nymph boards:
>>
>>     arm:  +   pico-nymph-imx7d
>> +drivers/built-in.o: In function `cfg_video_init':
>> +drivers/video/cfb_console.c:2024: undefined reference to `video_hw_init'
>> +arm-poky-linux-gnueabi-ld.bfd: BFD (GNU Binutils) 2.28.0.20170307
>> assertion fail ../../bfd/elf32-arm.c:9512
>> +make[1]: *** [u-boot] Error 1
>> +make: *** [sub-make] Error 2
>>     arm:  +   pico-dwarf-imx7d
>> +drivers/built-in.o: In function `cfg_video_init':
>> +drivers/video/cfb_console.c:2024: undefined reference to `video_hw_init'
>> +arm-poky-linux-gnueabi-ld.bfd: BFD (GNU Binutils) 2.28.0.20170307
>> assertion fail ../../bfd/elf32-arm.c:9512
>> +make[1]: *** [u-boot] Error 1
>> +make: *** [sub-make] Error 2
>>
>> Can you take a lookt at it ?
>>
>> Regards,
>> Stefano
>>
>>
>>> Regards,
>>> Joris Offouga
>>>
>>> Le lun. 16 sept. 2019 à 10:39, Stefano Babic >> > a écrit :
>>>
>>>  On 16/09/19 10:16, Joris OFFOUGA wrote:
>>>  > Hi Stefano,
>>>  >
>>>  > You don't apply my series in your PR?
>>>  >
>>>
>>>  No, I am applying them on top of it and then I send a new PR.
>>>
>>>  Regards,
>>>  Stefano
>>>
>>>  > Best Regards,
>>>  > Joris Offouga
>>>  >
>>>  > Le lun. 16 sept. 2019 à 10:13, Stefano Babic >>  
>>>  > >> a écrit :
>>>  >
>>>  >     Hi Tom,
>>>  >
>>>  >     please pull from u-boot-imx, thanks.
>>>  >
>>>  >     There is still a broken board (imx6dl_mamoj) - it will be
>>>  fixed later.
>>>  >
>>>  >     The following changes since commit
>>>  >     5ba8b1254311d00e2bdd9e227b78bdb7e89e69dd:
>>>  >
>>>  >       Merge tag 'u-boot-rockchip-20190912' of
>>>  >     https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip
>>>  (2019-09-11
>>>  >     23:08:34 -0400)
>>>  >
>>>  >     are available in the Git repository at:
>>>  >
>>>  >       https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git
>>>  >     tags/u-boot-imx-20190916
>>>  >
>>>  >     for you to fetch changes up to
>>>  a49022353fb9a1a9705b0d6b9a31e13b20824ef6:
>>>  >
>>>  >       imx: fix missing MAINTAINERS pico boards (2019-09-16
>>>  09:39:57 +0200)
>>>  >
>>>  >   
>>>  
>>>  >     u-boot-imx-20190916
>>>  >     ---
>>>  >
>>>  >     - Technexion boards
>>>  >     - fix in HABv4
>>>  >     - MX8 container file
>>>  >     - Fix for Toradex boards
>>>  >     - i.MX7ULP fixes
>>>  >
>>>  >   
>>>  
>>>  >     Anatolij Gustschin (1):
>>>  >           imx: sksimx6_defconfig: remove SPL misc option to fix
>>>  build error
>>>  >
>>>  >     Bai Ping (2):
>>>  >           i.MX7ULP: Fix system reset after a7 rtc alarm expired.
>>>  >           i.MX7ULP: Correct the clock index
>>>  >
>>>  >     Breno Matheus Lima (4):
>>>  >           Kconfig: Migrate CONFIG_CSF_SIZE to Kconfig
>>>  >           imx6: spl: Reduce SPL limit size in case
>>>  CONFIG_SECURE_BOOT is
>>>  >     enabled
>>>  >           imx: configs: Cleanup CONFIG_SECURE_BOOT comments
>>>  >           habv4: tools: Avoid hardcoded CSF size for SPL targets
>>>  >
>>>  >     Fabio Berton (1):
>>>  >           pico-imx7d: Sync pico-hobbit-imx7d_defconfig
>>>  >
>>>  >     Fabio Estevam (9):
>>>  >           mx6sabresd: Reduce overall SPL size
>>>  >           pico-imx6ul: Increase the CONFIG_ENV_OFFSET size
>>>  >           pico-imx6ul: Add LCD support
>>>  >           pico-imx6ul: Update the Falcon mode instructions
>>>  >           pico-imx6ul: Provide a way to escape the Falcon mode
>>>  >           pico-imx7d: Add instructions for booting in Falcon mode
>>>  >           pico-imx7d: Provide a way to escape the Falcon mode
>>>  >           logos: Add the TechNexion's logo
>>>  >           pico: Convert to CONFIG_FSL_USDHC
>>>  >
>>>  >     Heinrich Schuchardt (8):
>>>  >           efi_loader: EFI_FILE_PROTOCOL.Write() check args
>>>  >           efi_loader: eliminate inline 

Re: [U-Boot] [GIT PULL] Pull request: u-boot-imx u-boot-imx-20190916

2019-09-16 Thread Joris Offouga
I build with success dwarf board and nymph board and i update my patch 
with your master branch : 
https://github.com/jorisoffouga/u-boot/commits/pico-imx7/dmvideo


also I noticed that dwarf cards and nymph cards do not have dm_usb, this 
is done for pi and hobbit


Best regards,

Joris Offouga

Le 16/09/2019 à 10:48, Stefano Babic a écrit :

On 16/09/19 10:43, Joris OFFOUGA wrote:

Hi Stefano,

Thanks,

I have a separate branch for my "next" master and your patches break the
dwarf /nymph boards:

arm:  +   pico-nymph-imx7d
+drivers/built-in.o: In function `cfg_video_init':
+drivers/video/cfb_console.c:2024: undefined reference to `video_hw_init'
+arm-poky-linux-gnueabi-ld.bfd: BFD (GNU Binutils) 2.28.0.20170307
assertion fail ../../bfd/elf32-arm.c:9512
+make[1]: *** [u-boot] Error 1
+make: *** [sub-make] Error 2
arm:  +   pico-dwarf-imx7d
+drivers/built-in.o: In function `cfg_video_init':
+drivers/video/cfb_console.c:2024: undefined reference to `video_hw_init'
+arm-poky-linux-gnueabi-ld.bfd: BFD (GNU Binutils) 2.28.0.20170307
assertion fail ../../bfd/elf32-arm.c:9512
+make[1]: *** [u-boot] Error 1
+make: *** [sub-make] Error 2

Can you take a lookt at it ?

Regards,
Stefano



Regards,
Joris Offouga

Le lun. 16 sept. 2019 à 10:39, Stefano Babic mailto:sba...@denx.de>> a écrit :

 On 16/09/19 10:16, Joris OFFOUGA wrote:
 > Hi Stefano,
 >
 > You don't apply my series in your PR?
 >

 No, I am applying them on top of it and then I send a new PR.

 Regards,
 Stefano

 > Best Regards,
 > Joris Offouga
 >
 > Le lun. 16 sept. 2019 à 10:13, Stefano Babic mailto:sba...@denx.de>
 > >> a écrit :
 >
 >     Hi Tom,
 >
 >     please pull from u-boot-imx, thanks.
 >
 >     There is still a broken board (imx6dl_mamoj) - it will be
 fixed later.
 >
 >     The following changes since commit
 >     5ba8b1254311d00e2bdd9e227b78bdb7e89e69dd:
 >
 >       Merge tag 'u-boot-rockchip-20190912' of
 >     https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip
 (2019-09-11
 >     23:08:34 -0400)
 >
 >     are available in the Git repository at:
 >
 >       https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git
 >     tags/u-boot-imx-20190916
 >
 >     for you to fetch changes up to
 a49022353fb9a1a9705b0d6b9a31e13b20824ef6:
 >
 >       imx: fix missing MAINTAINERS pico boards (2019-09-16
 09:39:57 +0200)
 >
 >     
 >     u-boot-imx-20190916
 >     ---
 >
 >     - Technexion boards
 >     - fix in HABv4
 >     - MX8 container file
 >     - Fix for Toradex boards
 >     - i.MX7ULP fixes
 >
 >     
 >     Anatolij Gustschin (1):
 >           imx: sksimx6_defconfig: remove SPL misc option to fix
 build error
 >
 >     Bai Ping (2):
 >           i.MX7ULP: Fix system reset after a7 rtc alarm expired.
 >           i.MX7ULP: Correct the clock index
 >
 >     Breno Matheus Lima (4):
 >           Kconfig: Migrate CONFIG_CSF_SIZE to Kconfig
 >           imx6: spl: Reduce SPL limit size in case
 CONFIG_SECURE_BOOT is
 >     enabled
 >           imx: configs: Cleanup CONFIG_SECURE_BOOT comments
 >           habv4: tools: Avoid hardcoded CSF size for SPL targets
 >
 >     Fabio Berton (1):
 >           pico-imx7d: Sync pico-hobbit-imx7d_defconfig
 >
 >     Fabio Estevam (9):
 >           mx6sabresd: Reduce overall SPL size
 >           pico-imx6ul: Increase the CONFIG_ENV_OFFSET size
 >           pico-imx6ul: Add LCD support
 >           pico-imx6ul: Update the Falcon mode instructions
 >           pico-imx6ul: Provide a way to escape the Falcon mode
 >           pico-imx7d: Add instructions for booting in Falcon mode
 >           pico-imx7d: Provide a way to escape the Falcon mode
 >           logos: Add the TechNexion's logo
 >           pico: Convert to CONFIG_FSL_USDHC
 >
 >     Heinrich Schuchardt (8):
 >           efi_loader: EFI_FILE_PROTOCOL.Write() check args
 >           efi_loader: eliminate inline function ascii2unicode()
 >           efi_loader: correct reading of directories
 >           efi_loader: file size checks
 >           efi_loader: EFI_FILE_PROTOCOL rev 2 stub
 >           efi_loader: volume name in EFI_FILE_PROTOCOL.GetInfo()
 >           efi_loader: check parameters EFI_FILE_PROTOCOL.GetInfo()
 >           efi_loader: parameter checks EFI_FILE_PROTOCOL.SetInfo()
 >
 >     Otavio Salvador (3):
 >           pico-imx6ul: Add DWARF baseboard support
 >           pico-imx7d: Add DWARF baseboard support
 >           pico-imx7d: Add NYMPH 

Re: [U-Boot] [GIT PULL] Pull request: u-boot-imx u-boot-imx-20190916

2019-09-16 Thread Stefano Babic
On 16/09/19 10:43, Joris OFFOUGA wrote:
> Hi Stefano,
> 
> Thanks,

I have a separate branch for my "next" master and your patches break the
dwarf /nymph boards:

   arm:  +   pico-nymph-imx7d
+drivers/built-in.o: In function `cfg_video_init':
+drivers/video/cfb_console.c:2024: undefined reference to `video_hw_init'
+arm-poky-linux-gnueabi-ld.bfd: BFD (GNU Binutils) 2.28.0.20170307
assertion fail ../../bfd/elf32-arm.c:9512
+make[1]: *** [u-boot] Error 1
+make: *** [sub-make] Error 2
   arm:  +   pico-dwarf-imx7d
+drivers/built-in.o: In function `cfg_video_init':
+drivers/video/cfb_console.c:2024: undefined reference to `video_hw_init'
+arm-poky-linux-gnueabi-ld.bfd: BFD (GNU Binutils) 2.28.0.20170307
assertion fail ../../bfd/elf32-arm.c:9512
+make[1]: *** [u-boot] Error 1
+make: *** [sub-make] Error 2

Can you take a lookt at it ?

Regards,
Stefano


> 
> Regards, 
> Joris Offouga 
> 
> Le lun. 16 sept. 2019 à 10:39, Stefano Babic  > a écrit :
> 
> On 16/09/19 10:16, Joris OFFOUGA wrote:
> > Hi Stefano,
> >
> > You don't apply my series in your PR?
> >
> 
> No, I am applying them on top of it and then I send a new PR.
> 
> Regards,
> Stefano
> 
> > Best Regards, 
> > Joris Offouga 
> >
> > Le lun. 16 sept. 2019 à 10:13, Stefano Babic  
> > >> a écrit :
> >
> >     Hi Tom,
> >
> >     please pull from u-boot-imx, thanks.
> >
> >     There is still a broken board (imx6dl_mamoj) - it will be
> fixed later.
> >
> >     The following changes since commit
> >     5ba8b1254311d00e2bdd9e227b78bdb7e89e69dd:
> >
> >       Merge tag 'u-boot-rockchip-20190912' of
> >     https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip
> (2019-09-11
> >     23:08:34 -0400)
> >
> >     are available in the Git repository at:
> >
> >       https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git
> >     tags/u-boot-imx-20190916
> >
> >     for you to fetch changes up to
> a49022353fb9a1a9705b0d6b9a31e13b20824ef6:
> >
> >       imx: fix missing MAINTAINERS pico boards (2019-09-16
> 09:39:57 +0200)
> >
> >     
> >     u-boot-imx-20190916
> >     ---
> >
> >     - Technexion boards
> >     - fix in HABv4
> >     - MX8 container file
> >     - Fix for Toradex boards
> >     - i.MX7ULP fixes
> >
> >     
> >     Anatolij Gustschin (1):
> >           imx: sksimx6_defconfig: remove SPL misc option to fix
> build error
> >
> >     Bai Ping (2):
> >           i.MX7ULP: Fix system reset after a7 rtc alarm expired.
> >           i.MX7ULP: Correct the clock index
> >
> >     Breno Matheus Lima (4):
> >           Kconfig: Migrate CONFIG_CSF_SIZE to Kconfig
> >           imx6: spl: Reduce SPL limit size in case
> CONFIG_SECURE_BOOT is
> >     enabled
> >           imx: configs: Cleanup CONFIG_SECURE_BOOT comments
> >           habv4: tools: Avoid hardcoded CSF size for SPL targets
> >
> >     Fabio Berton (1):
> >           pico-imx7d: Sync pico-hobbit-imx7d_defconfig
> >
> >     Fabio Estevam (9):
> >           mx6sabresd: Reduce overall SPL size
> >           pico-imx6ul: Increase the CONFIG_ENV_OFFSET size
> >           pico-imx6ul: Add LCD support
> >           pico-imx6ul: Update the Falcon mode instructions
> >           pico-imx6ul: Provide a way to escape the Falcon mode
> >           pico-imx7d: Add instructions for booting in Falcon mode
> >           pico-imx7d: Provide a way to escape the Falcon mode
> >           logos: Add the TechNexion's logo
> >           pico: Convert to CONFIG_FSL_USDHC
> >
> >     Heinrich Schuchardt (8):
> >           efi_loader: EFI_FILE_PROTOCOL.Write() check args
> >           efi_loader: eliminate inline function ascii2unicode()
> >           efi_loader: correct reading of directories
> >           efi_loader: file size checks
> >           efi_loader: EFI_FILE_PROTOCOL rev 2 stub
> >           efi_loader: volume name in EFI_FILE_PROTOCOL.GetInfo()
> >           efi_loader: check parameters EFI_FILE_PROTOCOL.GetInfo()
> >           efi_loader: parameter checks EFI_FILE_PROTOCOL.SetInfo()
> >
> >     Otavio Salvador (3):
> >           pico-imx6ul: Add DWARF baseboard support
> >           pico-imx7d: Add DWARF baseboard support
> >           pico-imx7d: Add NYMPH baseboard support
> >
> >     Peng Fan (39):
> >           arm: dts: sync dts for i.MX6UL
> >           arm: dts: sync dts for i.MX6ULL
> >           arm: dts: import dts for i.MX6ULZ
> >           imx: 

Re: [U-Boot] [GIT PULL] Pull request: u-boot-imx u-boot-imx-20190916

2019-09-16 Thread Joris OFFOUGA
Hi Stefano,

Thanks,

Regards,
Joris Offouga

Le lun. 16 sept. 2019 à 10:39, Stefano Babic  a écrit :

> On 16/09/19 10:16, Joris OFFOUGA wrote:
> > Hi Stefano,
> >
> > You don't apply my series in your PR?
> >
>
> No, I am applying them on top of it and then I send a new PR.
>
> Regards,
> Stefano
>
> > Best Regards,
> > Joris Offouga
> >
> > Le lun. 16 sept. 2019 à 10:13, Stefano Babic  > > a écrit :
> >
> > Hi Tom,
> >
> > please pull from u-boot-imx, thanks.
> >
> > There is still a broken board (imx6dl_mamoj) - it will be fixed
> later.
> >
> > The following changes since commit
> > 5ba8b1254311d00e2bdd9e227b78bdb7e89e69dd:
> >
> >   Merge tag 'u-boot-rockchip-20190912' of
> > https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip (2019-09-11
> > 23:08:34 -0400)
> >
> > are available in the Git repository at:
> >
> >   https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git
> > tags/u-boot-imx-20190916
> >
> > for you to fetch changes up to
> a49022353fb9a1a9705b0d6b9a31e13b20824ef6:
> >
> >   imx: fix missing MAINTAINERS pico boards (2019-09-16 09:39:57
> +0200)
> >
> > 
> > u-boot-imx-20190916
> > ---
> >
> > - Technexion boards
> > - fix in HABv4
> > - MX8 container file
> > - Fix for Toradex boards
> > - i.MX7ULP fixes
> >
> > 
> > Anatolij Gustschin (1):
> >   imx: sksimx6_defconfig: remove SPL misc option to fix build
> error
> >
> > Bai Ping (2):
> >   i.MX7ULP: Fix system reset after a7 rtc alarm expired.
> >   i.MX7ULP: Correct the clock index
> >
> > Breno Matheus Lima (4):
> >   Kconfig: Migrate CONFIG_CSF_SIZE to Kconfig
> >   imx6: spl: Reduce SPL limit size in case CONFIG_SECURE_BOOT is
> > enabled
> >   imx: configs: Cleanup CONFIG_SECURE_BOOT comments
> >   habv4: tools: Avoid hardcoded CSF size for SPL targets
> >
> > Fabio Berton (1):
> >   pico-imx7d: Sync pico-hobbit-imx7d_defconfig
> >
> > Fabio Estevam (9):
> >   mx6sabresd: Reduce overall SPL size
> >   pico-imx6ul: Increase the CONFIG_ENV_OFFSET size
> >   pico-imx6ul: Add LCD support
> >   pico-imx6ul: Update the Falcon mode instructions
> >   pico-imx6ul: Provide a way to escape the Falcon mode
> >   pico-imx7d: Add instructions for booting in Falcon mode
> >   pico-imx7d: Provide a way to escape the Falcon mode
> >   logos: Add the TechNexion's logo
> >   pico: Convert to CONFIG_FSL_USDHC
> >
> > Heinrich Schuchardt (8):
> >   efi_loader: EFI_FILE_PROTOCOL.Write() check args
> >   efi_loader: eliminate inline function ascii2unicode()
> >   efi_loader: correct reading of directories
> >   efi_loader: file size checks
> >   efi_loader: EFI_FILE_PROTOCOL rev 2 stub
> >   efi_loader: volume name in EFI_FILE_PROTOCOL.GetInfo()
> >   efi_loader: check parameters EFI_FILE_PROTOCOL.GetInfo()
> >   efi_loader: parameter checks EFI_FILE_PROTOCOL.SetInfo()
> >
> > Otavio Salvador (3):
> >   pico-imx6ul: Add DWARF baseboard support
> >   pico-imx7d: Add DWARF baseboard support
> >   pico-imx7d: Add NYMPH baseboard support
> >
> > Peng Fan (39):
> >   arm: dts: sync dts for i.MX6UL
> >   arm: dts: sync dts for i.MX6ULL
> >   arm: dts: import dts for i.MX6ULZ
> >   imx: add i.MX6ULZ cpu type
> >   imx: add i.MX6ULZ board
> >   imx: mx6ul_14x14_evk: Fix SPL boot
> >   imx: mx6ul_14x14_evk: convert to DM_VIDEO
> >   imx: mx6slevk: enable DM_SPI and DM_SPI_FLASH
> >   pinctrl: imx: use devfdt_get_addr_size_index
> >   tools: imx8mimage: fix HDMI/FIT parsing
> >   serial: Kconfig: make MXC_UART usable for MX7 and IMX8M
> >   spl: pass args to board_return_to_bootrom
> >   arm: dts: imx: fsl-imx8qm.dtsi: add gpio aliases to fix gpio
> > command
> >   imx: i.MX7ULP: add get_boot_device
> >   i.MX7ULP: evk: Modify FDT file to disable SD3.0 for usb boot
> >   misc: Kconfig: make i.MX7ULP could use MXC_OCOTP
> >   i.MX7ULP: evk: Enable fuse comamnd
> >   i.MX7ULP: Add CPU revision check for B0
> >   imx: mx6sabresd: fix usb start when DM enabled
> >   imx: imx6qdl: dtsi: move U-Boot specific change to u-boot.dtsi
> >   imx: imx8qxp_mek: fix CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR
> >   imx8: support parsing i.MX8 Container file
> >   spl: mmc: support loading i.MX container format file
> >   imx: add container target
> >   imx8qxp_mek: switch to use container image
> >   imx8qm_mek: switch to use container image
> >   doc: 

Re: [U-Boot] [GIT PULL] Pull request: u-boot-imx u-boot-imx-20190916

2019-09-16 Thread Stefano Babic
On 16/09/19 10:16, Joris OFFOUGA wrote:
> Hi Stefano,
> 
> You don't apply my series in your PR?
> 

No, I am applying them on top of it and then I send a new PR.

Regards,
Stefano

> Best Regards, 
> Joris Offouga 
> 
> Le lun. 16 sept. 2019 à 10:13, Stefano Babic  > a écrit :
> 
> Hi Tom,
> 
> please pull from u-boot-imx, thanks.
> 
> There is still a broken board (imx6dl_mamoj) - it will be fixed later.
> 
> The following changes since commit
> 5ba8b1254311d00e2bdd9e227b78bdb7e89e69dd:
> 
>   Merge tag 'u-boot-rockchip-20190912' of
> https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip (2019-09-11
> 23:08:34 -0400)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git
> tags/u-boot-imx-20190916
> 
> for you to fetch changes up to a49022353fb9a1a9705b0d6b9a31e13b20824ef6:
> 
>   imx: fix missing MAINTAINERS pico boards (2019-09-16 09:39:57 +0200)
> 
> 
> u-boot-imx-20190916
> ---
> 
> - Technexion boards
> - fix in HABv4
> - MX8 container file
> - Fix for Toradex boards
> - i.MX7ULP fixes
> 
> 
> Anatolij Gustschin (1):
>       imx: sksimx6_defconfig: remove SPL misc option to fix build error
> 
> Bai Ping (2):
>       i.MX7ULP: Fix system reset after a7 rtc alarm expired.
>       i.MX7ULP: Correct the clock index
> 
> Breno Matheus Lima (4):
>       Kconfig: Migrate CONFIG_CSF_SIZE to Kconfig
>       imx6: spl: Reduce SPL limit size in case CONFIG_SECURE_BOOT is
> enabled
>       imx: configs: Cleanup CONFIG_SECURE_BOOT comments
>       habv4: tools: Avoid hardcoded CSF size for SPL targets
> 
> Fabio Berton (1):
>       pico-imx7d: Sync pico-hobbit-imx7d_defconfig
> 
> Fabio Estevam (9):
>       mx6sabresd: Reduce overall SPL size
>       pico-imx6ul: Increase the CONFIG_ENV_OFFSET size
>       pico-imx6ul: Add LCD support
>       pico-imx6ul: Update the Falcon mode instructions
>       pico-imx6ul: Provide a way to escape the Falcon mode
>       pico-imx7d: Add instructions for booting in Falcon mode
>       pico-imx7d: Provide a way to escape the Falcon mode
>       logos: Add the TechNexion's logo
>       pico: Convert to CONFIG_FSL_USDHC
> 
> Heinrich Schuchardt (8):
>       efi_loader: EFI_FILE_PROTOCOL.Write() check args
>       efi_loader: eliminate inline function ascii2unicode()
>       efi_loader: correct reading of directories
>       efi_loader: file size checks
>       efi_loader: EFI_FILE_PROTOCOL rev 2 stub
>       efi_loader: volume name in EFI_FILE_PROTOCOL.GetInfo()
>       efi_loader: check parameters EFI_FILE_PROTOCOL.GetInfo()
>       efi_loader: parameter checks EFI_FILE_PROTOCOL.SetInfo()
> 
> Otavio Salvador (3):
>       pico-imx6ul: Add DWARF baseboard support
>       pico-imx7d: Add DWARF baseboard support
>       pico-imx7d: Add NYMPH baseboard support
> 
> Peng Fan (39):
>       arm: dts: sync dts for i.MX6UL
>       arm: dts: sync dts for i.MX6ULL
>       arm: dts: import dts for i.MX6ULZ
>       imx: add i.MX6ULZ cpu type
>       imx: add i.MX6ULZ board
>       imx: mx6ul_14x14_evk: Fix SPL boot
>       imx: mx6ul_14x14_evk: convert to DM_VIDEO
>       imx: mx6slevk: enable DM_SPI and DM_SPI_FLASH
>       pinctrl: imx: use devfdt_get_addr_size_index
>       tools: imx8mimage: fix HDMI/FIT parsing
>       serial: Kconfig: make MXC_UART usable for MX7 and IMX8M
>       spl: pass args to board_return_to_bootrom
>       arm: dts: imx: fsl-imx8qm.dtsi: add gpio aliases to fix gpio
> command
>       imx: i.MX7ULP: add get_boot_device
>       i.MX7ULP: evk: Modify FDT file to disable SD3.0 for usb boot
>       misc: Kconfig: make i.MX7ULP could use MXC_OCOTP
>       i.MX7ULP: evk: Enable fuse comamnd
>       i.MX7ULP: Add CPU revision check for B0
>       imx: mx6sabresd: fix usb start when DM enabled
>       imx: imx6qdl: dtsi: move U-Boot specific change to u-boot.dtsi
>       imx: imx8qxp_mek: fix CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR
>       imx8: support parsing i.MX8 Container file
>       spl: mmc: support loading i.MX container format file
>       imx: add container target
>       imx8qxp_mek: switch to use container image
>       imx8qm_mek: switch to use container image
>       doc: imx: mkimage: introduce i.MX8 image format
>       imx: sys_proto: add is_imx8qm helper
>       imx8qm: power up SMMU
>       imx8qm: correct fdt_file
>       imx8: disable node when the resource is not owned
>       configs: imx8qm/qxp_mek: enable CONFIG_OF_SYSTEM_SETUP
>       imx: scu_api: add 

Re: [U-Boot] [GIT PULL] Pull request: u-boot-imx u-boot-imx-20190916

2019-09-16 Thread Joris OFFOUGA
Hi Stefano,

You don't apply my series in your PR?

Best Regards,
Joris Offouga

Le lun. 16 sept. 2019 à 10:13, Stefano Babic  a écrit :

> Hi Tom,
>
> please pull from u-boot-imx, thanks.
>
> There is still a broken board (imx6dl_mamoj) - it will be fixed later.
>
> The following changes since commit
> 5ba8b1254311d00e2bdd9e227b78bdb7e89e69dd:
>
>   Merge tag 'u-boot-rockchip-20190912' of
> https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip (2019-09-11
> 23:08:34 -0400)
>
> are available in the Git repository at:
>
>   https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git
> tags/u-boot-imx-20190916
>
> for you to fetch changes up to a49022353fb9a1a9705b0d6b9a31e13b20824ef6:
>
>   imx: fix missing MAINTAINERS pico boards (2019-09-16 09:39:57 +0200)
>
> 
> u-boot-imx-20190916
> ---
>
> - Technexion boards
> - fix in HABv4
> - MX8 container file
> - Fix for Toradex boards
> - i.MX7ULP fixes
>
> 
> Anatolij Gustschin (1):
>   imx: sksimx6_defconfig: remove SPL misc option to fix build error
>
> Bai Ping (2):
>   i.MX7ULP: Fix system reset after a7 rtc alarm expired.
>   i.MX7ULP: Correct the clock index
>
> Breno Matheus Lima (4):
>   Kconfig: Migrate CONFIG_CSF_SIZE to Kconfig
>   imx6: spl: Reduce SPL limit size in case CONFIG_SECURE_BOOT is
> enabled
>   imx: configs: Cleanup CONFIG_SECURE_BOOT comments
>   habv4: tools: Avoid hardcoded CSF size for SPL targets
>
> Fabio Berton (1):
>   pico-imx7d: Sync pico-hobbit-imx7d_defconfig
>
> Fabio Estevam (9):
>   mx6sabresd: Reduce overall SPL size
>   pico-imx6ul: Increase the CONFIG_ENV_OFFSET size
>   pico-imx6ul: Add LCD support
>   pico-imx6ul: Update the Falcon mode instructions
>   pico-imx6ul: Provide a way to escape the Falcon mode
>   pico-imx7d: Add instructions for booting in Falcon mode
>   pico-imx7d: Provide a way to escape the Falcon mode
>   logos: Add the TechNexion's logo
>   pico: Convert to CONFIG_FSL_USDHC
>
> Heinrich Schuchardt (8):
>   efi_loader: EFI_FILE_PROTOCOL.Write() check args
>   efi_loader: eliminate inline function ascii2unicode()
>   efi_loader: correct reading of directories
>   efi_loader: file size checks
>   efi_loader: EFI_FILE_PROTOCOL rev 2 stub
>   efi_loader: volume name in EFI_FILE_PROTOCOL.GetInfo()
>   efi_loader: check parameters EFI_FILE_PROTOCOL.GetInfo()
>   efi_loader: parameter checks EFI_FILE_PROTOCOL.SetInfo()
>
> Otavio Salvador (3):
>   pico-imx6ul: Add DWARF baseboard support
>   pico-imx7d: Add DWARF baseboard support
>   pico-imx7d: Add NYMPH baseboard support
>
> Peng Fan (39):
>   arm: dts: sync dts for i.MX6UL
>   arm: dts: sync dts for i.MX6ULL
>   arm: dts: import dts for i.MX6ULZ
>   imx: add i.MX6ULZ cpu type
>   imx: add i.MX6ULZ board
>   imx: mx6ul_14x14_evk: Fix SPL boot
>   imx: mx6ul_14x14_evk: convert to DM_VIDEO
>   imx: mx6slevk: enable DM_SPI and DM_SPI_FLASH
>   pinctrl: imx: use devfdt_get_addr_size_index
>   tools: imx8mimage: fix HDMI/FIT parsing
>   serial: Kconfig: make MXC_UART usable for MX7 and IMX8M
>   spl: pass args to board_return_to_bootrom
>   arm: dts: imx: fsl-imx8qm.dtsi: add gpio aliases to fix gpio command
>   imx: i.MX7ULP: add get_boot_device
>   i.MX7ULP: evk: Modify FDT file to disable SD3.0 for usb boot
>   misc: Kconfig: make i.MX7ULP could use MXC_OCOTP
>   i.MX7ULP: evk: Enable fuse comamnd
>   i.MX7ULP: Add CPU revision check for B0
>   imx: mx6sabresd: fix usb start when DM enabled
>   imx: imx6qdl: dtsi: move U-Boot specific change to u-boot.dtsi
>   imx: imx8qxp_mek: fix CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR
>   imx8: support parsing i.MX8 Container file
>   spl: mmc: support loading i.MX container format file
>   imx: add container target
>   imx8qxp_mek: switch to use container image
>   imx8qm_mek: switch to use container image
>   doc: imx: mkimage: introduce i.MX8 image format
>   imx: sys_proto: add is_imx8qm helper
>   imx8qm: power up SMMU
>   imx8qm: correct fdt_file
>   imx8: disable node when the resource is not owned
>   configs: imx8qm/qxp_mek: enable CONFIG_OF_SYSTEM_SETUP
>   imx: scu_api: add sc_rm_set_master_sid
>   imx8: fdt: configure sid for masters
>   imx8: save args passed from ATF
>   imx8: fdt: add optee node
>   imx: scu_api: add sc_pm_is_partition_started
>   imx8: move i.MX8 cpu desc code to drivers/cpu/imx8_cpu.c
>   imx8: cpu: fix mac fuse word for i.MX8QM
>
> Priyanka Jain (1):
>   MAINTAINERS: Change fsl-qoriq, mpc86xx, mpc85xx maintainers
>
> Ricardo Salveti (4):
>   apalis_imx6: add board_fit_config_name_match to support FIT in SPL
>   apalis_imx6: fix broken fsl_esdhc_imx conversion
>   

[U-Boot] [GIT PULL] Pull request: u-boot-imx u-boot-imx-20190916

2019-09-16 Thread Stefano Babic
Hi Tom,

please pull from u-boot-imx, thanks.

There is still a broken board (imx6dl_mamoj) - it will be fixed later.

The following changes since commit 5ba8b1254311d00e2bdd9e227b78bdb7e89e69dd:

  Merge tag 'u-boot-rockchip-20190912' of
https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip (2019-09-11
23:08:34 -0400)

are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git
tags/u-boot-imx-20190916

for you to fetch changes up to a49022353fb9a1a9705b0d6b9a31e13b20824ef6:

  imx: fix missing MAINTAINERS pico boards (2019-09-16 09:39:57 +0200)


u-boot-imx-20190916
---

- Technexion boards
- fix in HABv4
- MX8 container file
- Fix for Toradex boards
- i.MX7ULP fixes


Anatolij Gustschin (1):
  imx: sksimx6_defconfig: remove SPL misc option to fix build error

Bai Ping (2):
  i.MX7ULP: Fix system reset after a7 rtc alarm expired.
  i.MX7ULP: Correct the clock index

Breno Matheus Lima (4):
  Kconfig: Migrate CONFIG_CSF_SIZE to Kconfig
  imx6: spl: Reduce SPL limit size in case CONFIG_SECURE_BOOT is enabled
  imx: configs: Cleanup CONFIG_SECURE_BOOT comments
  habv4: tools: Avoid hardcoded CSF size for SPL targets

Fabio Berton (1):
  pico-imx7d: Sync pico-hobbit-imx7d_defconfig

Fabio Estevam (9):
  mx6sabresd: Reduce overall SPL size
  pico-imx6ul: Increase the CONFIG_ENV_OFFSET size
  pico-imx6ul: Add LCD support
  pico-imx6ul: Update the Falcon mode instructions
  pico-imx6ul: Provide a way to escape the Falcon mode
  pico-imx7d: Add instructions for booting in Falcon mode
  pico-imx7d: Provide a way to escape the Falcon mode
  logos: Add the TechNexion's logo
  pico: Convert to CONFIG_FSL_USDHC

Heinrich Schuchardt (8):
  efi_loader: EFI_FILE_PROTOCOL.Write() check args
  efi_loader: eliminate inline function ascii2unicode()
  efi_loader: correct reading of directories
  efi_loader: file size checks
  efi_loader: EFI_FILE_PROTOCOL rev 2 stub
  efi_loader: volume name in EFI_FILE_PROTOCOL.GetInfo()
  efi_loader: check parameters EFI_FILE_PROTOCOL.GetInfo()
  efi_loader: parameter checks EFI_FILE_PROTOCOL.SetInfo()

Otavio Salvador (3):
  pico-imx6ul: Add DWARF baseboard support
  pico-imx7d: Add DWARF baseboard support
  pico-imx7d: Add NYMPH baseboard support

Peng Fan (39):
  arm: dts: sync dts for i.MX6UL
  arm: dts: sync dts for i.MX6ULL
  arm: dts: import dts for i.MX6ULZ
  imx: add i.MX6ULZ cpu type
  imx: add i.MX6ULZ board
  imx: mx6ul_14x14_evk: Fix SPL boot
  imx: mx6ul_14x14_evk: convert to DM_VIDEO
  imx: mx6slevk: enable DM_SPI and DM_SPI_FLASH
  pinctrl: imx: use devfdt_get_addr_size_index
  tools: imx8mimage: fix HDMI/FIT parsing
  serial: Kconfig: make MXC_UART usable for MX7 and IMX8M
  spl: pass args to board_return_to_bootrom
  arm: dts: imx: fsl-imx8qm.dtsi: add gpio aliases to fix gpio command
  imx: i.MX7ULP: add get_boot_device
  i.MX7ULP: evk: Modify FDT file to disable SD3.0 for usb boot
  misc: Kconfig: make i.MX7ULP could use MXC_OCOTP
  i.MX7ULP: evk: Enable fuse comamnd
  i.MX7ULP: Add CPU revision check for B0
  imx: mx6sabresd: fix usb start when DM enabled
  imx: imx6qdl: dtsi: move U-Boot specific change to u-boot.dtsi
  imx: imx8qxp_mek: fix CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR
  imx8: support parsing i.MX8 Container file
  spl: mmc: support loading i.MX container format file
  imx: add container target
  imx8qxp_mek: switch to use container image
  imx8qm_mek: switch to use container image
  doc: imx: mkimage: introduce i.MX8 image format
  imx: sys_proto: add is_imx8qm helper
  imx8qm: power up SMMU
  imx8qm: correct fdt_file
  imx8: disable node when the resource is not owned
  configs: imx8qm/qxp_mek: enable CONFIG_OF_SYSTEM_SETUP
  imx: scu_api: add sc_rm_set_master_sid
  imx8: fdt: configure sid for masters
  imx8: save args passed from ATF
  imx8: fdt: add optee node
  imx: scu_api: add sc_pm_is_partition_started
  imx8: move i.MX8 cpu desc code to drivers/cpu/imx8_cpu.c
  imx8: cpu: fix mac fuse word for i.MX8QM

Priyanka Jain (1):
  MAINTAINERS: Change fsl-qoriq, mpc86xx, mpc85xx maintainers

Ricardo Salveti (4):
  apalis_imx6: add board_fit_config_name_match to support FIT in SPL
  apalis_imx6: fix broken fsl_esdhc_imx conversion
  imx: apalis_imx6: select MX6Q via Kconfig
  spl: imx: only use HAB if spl fit signature is not enabled

Robert Hancock (1):
  ARM: imx: Support larger SPL size on IMX6DQ

Stefano Babic (3):
  Merge branch 'nxp-imx-8-13' of https://github.com/MrVan/u-boot
into master-next
  Revert "habv4: tools: Avoid hardcoded CSF size for SPL targets"
  imx: fix 

Re: [U-Boot] [GIT PULL] Pull request: u-boot-imx u -boot-imx-20190719

2019-07-28 Thread Tom Rini
On Sat, Jul 27, 2019 at 02:21:48PM +0200, Stefano Babic wrote:

> Hi Tom,
> 
> please pull from u-boot-imx, thanks !
> 
> 
> The following changes since commit 0de815356474912ef5bef9a69f0327a5a93bb2c2:
> 
>   Merge branch '2019-07-17-master-imports' (2019-07-18 11:31:37 -0400)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git
> tags/u-boot-imx-20190719
> 
> for you to fetch changes up to 4a6f5b4f56b8bc6f36736fc0a07c5c4f9069e69b:
> 
>   ARM: imx6: DHCOM i.MX6 PDK: Switch to DM for I2C (2019-07-19 20:32:24
> +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


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


[U-Boot] [GIT PULL] Pull request: u-boot-imx u -boot-imx-20190719

2019-07-27 Thread Stefano Babic
Hi Tom,

please pull from u-boot-imx, thanks !


The following changes since commit 0de815356474912ef5bef9a69f0327a5a93bb2c2:

  Merge branch '2019-07-17-master-imports' (2019-07-18 11:31:37 -0400)

are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git
tags/u-boot-imx-20190719

for you to fetch changes up to 4a6f5b4f56b8bc6f36736fc0a07c5c4f9069e69b:

  ARM: imx6: DHCOM i.MX6 PDK: Switch to DM for I2C (2019-07-19 20:32:24
+0200)


u-boot-imx-20190719

- CCF for i.MX6
- nandbcb command to write SPL into NAND
- Switch to DM (i.MX28)
- Boards: Toradex, engicam, DH
- Fixes for i.MX8
- Fixes for i.MX7ULP

Travis: https://travis-ci.org/sbabic/u-boot-imx/builds/561147504


Adam Ford (3):
  spl: imx6: Let spl_boot_device return USDHC1 or USDHC2
  ARM: imx6q_logic: Enable SPL_DM with SPL_OF_CONTROL
  ARM: imx6q_logic: With SPL_OF_CONTROL enabled, remove MMC init

Anatolij Gustschin (3):
  arm: imx8: factor out uart init code
  arm: imx8: don't duplicate build_info()
  arm: dts: imx: fsl-imx8dx.dtsi: add gpio aliases to fix gpio command

Breno Matheus Lima (1):
  mx6sxsabresd: imximage.cfg: Handle the CONFIG_SECURE_BOOT case

Bryan O'Donoghue (10):
  optee: Make TZDRAM config options contingent on CONFIG_OPTEE
  warp7: configs: bl33: Tidy up OPTEE defines
  MAINTAINERS: Update lib/optee with my details
  warp7_bl33: configs: Enable FIT as the boot.scr format
  warp7: include: configs: Specify image name of bootscript in FIT
  warp7: include: configs: Differentiate bootscript address from
loadaddr
  warp7_bl33: configs: Enable CONFIG_OF_LIBFDT
  warp7_bl33: configs: Enable CONFIG_OF_LIBFDT_OVERLAY
  warp7: include: configs: Specify an fdtovaddr
  warp7: Specify a default CONFIG_OPTEE_LOAD_ADDR if non provided

Heiko Schocher (2):
  pwm: imx: add Kconfig support
  pwm: imx: add DM_PWM support

Igor Opaniuk (5):
  colibri_imx7_emmc: enable CONFIG_ARMV7_BOOT_SEC_DEFAULT
  colibri/apalis imx: drop DFU support
  colibri_imx7: introduce androidboot wrapper
  apalis_imx6: configs: remove legacy usbboot command
  colibri_imx6: configs: remove legacy usbboot command

Joris Offouga (1):
  pico-imx7d: Enable DM_USB

Ludwig Zenz (6):
  ARM: dts: dh-imx6: Refactor DT with som and board level defs for
use with imx6 duallite
  ARM: dts: imx: dh-imx6: Add DHCOM iMX6 Duallite PDK2 device tree
  ARM: imx6: DHCOM i.MX6 PDK: config SPL to load U-Boot fitImage
with mulitple DTs
  ARM: imx6: DHCOM i.MX6 PDK: enable pad pull ups of SS lines of spi
used for boot
  ARCH: imx: Call sata_remove() not on imx6 duallite/solo boards
  ARM: imx6: DHCOM i.MX6 PDK: Switch to DM for I2C

Lukasz Majewski (42):
  clk: doc: Add documentation entry for Common Clock Framework [CCF]
(i.MX)
  dm: Fix documentation entry as there is no UCLASS_CLOCK uclass
  clk: Remove clock ID check in .get_rate() of clk_fixed_*
  clk: Extend struct clk to provide information regarding clock rate
  clk: Extend struct clk to provide clock type agnostic flags
  clk: Provide struct clk for fixed rate clock (clk_fixed_rate.c)
  clk: Introduce clk-provider.h to store Common Clock Framework's
internals
  dm: clk: Define clk_get_parent() for clk operations
  dm: clk: Define clk_get_parent_rate() for clk operations
  dm: clk: Define clk_get_by_id() for clk operations
  clk: Port Linux common clock framework [CCF] for imx6q to U-boot
(tag: v5.1.12)
  dm: clk: Extend clk_get_parent_rate() to support
CLK_GET_RATE_NOCACHE flag
  dts: sandbox: Add 'osc' clock for Common Clock Framework [CCF] testing
  clk: sandbox: Adjust clk-divider to emulate reading its value from HW
  clk: sandbox: Adjust clk-mux.c to emulate reading divider value
from HW
  clk: sandbox: Add sandbox test code for Common Clock Framework [CCF]
  defconfig: sandbox: Enable SANDBOX_CLK_CCF to reuse generic CCF code
  clk: Add MAINTAINERS entry for clocks (./drivers/clk/)
  ARM: dts: imx: Copy imx28 device tree related files from Linux
kernel (v5.1.11)
  net: fec: Enable support for i.MX28 DM_ETH in the fec_mxc.c driver
  ARM: dts: imx: Provide 'gpio-ranges' for mxs_gpio driver
  gpio: mxs: Add support for DM/DTS in the mxs_gpio.c driver (DM_GPIO)
  pinctrl: mxs: Add support for i.MX2[38] mxs pinctrl driver
  spi: mxs: Add support DM/DTS for i.MX28 mxs SPI driver (DM_SPI
conversion)
  ARM: imx: cosmetic: Remove not needed comment from the mccmon6.h file
  ARM: imx: config: Disable support for USB on MCCMON6
  ARM: imx: Disable 1Gbps support on MCCMON6's KSZ9031 PHY
  Kconfig: Make CMD_SPL_NAND_OFS only available when proper memory
is used
  Kconfig: cosmetic: Update description of CMD_SPL_NAND_OFS
  Kconfig: Add 

Re: [U-Boot] [GIT PULL] Pull request: u-boot-imx u -boot-imx-20190704

2019-07-04 Thread Tom Rini
On Thu, Jul 04, 2019 at 02:29:05PM +0200, Stefano Babic wrote:

> Hi Tom,
> 
> this is just a series from Fabio to fix Wandboard.
> 
> Travis: https://travis-ci.org/sbabic/u-boot-imx/builds/551742900
> 
> The following changes since commit ca4491f2d2af93d8b77c48c5d272d88094fc06eb:
> 
>   Merge tag 'rockchip-for-v2019.07-rc5-2' of
> https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip (2019-07-02
> 08:18:19 -0400)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git
> tags/u-boot-imx-20190704
> 
> for you to fetch changes up to 4d981f5f27ab30af5e248245696b6a051c872ec4:
> 
>   wandboard: README: Adjust the U-Boot proper binary name (2019-07-04
> 14:19:49 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


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


[U-Boot] [GIT PULL] Pull request: u-boot-imx u -boot-imx-20190704

2019-07-04 Thread Stefano Babic
Hi Tom,

this is just a series from Fabio to fix Wandboard.

Travis: https://travis-ci.org/sbabic/u-boot-imx/builds/551742900

The following changes since commit ca4491f2d2af93d8b77c48c5d272d88094fc06eb:

  Merge tag 'rockchip-for-v2019.07-rc5-2' of
https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip (2019-07-02
08:18:19 -0400)

are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git
tags/u-boot-imx-20190704

for you to fetch changes up to 4d981f5f27ab30af5e248245696b6a051c872ec4:

  wandboard: README: Adjust the U-Boot proper binary name (2019-07-04
14:19:49 +0200)


Fixes for 2019.07
-
- Wandboard


Fabio Estevam (7):
  mx6: dts: Keep dtb entries sorted
  mx6: dts: Move dtbs under SoC level
  wandboard: Sync with devicetree files from kernel 5.1.9
  wandboard: Import extra wandboard devicetree files
  wandboard: Add mmc0 alias
  wandboard: Add FIT image support
  wandboard: README: Adjust the U-Boot proper binary name

 arch/arm/dts/Makefile |  16 +++-
 arch/arm/dts/imx6dl-wandboard-revb1.dts   |   1 +
 arch/arm/dts/imx6q-wandboard-revb1.dts|  23 +++
 arch/arm/dts/imx6qdl-wandboard-revb1.dtsi |  15 +--
 arch/arm/dts/imx6qdl-wandboard-revd1.dtsi | 195
+++
 arch/arm/dts/imx6qdl-wandboard.dtsi   | 111
+--
 arch/arm/dts/imx6qp-wandboard-revd1.dts   |  23 +++
 board/wandboard/README|   2 +-
 board/wandboard/wandboard.c   |  18 ++
 configs/wandboard_defconfig   |   7 +++
 10 files changed, 289 insertions(+), 122 deletions(-)
 create mode 100644 arch/arm/dts/imx6q-wandboard-revb1.dts
 create mode 100644 arch/arm/dts/imx6qdl-wandboard-revd1.dtsi
 create mode 100644 arch/arm/dts/imx6qp-wandboard-revd1.dts

Regards,
Stefano

-- 
=
DENX Software Engineering GmbH,  Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sba...@denx.de
=
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


Re: [U-Boot] [GIT PULL] Pull request: u-boot-imx u -boot-imx-20190628

2019-06-28 Thread Tom Rini
On Fri, Jun 28, 2019 at 09:25:51AM +0200, Stefano Babic wrote:

> Hi Tom,
> 
> please pull some fixes for i.MX, thanks !
> 
> Travis: https://travis-ci.org/sbabic/u-boot-imx/builds/551532048
> 
> 
> The following changes since commit 77f6e2dd0551d8a825bab391a1bd6b838874bcd4:
> 
>   Merge tag 'efi-2019-07-rc5-2' of git://git.denx.de/u-boot-efi
> (2019-06-15 13:03:00 -0400)
> 
> are available in the Git repository at:
> 
>   git://www.denx.de/git/u-boot-imx.git u-boot-imx-20190628

The GitLab URI works too ;)

> 
> for you to fetch changes up to 0ac662da35e48b859b5d43e0c86f233f25730ee5:
> 
>   apalis_imx6: increase phy autoneg timeout (2019-06-28 00:08:42 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


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


Re: [U-Boot] [GIT PULL] Pull request: u-boot-imx u -boot-imx-20190628

2019-06-28 Thread Stefano Babic
Hi Fabio,

On 28/06/19 12:37, Fabio Estevam wrote:
> Hi Stefano,
> 
> On Fri, Jun 28, 2019 at 4:26 AM Stefano Babic  wrote:
>>
>> Hi Tom,
>>
>> please pull some fixes for i.MX, thanks !
> 
> Could you please also consider the following series for Wandboard?
> https://patchwork.ozlabs.org/project/uboot/list/?submitter=6978
> 
> It fixes a regression for wandboard imx6q and imx6qp variants, because
> the DM transition only considered the imx6dl/solo variant.
> 

Thanks to point to these - I have picked it up, I will send a separate
PR after Travis' run.

Regards,
Stefano


-- 
=
DENX Software Engineering GmbH,  Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sba...@denx.de
=
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


Re: [U-Boot] [GIT PULL] Pull request: u-boot-imx u -boot-imx-20190628

2019-06-28 Thread Fabio Estevam
Hi Stefano,

On Fri, Jun 28, 2019 at 4:26 AM Stefano Babic  wrote:
>
> Hi Tom,
>
> please pull some fixes for i.MX, thanks !

Could you please also consider the following series for Wandboard?
https://patchwork.ozlabs.org/project/uboot/list/?submitter=6978

It fixes a regression for wandboard imx6q and imx6qp variants, because
the DM transition only considered the imx6dl/solo variant.

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


[U-Boot] [GIT PULL] Pull request: u-boot-imx u -boot-imx-20190628

2019-06-28 Thread Stefano Babic
Hi Tom,

please pull some fixes for i.MX, thanks !

Travis: https://travis-ci.org/sbabic/u-boot-imx/builds/551532048


The following changes since commit 77f6e2dd0551d8a825bab391a1bd6b838874bcd4:

  Merge tag 'efi-2019-07-rc5-2' of git://git.denx.de/u-boot-efi
(2019-06-15 13:03:00 -0400)

are available in the Git repository at:

  git://www.denx.de/git/u-boot-imx.git u-boot-imx-20190628

for you to fetch changes up to 0ac662da35e48b859b5d43e0c86f233f25730ee5:

  apalis_imx6: increase phy autoneg timeout (2019-06-28 00:08:42 +0200)


Fixes for 2019.07

- menlo board
- allow SDB on Sabre
- HAB for mx6sl
- apalis board


Breno Matheus Lima (1):
  mx6sl: hab: Fix pu_irom_mmu_enabled address

Fabio Estevam (1):
  pico-imx7d: README: Adjust the binary name after DM conversion

Frieder Schrempf (1):
  usb: gadget: f_sdp: Allow SPL to load and boot FIT via SDP

Igor Opaniuk (2):
  apalis_imx6: fix set_emmcargs wrapper
  apalis_imx6: increase phy autoneg timeout

Marek Vasut (5):
  ARM: dts: imx: imx53: Synchronize iMX53 DT with Linux
  ARM: dts: imx: m53menlo: Import M53Menlo DT from Linux
  ARM: imx: m53menlo: Enable DM GPIO
  ARM: imx: m53menlo: Convert MMC, USB and block to DM
  ARM: imx: m53menlo: Convert to DM VIDEO

Pierre-Jean Texier (1):
  pico-imx7d: remove unused 'script' variable

 arch/arm/dts/Makefile   |   3 +-
 arch/arm/dts/imx53-m53.dtsi | 132 +
 arch/arm/dts/imx53-m53menlo-u-boot.dtsi |  42 ++
 arch/arm/dts/imx53-m53menlo.dts | 312

 arch/arm/dts/imx53.dtsi | 745
+++
 arch/arm/mach-imx/hab.c |   2 +-
 board/menlo/m53menlo/m53menlo.c | 118 +++
 board/technexion/pico-imx7d/README  |  12 +-
 common/spl/spl_sdp.c|  12 +-
 configs/m53menlo_defconfig  |  23 ++-
 drivers/usb/gadget/f_sdp.c  |  53 ++-
 include/configs/apalis_imx6.h   |   5 +-
 include/configs/m53menlo.h  |   4 +-
 include/configs/pico-imx7d.h|   1 -
 include/sdp.h   |   9 +-
 15 files changed, 1221 insertions(+), 252 deletions(-)
 create mode 100644 arch/arm/dts/imx53-m53.dtsi
 create mode 100644 arch/arm/dts/imx53-m53menlo-u-boot.dtsi
 create mode 100644 arch/arm/dts/imx53-m53menlo.dts

-- 
=
DENX Software Engineering GmbH,  Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sba...@denx.de
=
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


Re: [U-Boot] [GIT PULL] Pull request: u-boot-imx u -boot-imx-20190612

2019-06-12 Thread Tom Rini
On Tue, Jun 11, 2019 at 03:09:58PM +0200, Stefano Babic wrote:

> Hi Tom,
> 
> as expected, my PR for i.MX with several fix (sabre in primis),
> conversion to DM, etc.
> 
> Travis:
>   https://travis-ci.org/sbabic/u-boot-imx/builds/544116004
> 
> It fails only by rockchip due to the known 32KB size issue - you have
> merged the patch today.
> 
> The following changes since commit 6d277fb0ed145f82dd50cc6e99d2fa553a588c3b:
> 
>   spl: Correct SPL_SIZE_LIMIT Kconfig option (2019-06-08 07:49:00 -0400)
> 
> are available in the Git repository at:
> 
>   git://www.denx.de/git/u-boot-imx.git tags/u-boot-imx-20190612
> 
> for you to fetch changes up to 23612534fe0fe426716ee9cb5cfeb74a456cb891:
> 
>   spl: imx6: Provide a SPL_SIZE_LIMIT default (2019-06-11 10:43:00 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


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


[U-Boot] [GIT PULL] Pull request: u-boot-imx u -boot-imx-20190612

2019-06-11 Thread Stefano Babic
Hi Tom,

as expected, my PR for i.MX with several fix (sabre in primis),
conversion to DM, etc.

Travis:
https://travis-ci.org/sbabic/u-boot-imx/builds/544116004

It fails only by rockchip due to the known 32KB size issue - you have
merged the patch today.

The following changes since commit 6d277fb0ed145f82dd50cc6e99d2fa553a588c3b:

  spl: Correct SPL_SIZE_LIMIT Kconfig option (2019-06-08 07:49:00 -0400)

are available in the Git repository at:

  git://www.denx.de/git/u-boot-imx.git tags/u-boot-imx-20190612

for you to fetch changes up to 23612534fe0fe426716ee9cb5cfeb74a456cb891:

  spl: imx6: Provide a SPL_SIZE_LIMIT default (2019-06-11 10:43:00 +0200)


u-boot-imx-20190612


- Board fixes:
- imx6logic
- wandboard
- mx6sabre boots again
- imx8qm_mek
- pico-* boards
- Toradex apalis / colibri
- engicam imx6 (environment)
- KP MX53
- opos6ul
- Switch to DM:
- vining2000
- dh MX6
- Toradex colibri i.MX7
- Novena
- Security : fix CSF size for HAB
- Other:
  - imx: fix building for i.mx8 without spl
  - pcie and switch to DM

  mx6sabreauto: Enable SPL SDP support


Adam Ford (1):
  ARM: imx6logic: Stop overwriting fdt_file if manually set

Breno Matheus Lima (2):
  imx: hab: Increase CSF_SIZE for i.MX6 and i.MX7 devices
  Revert "drivers/crypto/fsl: assign job-rings to non-TrustZone"

Christoph Fritz (1):
  mx6sx: vining2000: pinmux usdhc4 reset

Ezequiel Garcia (1):
  wandboard: Rework Makefile to prevent spl.o from being built

Fabio Estevam (12):
  imx: Use a convenient default value for SYS_MALLOC_F_LEN
  pico-imx7d: MAINTAINERS: Unify all board entries
  pico-imx6ul: MAINTAINERS: Unify all board entries
  pico-imx6ul: MAINTAINERS: Add pico-dwarf entry
  imx8qm_mek: Remove unneeded config options settings
  imx8qxp_mek: Remove unneeded config options settings
  mx6sabresd: Remove CONFIG_SPL_DM to decrease the SPL size
  mx6sabresd: Select pinctrl driver
  mx6sabresd: Remove U-Boot proper mmc initialization
  MAINTAINERS: Add imx dts files to i.MX maintainers list
  imx8mq_evk: Staticize when appropriate
  spl: imx6: Provide a SPL_SIZE_LIMIT default

Heiko Schocher (3):
  arm, imx, Makefile: fix u-boot-dtb.imx build in
CONFIG_MULTI_DTB_FIT case
  spi: imx: remove doubled pointer from mxc_spi_probe
  spi: imx: work with cs greater 0

Igor Opaniuk (9):
  apalis/colibri imx6: provide proper fdtfile value
  toradex apalis/colibri: extend CONFIG_SYS_MALLOC_F_LEN
  colibri_imx7: migrate usb to driver model
  colibri_imx7: fastboot support
  colibri_imx7: use UUID for rootfs
  colibri-imx6ull: use UUID for rootfs
  colibri_vf: use UUID for rootfs
  apalis_imx6: use UUID for rootfs
  apalis-tk1: use UUID for rootfs

Jagan Teki (1):
  configs: imx6-engicam: Update the recoveryboot setting

Jun Nie (8):
  mx7_common: Share configs to skip low level init
  imx: mx7: Skip secure init in arch_cpu_init
  pico-imx7d: Correct uart clock root
  pico-imx7d: Reserve region of memory to OPTEE
  pico-imx7d: Add boot option for verified boot
  pico-imx7d: Add bl33 config
  pico-imx7d: README: Add BL33 usage case
  pico-imx7d: enable boot without PMIC

Lukasz Majewski (3):
  config: Update KP's imx53 HSC config to support SWUpdate
  config: Update KP's imx53 HSC config to pass key pressed information
  pinctrl: imx: Define imx6_pinctrl_soc_info in .data section

Marcel Ziswiler (10):
  imx: fix building for i.mx8 without spl
  board: toradex: add colibri imx8qxp 2gb wb it v1.0b module support
  apalis_imx6: add device tree to makefile
  colibri-imx6ull: fix usb host mode
  arm: dts: imx8qm: add lpuart1, lpuart2, lpuart3, lpuart4
  arm: dts: imx8qm: add support for i2c0, i2c1, i2c2, i2c3 and i2c4
  clk: imx8qm: fix usdhc2 clocks
  imx8qm: fix cpu frequency reporting
  imx8: fuse: fix fuse driver
  board: toradex: add apalis imx8qm 4gb wb it v1.0b module support

Marek Vasut (30):
  ARM: imx: apalis_imx6: Drop ad-hoc SATA binding
  ARM: dts: imx: dh-imx6: Import DHCOM iMX6 PDK2 DTs from Linux
  ARM: dts: imx: dh-imx6: Fix SPI CS polarity on DHCOM iMX6 PDK2
  ARM: imx: dh-imx6: Enable DM pin control
  ARM: imx: dh-imx6: Enable DM GPIO
  ARM: imx: dh-imx6: Convert SD/MMC support to DM
  ARM: imx: dh-imx6: Convert SATA support to DM
  ARM: imx: dh-imx6: Convert USB support to DM
  ARM: imx: dh-imx6: Convert SPI support to DM
  ARM: dts: imx: novena: Import Novena DT from Linux
  ARM: imx: novena: Enable DM pin control
  ARM: imx: novena: Enable DM GPIO
  ARM: imx: novena: Convert block devices to DM
  ARM: 

Re: [U-Boot] [GIT PULL] Pull request: u-boot-imx u -boot-imx-20190129

2019-01-30 Thread Tom Rini
On Wed, Jan 30, 2019 at 10:10:23AM +0100, Stefano Babic wrote:

> Hi Tom,
> 
> please pull from u-boot-imx, thanks !
> 
> Tag: u -boot-imx-20190110
> Travis: https://travis-ci.org/sbabic/u-boot-imx

Thanks for doing a tag.  Can you please summarize things a little more
in the tag message next time?  It really helps with changelog summaries.

> 
> The following changes since commit d01806a8fcbdaedcc67cead56ece572021d97ab7:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-sunxi (2019-01-24
> 15:30:48 -0500)
> 
> are available in the Git repository at:
> 
>   git://www.denx.de/git/u-boot-imx.git tags/u-boot-imx-20190129
> 
> for you to fetch changes up to 6d69e535116ba9d6d3b8e4dc57cf3543301b59df:
> 
>   ARM: imx6q_logic: Enable Falcon Mode and fatwrite (2019-01-28 21:11:14
> +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom


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


[U-Boot] [GIT PULL] Pull request: u-boot-imx u -boot-imx-20190129

2019-01-30 Thread Stefano Babic
Hi Tom,

please pull from u-boot-imx, thanks !

Tag: u -boot-imx-20190110
Travis: https://travis-ci.org/sbabic/u-boot-imx

The following changes since commit d01806a8fcbdaedcc67cead56ece572021d97ab7:

  Merge branch 'master' of git://git.denx.de/u-boot-sunxi (2019-01-24
15:30:48 -0500)

are available in the Git repository at:

  git://www.denx.de/git/u-boot-imx.git tags/u-boot-imx-20190129

for you to fetch changes up to 6d69e535116ba9d6d3b8e4dc57cf3543301b59df:

  ARM: imx6q_logic: Enable Falcon Mode and fatwrite (2019-01-28 21:11:14
+0100)


For 2019.04


Adam Ford (5):
  MTD: nand: mxs_nand_spl: Fix empty function pointer for BBT
  imx6q_logic: Enable MMC booting from SPL
  ARM: DTS: imx6q-logicpd: Update DTS/DTSI files
  ARM: imx6q_logic: Enable DM_USB and dependent regulators
  ARM: imx6q_logic: Enable Falcon Mode and fatwrite

Baruch Siach (1):
  imx8mq_evk/README: remove ARCH environment variable

Breno Matheus Lima (1):
  imx: hab: Convert non-NULL IVT DCD pointer warning to an error

Bryan O'Donoghue (8):
  arm: dts: imx7: Correct spelling mistake in GPIO name
  arm: dts: imx7s-warp: Import Linux warp7 dts
  arm: imx7s-warp: Add DT file hooks
  arm: imx7s-warp: Convert to DM MMC initialization
  arm: dts: imx7s-warp: Create alias for mmc0 to 
  warp7: defconfig: Switch on IMX7 GPIO/pinctrl for both ports
  warp7: defconfig: Switch to DM for I2C
  arm: imx7s-warp: Convert to DM PMIC

Fabio Estevam (4):
  mx7: Do not call lcdif_power_down() in the SPL case
  pico-imx7d: Add LCD support
  Revert "tools: imx8image: set dcd_skip to true"
  MAINTAINERS: imx: Change Fabio's email address

Heinrich Schuchardt (1):
  tools: imx8image: use correct printf escape sequence

Lukasz Majewski (1):
  ARM: imx: fix: Provide correct enum values for ONENAND/NOR boot
recognition

Martyn Welch (2):
  Enable FEC driver to retrieve PHY address from device tree
  imx: Add PHYTEC phyBOARD-i.MX6UL-Segin

Olaf Mandel (2):
  m53menlo: fix splashfile location
  m53menlo: fix addmtd cmd in default environment

Patrick Bruenn (3):
  mmc: fsl_esdhc: add compatible for fsl, imx53-esdhc
  arm: imx: Add esdhc1/2 nodes to imx53.dtsi
  dm: arm: imx: migrate cx9020 to CONFIG_DM_MMC

Peng Fan (11):
  imx8qxp: add SUPPORT_SPL option
  imx8: scu: use dedicated MU for SPL
  arm: imx: build mach-imx for i.MX8
  gpio: introduce CONFIG_SPL_DM_PCA953X
  spl: imx8: add spl boot device
  dts: imx8qxp-mek: introduce u-boot dtsi
  imx: mkimage_fit_atf: introduce BL33_BASE_ADDR
  imx: build flash.bin for i.MX8
  imx8qxp: mek: default enable SPL
  imx8qxp: mek: update README
  imx8: cpu: restrict checking ROM passover info for revA

Stefan Agner (11):
  colibri_imx7: fix boot commands
  arm: dts: imx7: colibri: split dt for raw NAND and eMMC devices
  configs: colibri_imx7: enable DM for raw NAND devices
  configs: colibri_imx7: use separate device tree
  arm: dts: imx7: colibri: add usdhci peripherals to device tree
  configs: colibri_imx7: use DM_MMC
  colibri_imx7: drop legacy usdhc support
  configs: colibri_imx7: enable CAAM driver
  configs: colibri_imx7: use DFU for NAND instead of MMC
  configs: colibri_imx7: use distro defaults
  configs: add default configuraiton for Colibri iMX7 with eMMC

Ye Li (4):
  pinctrl: imx: Fix select input issue
  imx: Fix potential lmb memory overwritten by stack
  spi: mxc_spi: Fix build warning on ARM64 platforms
  imx: Check the PL310 version for applying errata

 MAINTAINERS|   2 +-
 Makefile   |   2 +-
 arch/arm/Makefile  |   2 +-
 arch/arm/dts/Makefile  |   6 +-
 arch/arm/dts/fsl-imx8qxp-mek-u-boot.dtsi   | 112 
 arch/arm/dts/fsl-imx8qxp-mek.dts   |   1 +
 arch/arm/dts/imx53-cx9020.dts  |  52 +-
 arch/arm/dts/imx53.dtsi|  34 ++
 arch/arm/dts/imx6-logicpd-baseboard.dtsi   | 596
+
 ...{imx6qdl-logicpd.dtsi => imx6-logicpd-som.dtsi} | 232 
 arch/arm/dts/imx6q-logicpd.dts | 188 +++
 arch/arm/dts/imx6ul-pcl063.dtsi| 173 ++
 arch/arm/dts/imx6ul-phycore-segin.dts  |  76 +++
 arch/arm/dts/imx7-colibri-emmc.dts |  47 ++
 arch/arm/dts/imx7-colibri-rawnand.dts  |  46 ++
 .../dts/{imx7-colibri.dts => imx7-colibri.dtsi}|  65 +--
 arch/arm/dts/imx7d-pinfunc.h   |   6 +-
 arch/arm/dts/imx7s-warp.dts| 442 +++
 arch/arm/include/asm/mach-imx/sys_proto.h  |   2 +-
 

Re: [U-Boot] [GIT PULL] Pull request: u-boot-imx u -boot-imx-20190110

2019-01-10 Thread Tom Rini
On Thu, Jan 10, 2019 at 09:06:52AM +0100, Stefano Babic wrote:

> Hi Tom,
> 
> some fixes for 2019.01.
> Tag: u -boot-imx-20190110
> Travis: https://travis-ci.org/sbabic/u-boot-imx
> 
> The following changes since commit 54707a942009fae083dd78b58ff057127ba0e900:
> 
>   Prepare v2019.01-rc3 (2019-01-07 22:58:17 -0500)
> 
> are available in the Git repository at:
> 
>   git://www.denx.de/git/u-boot-imx.git tags/u-boot-imx-20190110
> 
> for you to fetch changes up to d4a0c098925d4594355506a12ae0dbbe6eed00f2:
> 
>   imx8m: clock: Fix oscillator values (2019-01-09 17:10:30 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom


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


[U-Boot] [GIT PULL] Pull request: u-boot-imx u -boot-imx-20190110

2019-01-10 Thread Stefano Babic
Hi Tom,

some fixes for 2019.01.
Tag: u -boot-imx-20190110
Travis: https://travis-ci.org/sbabic/u-boot-imx

The following changes since commit 54707a942009fae083dd78b58ff057127ba0e900:

  Prepare v2019.01-rc3 (2019-01-07 22:58:17 -0500)

are available in the Git repository at:

  git://www.denx.de/git/u-boot-imx.git tags/u-boot-imx-20190110

for you to fetch changes up to d4a0c098925d4594355506a12ae0dbbe6eed00f2:

  imx8m: clock: Fix oscillator values (2019-01-09 17:10:30 +0100)


Fixes for 2019.01


Chris Spencer (1):
  imx: Add Makefile dependency for mkimage_fit_atf.sh

Fabio Estevam (1):
  imx8m: clock: Fix oscillator values

Marek Vasut (1):
  arm: mx5: Enable WDT and bootcounter on M53Menlo

Peng Fan (6):
  MAINTAINERS: update NXP i.MX mail list address
  clk: imx8: fix build warning
  misc: imx: scu: avoid write null pointer
  misc: imx8: scu: use platdata instead of priv data
  imx8: cpu: correct info
  tools: imx8image: set dcd_skip to true

Soeren Moch (2):
  board: tbs2910: Add u-boot.imx size limit check
  board: tbs2910: Remove FIT support in defconfig to reduce u-boot size

Stefan Agner (6):
  board: toradex: colibri_vf: unset NFS and LOADS/B
  ARM: vf610: ddrmc: program Dummy DDRBYTE1/2
  toradex: colibri_vf: fix memory initialization
  ARM: vf610: ddrmc: fix CR138 preprocessor define
  ARM: vf610: ddrmc: fix initialization completion detection
  ARM: vf610: ddrmc: do not write CR79 by default

 MAINTAINERS   |  2 +-
 Makefile  |  3 +++
 arch/arm/include/asm/arch-vf610/imx-regs.h|  5 +++--
 arch/arm/include/asm/arch-vf610/iomux-vf610.h |  2 ++
 arch/arm/mach-imx/ddrmc-vf610.c   |  6 --
 arch/arm/mach-imx/imx8/cpu.c  |  2 +-
 arch/arm/mach-imx/imx8m/clock.c   |  4 ++--
 board/toradex/colibri_vf/colibri_vf.c | 10 +-
 configs/colibri_vf_defconfig  |  3 +++
 configs/m53menlo_defconfig|  8 
 configs/tbs2910_defconfig |  1 -
 drivers/clk/imx/clk-imx8.c|  2 ++
 drivers/misc/imx8/scu.c   | 26
+-
 drivers/misc/imx8/scu_api.c   |  4 ++--
 include/configs/m53menlo.h|  3 +++
 include/configs/tbs2910.h |  2 ++
 tools/imx8image.c |  2 +-
 17 files changed, 51 insertions(+), 34 deletions(-)

Regards,
Stefano

-- 
=
DENX Software Engineering GmbH,  Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sba...@denx.de
=
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


Re: [U-Boot] [GIT PULL] Pull request: u-boot-imx u -boot-imx-20190101

2019-01-09 Thread Stefano Babic
On 09/01/19 17:21, Tom Rini wrote:
> On Wed, Jan 09, 2019 at 04:48:06PM +0100, Stefano Babic wrote:
>> Hi Tom,
>>
>> On 02/01/19 02:02, Tom Rini wrote:
>>> On Tue, Jan 01, 2019 at 02:51:53PM +0100, Stefano Babic wrote:
>>>
 Hi Tom,

 I dropped for the moment the following patches from Denis:

   bootcount: i2c: Add bus switching to the I2C bootcount driver
   bootcount: Configure length limit for I2C bootcount
   board: ge: Store bootcount in EEPROM on PPD and Bx50v3

 I used the same hack and PowerPC boards are built successfully on
 travis. Please pull from u-boot-imx, thanks !

 The following changes since commit 
 d117d8f19b0625f88309e47a8a32c2faa384dddc:

   Merge branch 'master' of git://git.denx.de/u-boot-i2c (2018-12-13
 09:36:55 -0500)

 are available in the Git repository at:

   git://www.denx.de/git/u-boot-imx.git tags/u-boot-imx-20190101

 for you to fetch changes up to 57d2beb91d705bccdfee5e9e5fd267f5e363a100:

   pico-imx7d: Increase the CONFIG_ENV_OFFSET size (2019-01-01 14:12:18
 +0100)

>>>
>>> tl;dr:
>>> Applied to u-boot/master, thanks!
>>>
>>> Slightly longer.  I'm both not happy about taking something still this
>>> large so close to the end of the release and also at fault for it being
>>> so late.
>>
>> Sorry for that.
>>
>>>  I started my holidays a week early so I didn't bisect the
>>> build failure until it was too late.  That said, it's also a strong
>>> reminder of why everyone is encouraged to put their PR through travis.
>>
>> Up now, a method for maintainer to check a PR was to use buildman. If
>> buildman (at least for the maintained architecture) does not report
>> errors, I sent my PR. I think I missed that a switch to Travis is now
>> requested.
> 
> So, yes, I have made a few requests (And, when travis has worse than
> usual network problems for a prolonged time, told people to forget about
> it if they don't want to fight it) for custodians to use travis.
> Buildman is great, and I do a run of that too on a different box (and I
> kicked my script to check better for bad exit codes) but most people
> don't have the time/patience/resources for a world build as well.

This is correct - I just run ARM, not the whole world. It is also
because I have often a "bitbake" running somewhere, and everything slows
down.

> Travis isn't as quick as I'd like, but is also free to use, which is a
> helpful trade-off.

ok, fine.

> 
>> This also means that after a local test via buildman, each maintainer
>> should wait until travis reports its result for all architecture. I
>> mean, each maintainer triggers the same build and gets the result at
>> least one day later. Should not be better if this is done just once when
>> PR are merged into your tree and if ther eare some issues they are
>> reported back to the corresponding maintainer ?
> 
> I would run both simultaneously (travis will just re-start if you
> force-push a branch again).  At the end of the day, I haven't made any
> requirements for what people need to test before they send me a PR.
> Travis is nice in that it builds the world and runs test.py on (just
> about) all of the targets we an do via QEMU.  It also requires you to
> opt-in to using github and then travis-ci and I will not tell people
> they must sign up for a service they disagree with.
> 
> I also really appreciate it when custodians do a travis run and link it
> in their PR, and I still push it to a WIP branch and get my own travis
> run (and my own buildman world build and my own HW targets pushed
> through test.py).

ok, understood, this will be the way I do since now.

> 
> At the end of the day, for me to push things to master, my local tests
> need to pass (and if/when they don't, I debug or try and help the
> author to debug failures) and travis needs to pass.  There is a time
> cost to testing before sending to me and that may or may not be worse
> than the time cost when something fails.

Thanks for clarification,
Stefano


-- 
=
DENX Software Engineering GmbH,  Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sba...@denx.de
=
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


Re: [U-Boot] [GIT PULL] Pull request: u-boot-imx u -boot-imx-20190101

2019-01-09 Thread Tom Rini
On Wed, Jan 09, 2019 at 04:48:06PM +0100, Stefano Babic wrote:
> Hi Tom,
> 
> On 02/01/19 02:02, Tom Rini wrote:
> > On Tue, Jan 01, 2019 at 02:51:53PM +0100, Stefano Babic wrote:
> > 
> >> Hi Tom,
> >>
> >> I dropped for the moment the following patches from Denis:
> >>
> >>   bootcount: i2c: Add bus switching to the I2C bootcount driver
> >>   bootcount: Configure length limit for I2C bootcount
> >>   board: ge: Store bootcount in EEPROM on PPD and Bx50v3
> >>
> >> I used the same hack and PowerPC boards are built successfully on
> >> travis. Please pull from u-boot-imx, thanks !
> >>
> >> The following changes since commit 
> >> d117d8f19b0625f88309e47a8a32c2faa384dddc:
> >>
> >>   Merge branch 'master' of git://git.denx.de/u-boot-i2c (2018-12-13
> >> 09:36:55 -0500)
> >>
> >> are available in the Git repository at:
> >>
> >>   git://www.denx.de/git/u-boot-imx.git tags/u-boot-imx-20190101
> >>
> >> for you to fetch changes up to 57d2beb91d705bccdfee5e9e5fd267f5e363a100:
> >>
> >>   pico-imx7d: Increase the CONFIG_ENV_OFFSET size (2019-01-01 14:12:18
> >> +0100)
> >>
> > 
> > tl;dr:
> > Applied to u-boot/master, thanks!
> > 
> > Slightly longer.  I'm both not happy about taking something still this
> > large so close to the end of the release and also at fault for it being
> > so late.
> 
> Sorry for that.
> 
> >  I started my holidays a week early so I didn't bisect the
> > build failure until it was too late.  That said, it's also a strong
> > reminder of why everyone is encouraged to put their PR through travis.
> 
> Up now, a method for maintainer to check a PR was to use buildman. If
> buildman (at least for the maintained architecture) does not report
> errors, I sent my PR. I think I missed that a switch to Travis is now
> requested.

So, yes, I have made a few requests (And, when travis has worse than
usual network problems for a prolonged time, told people to forget about
it if they don't want to fight it) for custodians to use travis.
Buildman is great, and I do a run of that too on a different box (and I
kicked my script to check better for bad exit codes) but most people
don't have the time/patience/resources for a world build as well.
Travis isn't as quick as I'd like, but is also free to use, which is a
helpful trade-off.

> This also means that after a local test via buildman, each maintainer
> should wait until travis reports its result for all architecture. I
> mean, each maintainer triggers the same build and gets the result at
> least one day later. Should not be better if this is done just once when
> PR are merged into your tree and if ther eare some issues they are
> reported back to the corresponding maintainer ?

I would run both simultaneously (travis will just re-start if you
force-push a branch again).  At the end of the day, I haven't made any
requirements for what people need to test before they send me a PR.
Travis is nice in that it builds the world and runs test.py on (just
about) all of the targets we an do via QEMU.  It also requires you to
opt-in to using github and then travis-ci and I will not tell people
they must sign up for a service they disagree with.

I also really appreciate it when custodians do a travis run and link it
in their PR, and I still push it to a WIP branch and get my own travis
run (and my own buildman world build and my own HW targets pushed
through test.py).

At the end of the day, for me to push things to master, my local tests
need to pass (and if/when they don't, I debug or try and help the
author to debug failures) and travis needs to pass.  There is a time
cost to testing before sending to me and that may or may not be worse
than the time cost when something fails.

-- 
Tom


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


Re: [U-Boot] [GIT PULL] Pull request: u-boot-imx u -boot-imx-20190101

2019-01-09 Thread Stefano Babic
Hi Tom,

On 02/01/19 02:02, Tom Rini wrote:
> On Tue, Jan 01, 2019 at 02:51:53PM +0100, Stefano Babic wrote:
> 
>> Hi Tom,
>>
>> I dropped for the moment the following patches from Denis:
>>
>>   bootcount: i2c: Add bus switching to the I2C bootcount driver
>>   bootcount: Configure length limit for I2C bootcount
>>   board: ge: Store bootcount in EEPROM on PPD and Bx50v3
>>
>> I used the same hack and PowerPC boards are built successfully on
>> travis. Please pull from u-boot-imx, thanks !
>>
>> The following changes since commit d117d8f19b0625f88309e47a8a32c2faa384dddc:
>>
>>   Merge branch 'master' of git://git.denx.de/u-boot-i2c (2018-12-13
>> 09:36:55 -0500)
>>
>> are available in the Git repository at:
>>
>>   git://www.denx.de/git/u-boot-imx.git tags/u-boot-imx-20190101
>>
>> for you to fetch changes up to 57d2beb91d705bccdfee5e9e5fd267f5e363a100:
>>
>>   pico-imx7d: Increase the CONFIG_ENV_OFFSET size (2019-01-01 14:12:18
>> +0100)
>>
> 
> tl;dr:
> Applied to u-boot/master, thanks!
> 
> Slightly longer.  I'm both not happy about taking something still this
> large so close to the end of the release and also at fault for it being
> so late.

Sorry for that.

>  I started my holidays a week early so I didn't bisect the
> build failure until it was too late.  That said, it's also a strong
> reminder of why everyone is encouraged to put their PR through travis.

Up now, a method for maintainer to check a PR was to use buildman. If
buildman (at least for the maintained architecture) does not report
errors, I sent my PR. I think I missed that a switch to Travis is now
requested.

This also means that after a local test via buildman, each maintainer
should wait until travis reports its result for all architecture. I
mean, each maintainer triggers the same build and gets the result at
least one day later. Should not be better if this is done just once when
PR are merged into your tree and if ther eare some issues they are
reported back to the corresponding maintainer ?


Best regards,
Stefano

> This PR includes a bunch of renaming that is important to get right
> ASAP.   It also has some small and important bug-fixes.  So I'm applying
> it.
> 


-- 
=
DENX Software Engineering GmbH,  Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sba...@denx.de
=
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


Re: [U-Boot] [GIT PULL] Pull request: u-boot-imx u -boot-imx-20190101

2019-01-01 Thread Tom Rini
On Tue, Jan 01, 2019 at 02:51:53PM +0100, Stefano Babic wrote:

> Hi Tom,
> 
> I dropped for the moment the following patches from Denis:
> 
>   bootcount: i2c: Add bus switching to the I2C bootcount driver
>   bootcount: Configure length limit for I2C bootcount
>   board: ge: Store bootcount in EEPROM on PPD and Bx50v3
> 
> I used the same hack and PowerPC boards are built successfully on
> travis. Please pull from u-boot-imx, thanks !
> 
> The following changes since commit d117d8f19b0625f88309e47a8a32c2faa384dddc:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-i2c (2018-12-13
> 09:36:55 -0500)
> 
> are available in the Git repository at:
> 
>   git://www.denx.de/git/u-boot-imx.git tags/u-boot-imx-20190101
> 
> for you to fetch changes up to 57d2beb91d705bccdfee5e9e5fd267f5e363a100:
> 
>   pico-imx7d: Increase the CONFIG_ENV_OFFSET size (2019-01-01 14:12:18
> +0100)
> 

tl;dr:
Applied to u-boot/master, thanks!

Slightly longer.  I'm both not happy about taking something still this
large so close to the end of the release and also at fault for it being
so late.  I started my holidays a week early so I didn't bisect the
build failure until it was too late.  That said, it's also a strong
reminder of why everyone is encouraged to put their PR through travis.
This PR includes a bunch of renaming that is important to get right
ASAP.   It also has some small and important bug-fixes.  So I'm applying
it.

-- 
Tom


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


[U-Boot] [GIT PULL] Pull request: u-boot-imx u -boot-imx-20190101

2019-01-01 Thread Stefano Babic
Hi Tom,

I dropped for the moment the following patches from Denis:

  bootcount: i2c: Add bus switching to the I2C bootcount driver
  bootcount: Configure length limit for I2C bootcount
  board: ge: Store bootcount in EEPROM on PPD and Bx50v3

I used the same hack and PowerPC boards are built successfully on
travis. Please pull from u-boot-imx, thanks !

The following changes since commit d117d8f19b0625f88309e47a8a32c2faa384dddc:

  Merge branch 'master' of git://git.denx.de/u-boot-i2c (2018-12-13
09:36:55 -0500)

are available in the Git repository at:

  git://www.denx.de/git/u-boot-imx.git tags/u-boot-imx-20190101

for you to fetch changes up to 57d2beb91d705bccdfee5e9e5fd267f5e363a100:

  pico-imx7d: Increase the CONFIG_ENV_OFFSET size (2019-01-01 14:12:18
+0100)


imx for 2019.01

- introduce support for i.MX8M
- fix size limit for Vhybrid / pico boards
- several board fixes
- w1 driver for MX2x / MX5x


Denis Zalevskiy (3):
  board: ge: Remove EEPROM bus param from read_vpd()
  board: ge: Move VPD EEPROM configuration to the defconfig
  board: ge: Move VPD reading to the vpd_reader

Fabien Lahoudere (1):
  embestmx6boards: Add SPL support

Fabio Estevam (1):
  pico-imx7d: Increase the CONFIG_ENV_OFFSET size

Gary Bisson (2):
  imx: mx8m: add memory mapping for CAAM and TCM
  imx: bootaux: fix stack and pc assignment on 64-bit platforms

Harald Seiler (1):
  pcm058: fix NAND flash not using badblock table

Lukasz Majewski (6):
  ARM: vybrid: Provide pinctrl driver for Vybrid (vf610)
  ARM: DTS: Add iomux node to vf.dtsi for Vybrid devices
  ARM: DTS: Provide pinfunc definitions for vybrid vf610 from Linux
kernel
  nand: vybrid: Use calloc() instead of malloc() to allocate struct nfc
  Kconfig: Add entry for VF610 NAND NFC device tree aware driver
  nand: vybrid: Extend the vf610 NFC NAND driver to support device
tree (and DM)

Martin Fuzzey (1):
  w1: Add driver for i.MX bus master controller

Martin Husemann (1):
  tools: improve portability of imx_cntr_image.sh

Michael Heimpold (4):
  configs: mx23_olinuxino_defconfig: fix status led definition
  configs: mx23_olinuxino_defconfig: disable bootefi command
  doc: imx: fix typo in imximage.txt
  doc: imx: fix typos in mxsimage.txt

Parthiban Nallathambi (1):
  imx: hab: extend hab_auth_img to calculate ivt_offset

Peng Fan (19):
  imx: imx8qxp_mek: imximage: remove config.h
  spl: introduce function prototypes
  tools: add i.MX8M image support
  arm: imx8qxp: build u-boot-dtb.cfgout before checking files
  Introduce CONFIG_FIT_EXTERNAL_OFFSET
  imx: cpu: add CHIP_REV_2_1 macro
  imx: introduce is_imx8mq helper
  imx: rename mx8m,MX8M to imx8m,IMX8M
  imx: spl: add MMC BOOT Device for i.MX8M
  imx: imx8m: clock refactor dram pll part
  imx: imx8m: introduce script to generate fit image
  imx: imx8m: introduce imximage cfg file
  imx: imx8mq: build flash.bin
  imx: imx8m: not build bootaux when building SPL
  imx: imx8m: add lpddr4 header file
  drivers: ddr: introduce DDR driver for i.MX8M
  imx: add i.MX8MQ EVK support
  imx8m: ddr: removed unused macros
  imx: mx53ppd: fix build error

Pierre-Jean Texier (1):
  warp7: configs: add CONFIG_FIT option

Xiaoliang Yang (2):
  watchdog: driver support for fsl-lsch2
  watchdog: imx: add config to disable wdog reset

Yaniv Levinsky (1):
  arm: imx7d: cl-som-imx7: migration to CONFIG_BLK

Ye Li (2):
  SPL: Add HAB image authentication to FIT
  imx8m: Enable CONFIG_SPL_FIT_IMAGE_TINY for iMX8M

 Kconfig
   |   10 +
 Makefile
   |7 +-
 arch/arm/Kconfig
   |4 +-
 arch/arm/Makefile
   |4 +-
 arch/arm/cpu/armv8/fsl-layerscape/doc/README.lsch2
   |   11 +
 arch/arm/dts/Makefile
   |2 +
 arch/arm/dts/fsl-imx8mq-evk.dts
   |  414 ++
 arch/arm/dts/vf.dtsi
   |6 +
 arch/arm/dts/vf610-pinfunc.h
   |  810 ++
 arch/arm/include/asm/arch-imx/cpu.h
   |5 +-
 arch/arm/include/asm/{arch-mx8m => arch-imx8m}/clock.h
   |   22 +
 arch/arm/include/asm/{arch-mx8m => arch-imx8m}/crm_regs.h
   |4 +-
 arch/arm/include/asm/arch-imx8m/ddr.h
   |  740 
 arch/arm/include/asm/{arch-mx8m => arch-imx8m}/gpio.h
   |4 +-
 arch/arm/include/asm/{arch-mx8m => arch-imx8m}/imx-regs.h
   |4 +-
 arch/arm/include/asm/{arch-mx8m/mx8mq_pins.h =>
arch-imx8m/imx8mq_pins.h} |4 +-
 arch/arm/include/asm/arch-imx8m/lpddr4_define.h
   |   97 
 arch/arm/include/asm/{arch-mx8m => arch-imx8m}/sys_proto.h
   |4 +-
 arch/arm/include/asm/arch-mx8m/ddr.h
   |  355 
 arch/arm/include/asm/mach-imx/iomux-v3.h
   |2 +-
 arch/arm/include/asm/mach-imx/regs-lcdif.h
   |6 +-
 arch/arm/include/asm/mach-imx/sys_proto.h
   |3 +-

Re: [U-Boot] [GIT PULL] Pull request: u-boot-imx

2012-09-29 Thread Albert ARIBAUD
Hi Stefano,

On Fri, 28 Sep 2012 17:39:24 +0200, Stefano Babic sba...@denx.de
wrote:

 Hi Albert,
 
 some fixes for the release. Please pull from u-boot-imx, thanks.
 
 The following changes since commit 1d9b033269263a69f7402f508c17b242fc7fea43:
 
   mx35pdk: README: Remove NAND references (2012-09-17 13:17:17 +0200)
 
 are available in the git repository at:
 
   git://www.denx.de/git/u-boot-imx.git master
 
 for you to fetch changes up to 7577a4b3c27af9ad21a4aedf732754ae96225448:
 
   mx28evk: Add missing 'setexpr' command (2012-09-24 11:00:08 +0200)
 
 
 Benoît Thébaudeau (2):
   mx51evk: Add CONFIG_REVISION_TAG
   KARO TX25: Fix NAND Flash R/W cycle times
 
 Eric Nelson (2):
   i.MX: mxc_ipuv3_fb: add ipuv3_fb_shutdown() routine to stop IPU
 frame buffer
   i.MX: shut down video before launch of O/S
 
 Fabio Estevam (1):
   mx28evk: Remove fecmxc_mii_postcall()
 
 Otavio Salvador (1):
   mx28evk: Add missing 'setexpr' command
 
  arch/arm/imx-common/cpu.c|9 +
  arch/arm/include/asm/arch-mx5/imx-regs.h |2 ++
  board/freescale/mx28evk/mx28evk.c|   25 -
  board/freescale/mx51evk/mx51evk.c|8 
  board/karo/tx25/lowlevel_init.S  |8 
  drivers/video/mxc_ipuv3_fb.c |   20 
  include/configs/mx28evk.h|1 +
  include/configs/mx51evk.h|1 +
  include/ipu_pixfmt.h |1 +
  9 files changed, 50 insertions(+), 25 deletions(-)
 
 

Applied to u-boot-arm/master, thanks!

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


[U-Boot] [GIT PULL] Pull request: u-boot-imx

2012-09-28 Thread Stefano Babic
Hi Albert,

some fixes for the release. Please pull from u-boot-imx, thanks.

The following changes since commit 1d9b033269263a69f7402f508c17b242fc7fea43:

  mx35pdk: README: Remove NAND references (2012-09-17 13:17:17 +0200)

are available in the git repository at:

  git://www.denx.de/git/u-boot-imx.git master

for you to fetch changes up to 7577a4b3c27af9ad21a4aedf732754ae96225448:

  mx28evk: Add missing 'setexpr' command (2012-09-24 11:00:08 +0200)


Benoît Thébaudeau (2):
  mx51evk: Add CONFIG_REVISION_TAG
  KARO TX25: Fix NAND Flash R/W cycle times

Eric Nelson (2):
  i.MX: mxc_ipuv3_fb: add ipuv3_fb_shutdown() routine to stop IPU
frame buffer
  i.MX: shut down video before launch of O/S

Fabio Estevam (1):
  mx28evk: Remove fecmxc_mii_postcall()

Otavio Salvador (1):
  mx28evk: Add missing 'setexpr' command

 arch/arm/imx-common/cpu.c|9 +
 arch/arm/include/asm/arch-mx5/imx-regs.h |2 ++
 board/freescale/mx28evk/mx28evk.c|   25 -
 board/freescale/mx51evk/mx51evk.c|8 
 board/karo/tx25/lowlevel_init.S  |8 
 drivers/video/mxc_ipuv3_fb.c |   20 
 include/configs/mx28evk.h|1 +
 include/configs/mx51evk.h|1 +
 include/ipu_pixfmt.h |1 +
 9 files changed, 50 insertions(+), 25 deletions(-)


-- 
=
DENX Software Engineering GmbH, MD: Wolfgang Denk  Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sba...@denx.de
=
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [GIT PULL] Pull request: u-boot-imx

2012-09-20 Thread Albert ARIBAUD
Hi Stefano,

On Mon, 17 Sep 2012 15:53:54 +0200, Stefano Babic sba...@denx.de
wrote:

 Hi Albert,
 
 please pull from u-boot-imx, thanks.
 
 The following changes since commit
 a9f1a4893364ddbb8b7942cded91d4c17c4f5948:
 
   lsxl: support power switch (2012-09-03 17:48:51 +0530)
 
 are available in the git repository at:
 
   git://www.denx.de/git/u-boot-imx.git master
 
 for you to fetch changes up to
 1d9b033269263a69f7402f508c17b242fc7fea43:
 
   mx35pdk: README: Remove NAND references (2012-09-17 13:17:17 +0200)
 
 
 Ashok Kumar Reddy (2):
   ima3-mx53:Rename CONFIG_PRIME = CONFIG_ETHPRME, remove
   mx6qsabrelite:Use IMX_GPIO_NR Macro
 
 Benoît Thébaudeau (8):
   mx35: Fix decode_pll
   mx35: Add definitions for clock gate values
   mx35: Fix clock dividers
   mx25: Define default SoC input clock frequencies
   mx35: Define default SoC input clock frequencies
   mx35 timer: Switch to 32-kHz source
   Fix mx31_decode_pll
   mx31: Define default SoC input clock frequencies
 
 Fabio Estevam (3):
   mx28evk: Convert to mxs_adjust_memory_params()
   mx28evk: Add USB Ethernet support
   mx35pdk: README: Remove NAND references
 
 Marek Vasut (7):
   M28: Fix the use of gpmi-nand in mtdparts
   MX28: Cleanup mxsboot within make mrproper
   MX28: Fixup the ad-hoc use of DIGCTL_MICROSECONDS
   SCSPS1: Enable caches
   MX28: SPI: Fix the DMA DCache race condition
   MX28: SPI: Fix the DMA chaining
   MX28: MMC: Avoid DMA DCache race condition
 
 Matt Sealey (1):
   efikamx: refine USB support
 
 Otavio Salvador (3):
   MX28: mx28evk: Align SSP clock speed
   MX28: mx28evk: Enable SPI DMA
   mx28evk: extend default environment
 
 Stefano Babic (3):
   MX: set a common place to share code for Freescale i.MX
   MX35: mx35pdk: add support for MMC
   MX6: drop binary constants from iomux header
 
  Makefile   |8 +-
  arch/arm/cpu/arm1136/mx31/generic.c|   12 +-
  arch/arm/cpu/arm1136/mx31/timer.c  |   16 +--
  arch/arm/cpu/arm1136/mx35/generic.c|   90
 ++ arch/arm/cpu/arm1136/mx35/timer.c  |
 46 +--- arch/arm/cpu/arm926ejs/mx25/generic.c  |2
 +- arch/arm/cpu/arm926ejs/mx25/timer.c|   16 +--
  arch/arm/cpu/arm926ejs/mxs/spl_boot.c  |8 +-
  arch/arm/{cpu/armv7 = }/imx-common/Makefile   |4 +-
  arch/arm/{cpu/armv7 = }/imx-common/cmd_bmode.c|0
  arch/arm/{cpu/armv7 = }/imx-common/cpu.c  |0
  .../imx-common/i2c.c = imx-common/i2c-mxv7.c} |0
  arch/arm/{cpu/armv7 = }/imx-common/iomux-v3.c |0
  arch/arm/{cpu/armv7 = }/imx-common/speed.c|0
  arch/arm/{cpu/armv7 = }/imx-common/timer.c|0
  arch/arm/include/asm/arch-mx25/clock.h |   14 +++
  arch/arm/include/asm/arch-mx31/clock.h |   14 +++
  arch/arm/include/asm/arch-mx35/clock.h |   14 +++
  arch/arm/include/asm/arch-mx35/crm_regs.h  |   48 +++-
  arch/arm/include/asm/arch-mx6/iomux.h  |  124
 ++--
  board/freescale/mx28evk/iomux.c|2 +-
  board/freescale/mx28evk/mx28evk.c  |4 +-
  board/freescale/mx35pdk/README |   78
 +--- board/freescale/mx35pdk/mx35pdk.c  |
 25  board/freescale/mx6qsabrelite/mx6qsabrelite.c  |   24 ++--
  board/genesi/mx51_efikamx/Makefile |6 +-
  board/genesi/mx51_efikamx/efikamx-usb.c|   12 ++
  board/genesi/mx51_efikamx/efikamx.c|3 -
  drivers/mmc/mxsmmc.c   |4 +
  drivers/spi/mxs_spi.c  |   58 +
  include/configs/flea3.h|1 -
  include/configs/ima3-mx53.h|3 +-
  include/configs/imx31_litekit.h|1 -
  include/configs/imx31_phycore.h|1 -
  include/configs/m28evk.h   |4 +-
  include/configs/mx25pdk.h  |1 -
  include/configs/mx28evk.h  |   86
 -- include/configs/mx31ads.h
 |2 - include/configs/mx31pdk.h  |2 -
  include/configs/mx35pdk.h  |   18 ++-
  include/configs/qong.h |2 -
  include/configs/sc_sps_1.h |2 -
  include/configs/tt01.h |2 -
  include/configs/zmx25.h|1 -
  44 files changed, 409 insertions(+), 349 deletions(-)
  rename arch/arm/{cpu/armv7 = }/imx-common/Makefile (94%)
  rename arch/arm/{cpu/armv7 = }/imx-common/cmd_bmode.c (100%)
  rename arch/arm/{cpu/armv7 = }/imx-common/cpu.c 

[U-Boot] [GIT PULL] Pull request: u-boot-imx

2012-09-17 Thread Stefano Babic
Hi Albert,

please pull from u-boot-imx, thanks.

The following changes since commit a9f1a4893364ddbb8b7942cded91d4c17c4f5948:

  lsxl: support power switch (2012-09-03 17:48:51 +0530)

are available in the git repository at:

  git://www.denx.de/git/u-boot-imx.git master

for you to fetch changes up to 1d9b033269263a69f7402f508c17b242fc7fea43:

  mx35pdk: README: Remove NAND references (2012-09-17 13:17:17 +0200)


Ashok Kumar Reddy (2):
  ima3-mx53:Rename CONFIG_PRIME = CONFIG_ETHPRME, remove
  mx6qsabrelite:Use IMX_GPIO_NR Macro

Benoît Thébaudeau (8):
  mx35: Fix decode_pll
  mx35: Add definitions for clock gate values
  mx35: Fix clock dividers
  mx25: Define default SoC input clock frequencies
  mx35: Define default SoC input clock frequencies
  mx35 timer: Switch to 32-kHz source
  Fix mx31_decode_pll
  mx31: Define default SoC input clock frequencies

Fabio Estevam (3):
  mx28evk: Convert to mxs_adjust_memory_params()
  mx28evk: Add USB Ethernet support
  mx35pdk: README: Remove NAND references

Marek Vasut (7):
  M28: Fix the use of gpmi-nand in mtdparts
  MX28: Cleanup mxsboot within make mrproper
  MX28: Fixup the ad-hoc use of DIGCTL_MICROSECONDS
  SCSPS1: Enable caches
  MX28: SPI: Fix the DMA DCache race condition
  MX28: SPI: Fix the DMA chaining
  MX28: MMC: Avoid DMA DCache race condition

Matt Sealey (1):
  efikamx: refine USB support

Otavio Salvador (3):
  MX28: mx28evk: Align SSP clock speed
  MX28: mx28evk: Enable SPI DMA
  mx28evk: extend default environment

Stefano Babic (3):
  MX: set a common place to share code for Freescale i.MX
  MX35: mx35pdk: add support for MMC
  MX6: drop binary constants from iomux header

 Makefile   |8 +-
 arch/arm/cpu/arm1136/mx31/generic.c|   12 +-
 arch/arm/cpu/arm1136/mx31/timer.c  |   16 +--
 arch/arm/cpu/arm1136/mx35/generic.c|   90 ++
 arch/arm/cpu/arm1136/mx35/timer.c  |   46 +---
 arch/arm/cpu/arm926ejs/mx25/generic.c  |2 +-
 arch/arm/cpu/arm926ejs/mx25/timer.c|   16 +--
 arch/arm/cpu/arm926ejs/mxs/spl_boot.c  |8 +-
 arch/arm/{cpu/armv7 = }/imx-common/Makefile   |4 +-
 arch/arm/{cpu/armv7 = }/imx-common/cmd_bmode.c|0
 arch/arm/{cpu/armv7 = }/imx-common/cpu.c  |0
 .../imx-common/i2c.c = imx-common/i2c-mxv7.c} |0
 arch/arm/{cpu/armv7 = }/imx-common/iomux-v3.c |0
 arch/arm/{cpu/armv7 = }/imx-common/speed.c|0
 arch/arm/{cpu/armv7 = }/imx-common/timer.c|0
 arch/arm/include/asm/arch-mx25/clock.h |   14 +++
 arch/arm/include/asm/arch-mx31/clock.h |   14 +++
 arch/arm/include/asm/arch-mx35/clock.h |   14 +++
 arch/arm/include/asm/arch-mx35/crm_regs.h  |   48 +++-
 arch/arm/include/asm/arch-mx6/iomux.h  |  124
++--
 board/freescale/mx28evk/iomux.c|2 +-
 board/freescale/mx28evk/mx28evk.c  |4 +-
 board/freescale/mx35pdk/README |   78 +---
 board/freescale/mx35pdk/mx35pdk.c  |   25 
 board/freescale/mx6qsabrelite/mx6qsabrelite.c  |   24 ++--
 board/genesi/mx51_efikamx/Makefile |6 +-
 board/genesi/mx51_efikamx/efikamx-usb.c|   12 ++
 board/genesi/mx51_efikamx/efikamx.c|3 -
 drivers/mmc/mxsmmc.c   |4 +
 drivers/spi/mxs_spi.c  |   58 +
 include/configs/flea3.h|1 -
 include/configs/ima3-mx53.h|3 +-
 include/configs/imx31_litekit.h|1 -
 include/configs/imx31_phycore.h|1 -
 include/configs/m28evk.h   |4 +-
 include/configs/mx25pdk.h  |1 -
 include/configs/mx28evk.h  |   86 --
 include/configs/mx31ads.h  |2 -
 include/configs/mx31pdk.h  |2 -
 include/configs/mx35pdk.h  |   18 ++-
 include/configs/qong.h |2 -
 include/configs/sc_sps_1.h |2 -
 include/configs/tt01.h |2 -
 include/configs/zmx25.h|1 -
 44 files changed, 409 insertions(+), 349 deletions(-)
 rename arch/arm/{cpu/armv7 = }/imx-common/Makefile (94%)
 rename arch/arm/{cpu/armv7 = }/imx-common/cmd_bmode.c (100%)
 rename arch/arm/{cpu/armv7 = }/imx-common/cpu.c (100%)
 rename arch/arm/{cpu/armv7/imx-common/i2c.c = imx-common/i2c-mxv7.c}
(100%)
 rename arch/arm/{cpu/armv7 = }/imx-common/iomux-v3.c (100%)
 rename 

Re: [U-Boot] [GIT PULL] Pull request: u-boot-imx

2012-09-01 Thread Albert ARIBAUD
Hi Stefano,

On Mon, 27 Aug 2012 08:41:16 +0200, Stefano Babic sba...@denx.de
wrote:

 Hi Albert,
 
 please pull from u-boot-imx, thanks.
 
 The following changes since commit
 5f50310588e87f2ff501992564d1b05df71419f4:
 
   davinci, c6x: Always use C version of reset code (2012-08-25
 13:40:03 +0200)
 
 are available in the git repository at:
 
   git://www.denx.de/git/u-boot-imx.git master
 
 for you to fetch changes up to
 ff1728c902587c2dc76869a30a32013ef005b84a:
 
   mxs: Convert timeout parameter to 'unsigned int' (2012-08-27
 08:28:01 +0200)
 
 
 Ashok Kumar Reddy (1):
   mx6qarm2:Use IMX_GPIO_NR macro
 
 Benoît Thébaudeau (17):
   mxc_spi: Round up clock divider
   mx25: Enable dcache
   mx5: Enable dcache
   mx35: Fix typo on EDIO
   mx3: Fix typo on IPU_CONF_CSI_EN
   mx5/6 timer: Round up tick_to_time() value
   mx5: cosmetic: Clean up lowlevel_init
   mx35: Remove duplicate GPIO3_BASE_ADDR
   mx5/6: Fix cpu_mmc_init() return value
   mx35: Add cpu_mmc_init()
   mx5: Undeclare imx_decode_pll()
   mx35 iomux: Remove unused macro
   mx35: Fix broken pin definitions
   mx35: Remove declaration of non-existing function
   mx35: Move clock enums to clock.h
   mx35: Remove declaration of non-existing function
   mxc: Make gpio_get_value() use PSR
 
 Fabio Estevam (7):
   m28evk: Turn on caches
   apx4devkit: Turn on caches
   mx28evk: Remove unneeded 'undef'
   mxs: Use correct function name to initialize dram
   mx53loco: Use IMX_GPIO_NR macro
   mx51evk: Use IMX_GPIO_NR macro
   mx53ard: Use IMX_GPIO_NR macro
 
 Marek Vasut (7):
   MX28: Drop the cp15 reconfiguration from SPL
   MX28: Shuffle around the power management code
   MX28: DMA: Align the struct mxs_dma_desc
   MX28: DMA: Prolong the DMA timeout
   MX28: SPI: Supercharge the SPI driver
   MX28: m28evk: Align SSP clock speed
   MX28: m28evk: Enable SPI DMA
 
 Matt Sealey (7):
   spi: fix mxc_spi_slave structure allocation to clear memory
   spi: fix mxs_spi_slave structure allocation to clear memory
   mx5: add iomux-mx51.h include
   efikamx: move and rename Efika MX directories and config files
 to prepare for new boards
   efikamx: remove drive strength function and roll its
 functionality into the DCD
   efikamx: configure Smarttop PCBID and LED pads in DCD for
 convenience efikamx: update MAINTAINERS for Genesi Efika MX systems
 
 Otavio Salvador (9):
   mxs: Remove not required explicit iomux-mx28.h include
   mxs: Remove not required include of iomux-mx28.h
   mxs: rename regs-clkctrl.h to regs-clkctrl-mx28.h
   mxs: Convert sys_proto.h prefixes to 'mxs'
   MX28: config: Allow different target generation in elftosb call
   MX28: Move regs-base.h include after SoC type configuration
   mxs: Replace i.MX233 by i.MX23 on copyright header
   mxs: Only build internal Ethernet controller for i.MX28
   mxs: Rename 'mx28_dram_init' to 'mxs_dram_init'
 
 Stefano Babic (1):
   MX: Set a common gpio.h for all i.MX
 
 Troy Kisky (4):
   iomux: move IOMUX_GPR13_xxx defines
   imx-common/cmd_bmode.c: add imx bmode (bootmode) command
   mx6qsabrelite: add boot_mode support
   mx53evk: add boot_mode support
 
 Vikram Narayanan (1):
   tx25: Use generic gpio_* calls
 
 fabio.este...@freescale.com (1):
   mxs: Convert timeout parameter to 'unsigned int'
 
 trem (3):
   rtc: add support of mx27 rtc
   gpio: add gpio api support to mx27 (v4)
   imx27lite: update with gpio api change (v4)
 
  MAINTAINERS|7 +-
  Makefile   |5 +-
  arch/arm/cpu/arm1136/mx35/generic.c|   19 ++-
  arch/arm/cpu/arm1136/mx35/iomux.c  |2 -
  arch/arm/cpu/arm926ejs/mx25/generic.c  |8 +
  arch/arm/cpu/arm926ejs/mx27/generic.c  |   11 +-
  arch/arm/cpu/arm926ejs/mxs/mxs.c   |   40 ++---
  arch/arm/cpu/arm926ejs/mxs/spl_boot.c  |7 +-
  arch/arm/cpu/arm926ejs/mxs/spl_mem_init.c  |1 -
  arch/arm/cpu/arm926ejs/mxs/spl_power_init.c|9 +-
  arch/arm/cpu/arm926ejs/mxs/start.S |   42 -
  arch/arm/cpu/arm926ejs/mxs/timer.c |2 +-
  .../arm926ejs/mxs/{u-boot.bd = u-boot-imx28.bd}   |0
  arch/arm/cpu/armv7/imx-common/Makefile |1 +
  arch/arm/cpu/armv7/imx-common/cmd_bmode.c  |  119
 ++ arch/arm/cpu/armv7/imx-common/cpu.c
 |6 +- arch/arm/cpu/armv7/imx-common/timer.c  |2 +-
  arch/arm/cpu/armv7/mx5/lowlevel_init.S |   46 +++---
  arch/arm/cpu/armv7/mx5/soc.c   |   39 +
  arch/arm/cpu/armv7/mx6/soc.c   |   36 +
  

[U-Boot] [GIT PULL] Pull request: u-boot-imx

2012-08-27 Thread Stefano Babic
Hi Albert,

please pull from u-boot-imx, thanks.

The following changes since commit 5f50310588e87f2ff501992564d1b05df71419f4:

  davinci, c6x: Always use C version of reset code (2012-08-25 13:40:03
+0200)

are available in the git repository at:

  git://www.denx.de/git/u-boot-imx.git master

for you to fetch changes up to ff1728c902587c2dc76869a30a32013ef005b84a:

  mxs: Convert timeout parameter to 'unsigned int' (2012-08-27 08:28:01
+0200)


Ashok Kumar Reddy (1):
  mx6qarm2:Use IMX_GPIO_NR macro

Benoît Thébaudeau (17):
  mxc_spi: Round up clock divider
  mx25: Enable dcache
  mx5: Enable dcache
  mx35: Fix typo on EDIO
  mx3: Fix typo on IPU_CONF_CSI_EN
  mx5/6 timer: Round up tick_to_time() value
  mx5: cosmetic: Clean up lowlevel_init
  mx35: Remove duplicate GPIO3_BASE_ADDR
  mx5/6: Fix cpu_mmc_init() return value
  mx35: Add cpu_mmc_init()
  mx5: Undeclare imx_decode_pll()
  mx35 iomux: Remove unused macro
  mx35: Fix broken pin definitions
  mx35: Remove declaration of non-existing function
  mx35: Move clock enums to clock.h
  mx35: Remove declaration of non-existing function
  mxc: Make gpio_get_value() use PSR

Fabio Estevam (7):
  m28evk: Turn on caches
  apx4devkit: Turn on caches
  mx28evk: Remove unneeded 'undef'
  mxs: Use correct function name to initialize dram
  mx53loco: Use IMX_GPIO_NR macro
  mx51evk: Use IMX_GPIO_NR macro
  mx53ard: Use IMX_GPIO_NR macro

Marek Vasut (7):
  MX28: Drop the cp15 reconfiguration from SPL
  MX28: Shuffle around the power management code
  MX28: DMA: Align the struct mxs_dma_desc
  MX28: DMA: Prolong the DMA timeout
  MX28: SPI: Supercharge the SPI driver
  MX28: m28evk: Align SSP clock speed
  MX28: m28evk: Enable SPI DMA

Matt Sealey (7):
  spi: fix mxc_spi_slave structure allocation to clear memory
  spi: fix mxs_spi_slave structure allocation to clear memory
  mx5: add iomux-mx51.h include
  efikamx: move and rename Efika MX directories and config files to
prepare for new boards
  efikamx: remove drive strength function and roll its functionality
into the DCD
  efikamx: configure Smarttop PCBID and LED pads in DCD for convenience
  efikamx: update MAINTAINERS for Genesi Efika MX systems

Otavio Salvador (9):
  mxs: Remove not required explicit iomux-mx28.h include
  mxs: Remove not required include of iomux-mx28.h
  mxs: rename regs-clkctrl.h to regs-clkctrl-mx28.h
  mxs: Convert sys_proto.h prefixes to 'mxs'
  MX28: config: Allow different target generation in elftosb call
  MX28: Move regs-base.h include after SoC type configuration
  mxs: Replace i.MX233 by i.MX23 on copyright header
  mxs: Only build internal Ethernet controller for i.MX28
  mxs: Rename 'mx28_dram_init' to 'mxs_dram_init'

Stefano Babic (1):
  MX: Set a common gpio.h for all i.MX

Troy Kisky (4):
  iomux: move IOMUX_GPR13_xxx defines
  imx-common/cmd_bmode.c: add imx bmode (bootmode) command
  mx6qsabrelite: add boot_mode support
  mx53evk: add boot_mode support

Vikram Narayanan (1):
  tx25: Use generic gpio_* calls

fabio.este...@freescale.com (1):
  mxs: Convert timeout parameter to 'unsigned int'

trem (3):
  rtc: add support of mx27 rtc
  gpio: add gpio api support to mx27 (v4)
  imx27lite: update with gpio api change (v4)

 MAINTAINERS|7 +-
 Makefile   |5 +-
 arch/arm/cpu/arm1136/mx35/generic.c|   19 ++-
 arch/arm/cpu/arm1136/mx35/iomux.c  |2 -
 arch/arm/cpu/arm926ejs/mx25/generic.c  |8 +
 arch/arm/cpu/arm926ejs/mx27/generic.c  |   11 +-
 arch/arm/cpu/arm926ejs/mxs/mxs.c   |   40 ++---
 arch/arm/cpu/arm926ejs/mxs/spl_boot.c  |7 +-
 arch/arm/cpu/arm926ejs/mxs/spl_mem_init.c  |1 -
 arch/arm/cpu/arm926ejs/mxs/spl_power_init.c|9 +-
 arch/arm/cpu/arm926ejs/mxs/start.S |   42 -
 arch/arm/cpu/arm926ejs/mxs/timer.c |2 +-
 .../arm926ejs/mxs/{u-boot.bd = u-boot-imx28.bd}   |0
 arch/arm/cpu/armv7/imx-common/Makefile |1 +
 arch/arm/cpu/armv7/imx-common/cmd_bmode.c  |  119 ++
 arch/arm/cpu/armv7/imx-common/cpu.c|6 +-
 arch/arm/cpu/armv7/imx-common/timer.c  |2 +-
 arch/arm/cpu/armv7/mx5/lowlevel_init.S |   46 +++---
 arch/arm/cpu/armv7/mx5/soc.c   |   39 +
 arch/arm/cpu/armv7/mx6/soc.c   |   36 +
 arch/arm/include/asm/arch-mx25/gpio.h  |   17 +-
 arch/arm/include/asm/arch-mx27/gpio.h  |   55 +++
 arch/arm/include/asm/arch-mx27/imx-regs.h  |   33 ++--
 

[U-Boot] [GIT PULL] Pull request: u-boot-imx

2012-08-07 Thread Stefano Babic
Hi Albert,

please pull from u-boot-imx, thanks.


The following changes since commit 8abcd8ab962cd5fb2a4c025e7c7b62a9faf4aa08:

  DaVinci DA8xx: fix set_cpu_clk_info() (2012-08-05 22:02:40 +0200)

are available in the git repository at:

  git://www.denx.de/git/u-boot-imx.git master

for you to fetch changes up to c031cea4c7f5af2aba58e8883eb5cca871213d1b:

  MX28: Add SchulerControl SC_SPS_1 platform (2012-08-07 17:49:55 +0200)


Fabio Estevam (3):
  mx28evk: Turn on caches
  mx51evk: do not overwrite the console
  vision2: do not overwrite the console

Marek Vasut (9):
  MX28: SPI: Refactor spi_xfer a bit
  MX28: SPI: Pull out the PIO transfer function
  MX28: SPI: Add DMA transfer support
  MX28: Fix up the MMC driver DMA mode
  MX28: Split out the PIO and DMA transfer functions
  MX28: Transfer small blocks via PIO in MXS MMC
  MX28: Fix MXS MMC DMA issues
  MX28: Move the u-boot.bd info CPUDIR/SOCDIR
  MX28: Add SchulerControl SC_SPS_1 platform

Otavio Salvador (9):
  imx: Use a clear identification of an unidentified CPU type
  MX28: extend print_cpuinfo() to use chip information
  MX28: use a clear name for DDR2 initialization
  mxs: reorganize source directory for easy sharing of code in i.MXS
SoCs
  mxs: prefix register acessor macros with 'mxs' prefix
  mxs: prefix register structs with 'mxs' prefix
  mxs: Reowork SPL to use 'mxs' prefix for methods
  mxs: Clarify why we poweroff in case of brownout in 5v conflict
  mxs: rename mx28.c to mxs.c as it is common to i.MX233 and i.MX28 SoCs

Stathis Voukelatos (1):
  i.MX28: bug fixes in PMU configuration code

Stefano Babic (1):
  MX5: mx53loco: do not overwrite the console

Veli-Pekka Peltola (1):
  Add support for Bluegiga APX4 Development Kit

 MAINTAINERS|5 +
 Makefile   |2 +-
 arch/arm/cpu/arm926ejs/{mx28 = mxs}/Makefile  |2 +-
 arch/arm/cpu/arm926ejs/{mx28 = mxs}/clock.c   |   40 +--
 arch/arm/cpu/arm926ejs/{mx28 = mxs}/iomux.c   |6 +-
 arch/arm/cpu/arm926ejs/{mx28/mx28.c = mxs/mxs.c}  |   72 +++--
 .../arm926ejs/{mx28/mx28_init.h = mxs/mxs_init.h} |   14 +-
 arch/arm/cpu/arm926ejs/{mx28 = mxs}/spl_boot.c|   20 +-
 .../cpu/arm926ejs/{mx28 = mxs}/spl_lradc_init.c   |   10 +-
 .../arm/cpu/arm926ejs/{mx28 = mxs}/spl_mem_init.c |   64 ++---
 .../cpu/arm926ejs/{mx28 = mxs}/spl_power_init.c   |  274
++--
 arch/arm/cpu/arm926ejs/{mx28 = mxs}/start.S   |0
 arch/arm/cpu/arm926ejs/{mx28 = mxs}/timer.c   |8 +-
 .../arm/cpu/arm926ejs/{mx28 = mxs}/u-boot-spl.lds |2 +-
 .../arm/cpu/arm926ejs/mxs}/u-boot.bd   |0
 arch/arm/cpu/armv7/imx-common/cpu.c|4 +-
 .../include/asm/{arch-mx28 = arch-mxs}/clock.h|0
 arch/arm/include/asm/{arch-mx28 = arch-mxs}/dma.h |0
 .../arm/include/asm/{arch-mx28 = arch-mxs}/gpio.h |0
 .../include/asm/{arch-mx28 = arch-mxs}/imx-regs.h |0
 .../asm/{arch-mx28 = arch-mxs}/iomux-mx28.h   |0
 .../include/asm/{arch-mx28 = arch-mxs}/iomux.h|0
 .../asm/{arch-mx28 = arch-mxs}/regs-apbh.h|  256
+-
 .../asm/{arch-mx28 = arch-mxs}/regs-base.h|0
 .../include/asm/{arch-mx28 = arch-mxs}/regs-bch.h |   44 ++--
 .../asm/{arch-mx28 = arch-mxs}/regs-clkctrl.h |   60 ++---
 .../asm/{arch-mx28 = arch-mxs}/regs-common.h  |   34 +--
 .../asm/{arch-mx28 = arch-mxs}/regs-digctl.h  |   56 ++--
 .../asm/{arch-mx28 = arch-mxs}/regs-gpmi.h|   28 +-
 .../include/asm/{arch-mx28 = arch-mxs}/regs-i2c.h |   30 +--
 .../asm/{arch-mx28 = arch-mxs}/regs-lcdif.h   |   66 ++---
 .../asm/{arch-mx28 = arch-mxs}/regs-lradc.h   |   50 ++--
 .../asm/{arch-mx28 = arch-mxs}/regs-ocotp.h   |   88 +++
 .../asm/{arch-mx28 = arch-mxs}/regs-pinctrl.h |  170 ++--
 .../asm/{arch-mx28 = arch-mxs}/regs-power.h   |   30 +--
 .../include/asm/{arch-mx28 = arch-mxs}/regs-rtc.h |   30 +--
 .../include/asm/{arch-mx28 = arch-mxs}/regs-ssp.h |   42 +--
 .../asm/{arch-mx28 = arch-mxs}/regs-timrot.h  |   40 +--
 .../include/asm/{arch-mx28 = arch-mxs}/regs-usb.h |2 +-
 .../asm/{arch-mx28 = arch-mxs}/regs-usbphy.h  |   22 +-
 .../asm/{arch-mx28 = arch-mxs}/sys_proto.h|   10 +-
 board/bluegiga/apx4devkit/Makefile |   47 
 board/bluegiga/apx4devkit/apx4devkit.c |  150 +++
 board/bluegiga/apx4devkit/spl_boot.c   |  164 
 board/denx/m28evk/m28evk.c |4 +-
 board/denx/m28evk/spl_boot.c   |2 +-
 board/freescale/mx28evk/iomux.c|2 +-
 board/freescale/mx28evk/mx28evk.c  |4 +-
 board/freescale/mx28evk/u-boot.bd  |   14 -
 board/freescale/mx51evk/mx51evk.c  

Re: [U-Boot] [GIT PULL] Pull request: u-boot-imx

2012-07-05 Thread Albert ARIBAUD
Hi Stefano,

On Mon, 02 Jul 2012 20:03:02 +0200, Stefano Babic sba...@denx.de
wrote:
 Hi Albert,
 
 please pull from u-boot-imx. Thanks !
 
 The following changes since commit
 3e0cac6b5158b22248f57cdf7769bf8d610fec5e:
 
   EXYNOS: SMDK5250: Enable the pinmux setup (2012-06-25 22:51:36
 +0200)
 
 are available in the git repository at:
 
   git://www.denx.de/git/u-boot-imx.git master
 
 for you to fetch changes up to
 c45272e25bdf241fbb27638465f16ce2342ed1b6:
 
   i.MX6 USDHC: Use the ESDHC clock (2012-07-02 19:53:20 +0200)

Applied, thanks.

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


[U-Boot] [GIT PULL] Pull request: u-boot-imx

2012-07-02 Thread Stefano Babic
Hi Albert,

please pull from u-boot-imx. Thanks !

The following changes since commit 3e0cac6b5158b22248f57cdf7769bf8d610fec5e:

  EXYNOS: SMDK5250: Enable the pinmux setup (2012-06-25 22:51:36 +0200)

are available in the git repository at:

  git://www.denx.de/git/u-boot-imx.git master

for you to fetch changes up to c45272e25bdf241fbb27638465f16ce2342ed1b6:

  i.MX6 USDHC: Use the ESDHC clock (2012-07-02 19:53:20 +0200)


Fabio Estevam (21):
  mx53loco: Fix revision of Dialog boards
  mx53: Fix mask for SATA reference clock
  mx53loco: Remove unused SOBJS
  mx53evk: Remove unused SOBJS
  mx53ard: Remove unused SOBJS
  mx53smd: Remove unused SOBJS
  mx51evk: Remove unused SOBJS
  efikamx: Remove unused SOBJS
  vision2: Remove unused SOBJS
  ima3-mx53: Remove unused SOBJS
  mx6qarm2: Remove unused SOBJS
  mx6qsabrelite: Remove unused SOBJS
  mx53ard: Remove unused CONFIG_MII_GASKET
  imx31_phycore: Remove CONFIG_SYS_I2C_SLAVE definition
  mx35pdk: Remove CONFIG_SYS_I2C_SLAVE definition
  mx53ard: Remove CONFIG_SYS_I2C_SLAVE definition
  mx53evk: Remove CONFIG_SYS_I2C_SLAVE definition
  mx53loco: Remove CONFIG_SYS_I2C_SLAVE definition
  mx53smd: Remove CONFIG_SYS_I2C_SLAVE definition
  mx28evk: Fix PSWITCH key position
  mx28evk: Fix boot by adjusting HW_DRAM_CTL29 register

Jason Liu (1):
  i.mx: i.mx6x: NO_MUX_I/NO_PAD_I not set correctly

Marek Vasut (1):
  i.MX28: Add function to adjust memory parameters

Michael Langer (1):
  i.MX6 USDHC: Use the ESDHC clock

Otavio Salvador (6):
  MX28: Fix a typo in mx28_reg_8 macro
  m28evk: fix board config include guardian macro name
  mx28evk: ensure command definition is in alphabetic order
  mx28evk: fix board config include guardian macro name
  m28evk: drop duplicated definition of CONFIG_OF_LIBFDT
  m28evk: use same notation to alloc the 128kB stack

Vikram Narayanan (1):
  mx6: Avoid writing to read-only bits in imximage.cfg

 arch/arm/cpu/arm926ejs/mx28/spl_mem_init.c   |8 
 arch/arm/cpu/armv7/imx-common/speed.c|4 
 arch/arm/cpu/armv7/mx5/clock.c   |2 +-
 arch/arm/include/asm/arch-mx28/regs-common.h |2 +-
 arch/arm/include/asm/arch-mx6/mx6x_pins.h|4 ++--
 board/efikamx/Makefile   |7 +++
 board/esg/ima3-mx53/Makefile |2 +-
 board/freescale/mx28evk/iomux.c  |   14 ++
 board/freescale/mx51evk/Makefile |7 +++
 board/freescale/mx53ard/Makefile |7 +++
 board/freescale/mx53evk/Makefile |7 +++
 board/freescale/mx53loco/Makefile|7 +++
 board/freescale/mx53loco/mx53loco.c  |   12 +++-
 board/freescale/mx53smd/Makefile |7 +++
 board/freescale/mx6qarm2/Makefile|7 +++
 board/freescale/mx6qarm2/imximage.cfg|2 +-
 board/freescale/mx6qsabrelite/Makefile   |7 +++
 board/freescale/mx6qsabrelite/imximage.cfg   |2 +-
 board/ttcontrol/vision2/Makefile |5 ++---
 doc/README.mx28evk   |2 +-
 include/configs/imx31_phycore.h  |1 -
 include/configs/m28evk.h |   10 --
 include/configs/mx28evk.h|8 
 include/configs/mx35pdk.h|1 -
 include/configs/mx53ard.h|2 --
 include/configs/mx53evk.h|1 -
 include/configs/mx53loco.h   |2 --
 include/configs/mx53smd.h|1 -
 28 files changed, 75 insertions(+), 66 deletions(-)

-- 
=
DENX Software Engineering GmbH, MD: Wolfgang Denk  Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sba...@denx.de
=

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


Re: [U-Boot] [GIT PULL] Pull request: u-boot-imx

2012-05-15 Thread Albert ARIBAUD

Hi Stefano,

Le 09/05/2012 18:38, Stefano Babic a écrit :

Hi Albert,

please pull from u-boot-imx:

The following changes since commit 026251a5e825d61d3bcdf6dffcc27d15afd574f4:

   EXYNOS: Change bits per pixel value proper for u-boot. (2012-04-25
16:23:26 +0900)

are available in the git repository at:

   git://www.denx.de/git/u-boot-imx.git master

for you to fetch changes up to baff308162c3980e7616b624e19889a4d757aae8:

   i.MX28: Avoid redefining serial_put[cs]() (2012-05-09 12:49:14 +0200)


Applied to u-boot-arm/master for58 commits, thanks.

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


[U-Boot] [GIT PULL] Pull request: u-boot-imx

2012-05-09 Thread Stefano Babic
Hi Albert,

please pull from u-boot-imx:

The following changes since commit 026251a5e825d61d3bcdf6dffcc27d15afd574f4:

  EXYNOS: Change bits per pixel value proper for u-boot. (2012-04-25
16:23:26 +0900)

are available in the git repository at:

  git://www.denx.de/git/u-boot-imx.git master

for you to fetch changes up to baff308162c3980e7616b624e19889a4d757aae8:

  i.MX28: Avoid redefining serial_put[cs]() (2012-05-09 12:49:14 +0200)


Dirk Behme (1):
  i.MX6: Add ANATOP regulator init

Eric Nelson (3):
  i.MX6Q: mx6qsabrelite: Add keypress support to alter boot flow
  i.MX6: add enable_sata_clock()
  i.MX6: mx6q_sabrelite: add SATA bindings

Fabio Estevam (19):
  pmic: Add support for the Dialog DA9053 PMIC
  mx6qsabrelite: No need to set the direction for GPIO3_23 again
  mx28evk: Allow to booting a dt kernel
  m28evk: Allow to booting a dt kernel
  mx28evk: Allow booting a zImage kernel
  mx6qsabrelite: Allow booting a zImage kernel
  mx6qarm2: Allow booting a zImage kernel
  mx31pdk: Allow booting a zImage kernel
  imx-common: Factor out get_ahb_clk()
  mx5: Add clock config interface
  mx53loco: Allow to print CPU information at a later stage
  mx53loco: Add support for 1GHz operation for DA9053-based boards
  pmic: dialog: Avoid name conflicts
  mx53loco: Add mc34708 support and set mx53 frequency at 1GHz
  mx53loco: Turn on VUSB regulator
  mx53loco: Add CONFIG_REVISION_TAG
  mx53loco: Remove unneeded gpio_set_value()
  spi: mxs: Introduce spi_cs_is_valid()
  spi: mxs: Allow other chip selects to work

Lauri Hintsala (1):
  mx28evk: add NAND support

Marek Vasut (17):
  M28: Enable FDT support
  Revert i.MX28: Enable additional DRAM address bits
  M28: Scan only first 512 MB of DRAM to avoid memory wraparound
  i.MX28: Add delay after CPU bypass is cleared
  FEC: Abstract out register setup
  M28EVK: Implement support for new board V2.0
  M28EVK: Add SD update command
  i.MX28: Improve passing of data from SPL to U-Boot
  i.MX28: Implement boot pads sampling and reporting
  i.MX28: Add LCDIF register definitions
  i.MX28: Shut down the LCD controller before reset
  i.MX28: Add LRADC register definitions
  i.MX28: Add LRADC init to i.MX28 SPL
  i.MX28: Reorder battery status functions in SPL
  i.MX28: Add battery boot components to SPL
  i.MX28: Check if WP detection is implemented at all
  i.MX28: Avoid redefining serial_put[cs]()

Stefano Babic (9):
  Define UART4 and UART5 base addresses
  NET: fec_mxc.c: Add a way to disable auto negotiation
  MX5: Add definitions for SATA controller
  SATA: check for return value from sata functions
  MX53: add function to set SATA clock to internal
  SATA: add driver for MX5 / MX6 SOCs
  MX53: Add support to ESG ima3 board
  MX53: mx53loco: Add SATA support
  MX5: PAD_CTL_DRV_VOT_LOW and PAD_CTL_DRV_VOT_HIGH exchanged

Timo Ketola (7):
  i.MX25: esdhc: Add mxc_get_clock infrastructure
  i.MX25: This architecture has a GPIO4 too
  imx: nand: Support flash based BBT
  i.MX25: usb: Set PORTSCx register
  imx: usb: There is no such register
  i.MX2: Include asm/types.h in arch-mx25/imx-regs.h
  imx: Add u-boot.imx as target for ARM9 i.MX SOCs

Wolfgang Grandegger (1):
  USB: ehci-mx6: Fix broken IO access

 arch/arm/cpu/arm926ejs/config.mk   |6 +
 arch/arm/cpu/arm926ejs/mx25/generic.c  |   27 +
 arch/arm/cpu/arm926ejs/mx28/Makefile   |2 +-
 arch/arm/cpu/arm926ejs/mx28/mx28.c |   29 +-
 arch/arm/cpu/arm926ejs/mx28/mx28_init.h|4 +
 arch/arm/cpu/arm926ejs/mx28/spl_boot.c |   57 ++
 arch/arm/cpu/arm926ejs/mx28/spl_lradc_init.c   |   86 ++
 arch/arm/cpu/arm926ejs/mx28/spl_mem_init.c |   14 +-
 arch/arm/cpu/arm926ejs/mx28/spl_power_init.c   |  224 +++--
 arch/arm/cpu/armv7/imx-common/cpu.c|   15 +-
 arch/arm/cpu/armv7/mx5/clock.c |  493 +-
 arch/arm/cpu/armv7/mx6/clock.c |   50 +-
 arch/arm/cpu/armv7/mx6/soc.c   |   30 +
 arch/arm/include/asm/arch-mx25/clock.h |   23 +
 arch/arm/include/asm/arch-mx25/imx-regs.h  |3 +
 arch/arm/include/asm/arch-mx28/imx-regs.h  |2 +
 arch/arm/include/asm/arch-mx28/regs-lcdif.h|  212 +
 arch/arm/include/asm/arch-mx28/regs-lradc.h|  400 
 arch/arm/include/asm/arch-mx28/sys_proto.h |   30 +
 arch/arm/include/asm/arch-mx5/clock.h  |7 +-
 arch/arm/include/asm/arch-mx5/crm_regs.h   |6 +
 arch/arm/include/asm/arch-mx5/imx-regs.h   |   11 +
 arch/arm/include/asm/arch-mx5/iomux.h  |4 +-
 arch/arm/include/asm/arch-mx5/sys_proto.h  |3 

Re: [U-Boot] [GIT PULL] Pull request: u-boot-imx

2012-04-16 Thread Albert ARIBAUD

Hi Stefano,

Le 11/04/2012 16:22, Stefano Babic a écrit :

Hi Albert,

please pull from u-boot-imx. Note: I rebased on u-boot mainline, because
I needed some patches for testing that were merged by Wolfgang, and I
could not find in u-boot-arm. Let me know if this is a problem for you ;-)

The following changes since commit 3f0675d1a532dbf1fd906103e4b61a6fb842c257:

   Merge branch 'marek.va...@gmail.com' of
git://git.denx.de/u-boot-staging (2012-04-09 21:34:27 +0200)

are available in the git repository at:

   git://www.denx.de/git/u-boot-imx.git master

Anatolij Gustschin (1):
   ARM1136: add cache flush and invalidate operations

Eric Nelson (3):
   i.MX6: define CACHELINE_SIZE
   i.MX6: implement enable_caches()
   i.MX6: mx6qsabrelite: add cache commands if cache is enabled

Fabio Estevam (4):
   mx28: Split the README into a common part and a m28 specific part
   mx28evk: Add a README file
   mx6qsabrelite: Add boot switch setting information into the README
   mx6qsabrelite: Fix the serial console port

Marek Vasut (4):
   i.MX28: Fix initial stack pointer position
   i.MX28: Allow coexistence of PIO and DMA mode for SD/MMC
   DMA: Split the APBH DMA init into block and channel init
   M28: Pull out CONFIG_APBH_DMA so it's always enabled

Stefano Babic (7):
   ARM: 926ejs: use debug() for misaligned addresses
   mx35: flea3: fix when cache functions are linked
   mx35: mx35pdk: fix when cache functions are linked
   MX31: mx31pdk: drop enable_caches from board file
   ARM: add u-boot.imx as target for i.MX SOCs
   ARM1136: MX35: Make asm routines volatile in cache ops
   MX35: mx35pdk: wrong board revision

Troy Kisky (1):
   MX53: DDR: Fix ZQHWCTRL field TZQ_CS

Vikram Narayanan (4):
   imx: Remove unneeded/repititive definitions from imx headers
   imx: Add GPIO_TO_PORT macro in the mxc_gpio driver
   imx: Use GPIO_TO_PORT macro in the gpio driver instead of (gpio  5)
   imx: Return gpio_set_value in gpio_direction_output

  arch/arm/cpu/arm1136/cpu.c |  103 -
  arch/arm/cpu/arm926ejs/cache.c |2 +-
  arch/arm/cpu/arm926ejs/mx28/mx28.c |6 +
  arch/arm/cpu/armv7/config.mk   |3 +
  arch/arm/cpu/armv7/mx6/soc.c   |8 +
  arch/arm/include/asm/arch-mx28/dma.h   |4 +-
  arch/arm/include/asm/arch-mx35/mx35_pins.h |2 -
  arch/arm/include/asm/arch-mx5/mx5x_pins.h  |2 -
  arch/arm/include/asm/arch-mx6/imx-regs.h   |4 +-
  board/freescale/mx31pdk/mx31pdk.c  |8 -
  board/freescale/mx35pdk/mx35pdk.c  |   11 --
  board/freescale/mx53ard/imximage_dd3.cfg   |2 +-
  board/freescale/mx53evk/imximage.cfg   |2 +-
  board/freescale/mx53loco/imximage.cfg  |2 +-
  board/freescale/mx53smd/imximage.cfg   |2 +-
  doc/README.m28 |  219
+--
  doc/README.mx28_common |  226

  doc/README.mx28evk |   29 
  doc/README.mx6qsabrelite   |3 +-
  drivers/dma/apbh_dma.c |   38 ++---
  drivers/gpio/mxc_gpio.c|   12 +-
  drivers/mmc/mxsmmc.c   |   53 +++-
  drivers/mtd/nand/mxs_nand.c|   11 +-
  include/configs/flea3.h|2 +
  include/configs/m28evk.h   |8 +-
  include/configs/mx28evk.h  |2 +-
  include/configs/mx35pdk.h  |3 +-
  include/configs/mx6qarm2.h |2 +
  include/configs/mx6qsabrelite.h|8 +-
  29 files changed, 492 insertions(+), 285 deletions(-)
  create mode 100644 doc/README.mx28_common
  create mode 100644 doc/README.mx28evk


Stefano


Applied to u-boot-arm/master, thanks!

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


[U-Boot] [GIT PULL] Pull request: u-boot-imx

2012-04-11 Thread Stefano Babic
Hi Albert,

please pull from u-boot-imx. Note: I rebased on u-boot mainline, because
I needed some patches for testing that were merged by Wolfgang, and I
could not find in u-boot-arm. Let me know if this is a problem for you ;-)

The following changes since commit 3f0675d1a532dbf1fd906103e4b61a6fb842c257:

  Merge branch 'marek.va...@gmail.com' of
git://git.denx.de/u-boot-staging (2012-04-09 21:34:27 +0200)

are available in the git repository at:

  git://www.denx.de/git/u-boot-imx.git master

Anatolij Gustschin (1):
  ARM1136: add cache flush and invalidate operations

Eric Nelson (3):
  i.MX6: define CACHELINE_SIZE
  i.MX6: implement enable_caches()
  i.MX6: mx6qsabrelite: add cache commands if cache is enabled

Fabio Estevam (4):
  mx28: Split the README into a common part and a m28 specific part
  mx28evk: Add a README file
  mx6qsabrelite: Add boot switch setting information into the README
  mx6qsabrelite: Fix the serial console port

Marek Vasut (4):
  i.MX28: Fix initial stack pointer position
  i.MX28: Allow coexistence of PIO and DMA mode for SD/MMC
  DMA: Split the APBH DMA init into block and channel init
  M28: Pull out CONFIG_APBH_DMA so it's always enabled

Stefano Babic (7):
  ARM: 926ejs: use debug() for misaligned addresses
  mx35: flea3: fix when cache functions are linked
  mx35: mx35pdk: fix when cache functions are linked
  MX31: mx31pdk: drop enable_caches from board file
  ARM: add u-boot.imx as target for i.MX SOCs
  ARM1136: MX35: Make asm routines volatile in cache ops
  MX35: mx35pdk: wrong board revision

Troy Kisky (1):
  MX53: DDR: Fix ZQHWCTRL field TZQ_CS

Vikram Narayanan (4):
  imx: Remove unneeded/repititive definitions from imx headers
  imx: Add GPIO_TO_PORT macro in the mxc_gpio driver
  imx: Use GPIO_TO_PORT macro in the gpio driver instead of (gpio  5)
  imx: Return gpio_set_value in gpio_direction_output

 arch/arm/cpu/arm1136/cpu.c |  103 -
 arch/arm/cpu/arm926ejs/cache.c |2 +-
 arch/arm/cpu/arm926ejs/mx28/mx28.c |6 +
 arch/arm/cpu/armv7/config.mk   |3 +
 arch/arm/cpu/armv7/mx6/soc.c   |8 +
 arch/arm/include/asm/arch-mx28/dma.h   |4 +-
 arch/arm/include/asm/arch-mx35/mx35_pins.h |2 -
 arch/arm/include/asm/arch-mx5/mx5x_pins.h  |2 -
 arch/arm/include/asm/arch-mx6/imx-regs.h   |4 +-
 board/freescale/mx31pdk/mx31pdk.c  |8 -
 board/freescale/mx35pdk/mx35pdk.c  |   11 --
 board/freescale/mx53ard/imximage_dd3.cfg   |2 +-
 board/freescale/mx53evk/imximage.cfg   |2 +-
 board/freescale/mx53loco/imximage.cfg  |2 +-
 board/freescale/mx53smd/imximage.cfg   |2 +-
 doc/README.m28 |  219
+--
 doc/README.mx28_common |  226

 doc/README.mx28evk |   29 
 doc/README.mx6qsabrelite   |3 +-
 drivers/dma/apbh_dma.c |   38 ++---
 drivers/gpio/mxc_gpio.c|   12 +-
 drivers/mmc/mxsmmc.c   |   53 +++-
 drivers/mtd/nand/mxs_nand.c|   11 +-
 include/configs/flea3.h|2 +
 include/configs/m28evk.h   |8 +-
 include/configs/mx28evk.h  |2 +-
 include/configs/mx35pdk.h  |3 +-
 include/configs/mx6qarm2.h |2 +
 include/configs/mx6qsabrelite.h|8 +-
 29 files changed, 492 insertions(+), 285 deletions(-)
 create mode 100644 doc/README.mx28_common
 create mode 100644 doc/README.mx28evk


Stefano

-- 
=
DENX Software Engineering GmbH, MD: Wolfgang Denk  Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sba...@denx.de
=
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [GIT PULL] Pull request: u-boot-imx

2012-03-27 Thread Stefano Babic
On 26/03/2012 23:08, Albert ARIBAUD wrote:
 Le 26/03/2012 22:45, Albert ARIBAUD a écrit :
 Hi Stefano,

 Le 08/03/2012 08:52, Stefano Babic a écrit :
 Hi Albert,

 please pull from u-boot-imx, thanks.

 The following changes since commit
 32ec258f829808dd7cf74fd83ba999fdaaeab715:

 IXP: Fix GPIO_INT_ACT_LOW_SET() (2012-03-08 08:11:45 +0100)

 are available in the git repository at:
 git://www.denx.de/git/u-boot-imx.git master

 Dirk Behme (1):
 imximage: Remove overwriting of flash_offset

 Eric Nelson (2):
 i.MX6: mx6qsabrelite: add ext2 support
 mx6q: mx6qsabrelite: setup_spi() should be called in board_init to
 allow use for environment

 Fabio Estevam (5):
 mx51evk: Fix CONFIG_SYS_MEMTEST_END
 mx53evk: Fix CONFIG_SYS_MEMTEST_END
 mx53smd: Fix CONFIG_SYS_MEMTEST_END
 efikamx: Fix CONFIG_SYS_MEMTEST_END
 mx31pdk: Fix CONFIG_SYS_MEMTEST_END

 Helmut Raiger (1):
 mx31: add ARM11P power gating to get_reset_cause

 arch/arm/cpu/arm1136/mx31/generic.c | 2 ++
 board/freescale/mx6qsabrelite/mx6qsabrelite.c | 8 
 include/configs/efikamx.h | 2 +-
 include/configs/mx31pdk.h | 2 +-
 include/configs/mx51evk.h | 2 +-
 include/configs/mx53evk.h | 2 +-
 include/configs/mx53smd.h | 2 +-
 include/configs/mx6qsabrelite.h | 1 +
 tools/imximage.c | 18 ++
 tools/imximage.h | 1 +
 10 files changed, 27 insertions(+), 13 deletions(-)

 Applied to u-boot-arm/master, thanks.

 Amicalement,
 
 Correction: I seem to have misapplied this and the TI tree, so I rolled
 back my changes...
 
 The imx master branch has moved and no longer starts with the commits
 above from the base above. Stefano, can you rebase on u-boot-arm and
 re-issue an up-to-date request?

Yes, you're right- I had to rebase on u-boot.git because I needed some
fixes. I will resend my pull request.

Stefano
 
 Amicalement,


-- 
=
DENX Software Engineering GmbH, MD: Wolfgang Denk  Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sba...@denx.de
=
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [GIT PULL] Pull request: u-boot-imx

2012-03-26 Thread Albert ARIBAUD

Hi Stefano,

Le 08/03/2012 08:52, Stefano Babic a écrit :

Hi Albert,

please pull from u-boot-imx, thanks.

The following changes since commit 32ec258f829808dd7cf74fd83ba999fdaaeab715:

   IXP: Fix GPIO_INT_ACT_LOW_SET() (2012-03-08 08:11:45 +0100)

are available in the git repository at:
   git://www.denx.de/git/u-boot-imx.git master

Dirk Behme (1):
   imximage: Remove overwriting of flash_offset

Eric Nelson (2):
   i.MX6: mx6qsabrelite: add ext2 support
   mx6q: mx6qsabrelite: setup_spi() should be called in board_init to
allow use for environment

Fabio Estevam (5):
   mx51evk: Fix CONFIG_SYS_MEMTEST_END
   mx53evk: Fix CONFIG_SYS_MEMTEST_END
   mx53smd: Fix CONFIG_SYS_MEMTEST_END
   efikamx: Fix CONFIG_SYS_MEMTEST_END
   mx31pdk: Fix CONFIG_SYS_MEMTEST_END

Helmut Raiger (1):
   mx31: add ARM11P power gating to get_reset_cause

  arch/arm/cpu/arm1136/mx31/generic.c   |2 ++
  board/freescale/mx6qsabrelite/mx6qsabrelite.c |8 
  include/configs/efikamx.h |2 +-
  include/configs/mx31pdk.h |2 +-
  include/configs/mx51evk.h |2 +-
  include/configs/mx53evk.h |2 +-
  include/configs/mx53smd.h |2 +-
  include/configs/mx6qsabrelite.h   |1 +
  tools/imximage.c  |   18 ++
  tools/imximage.h  |1 +
  10 files changed, 27 insertions(+), 13 deletions(-)


Applied to u-boot-arm/master, thanks.

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


Re: [U-Boot] [GIT PULL] Pull request: u-boot-imx

2012-03-26 Thread Albert ARIBAUD

Le 26/03/2012 22:45, Albert ARIBAUD a écrit :

Hi Stefano,

Le 08/03/2012 08:52, Stefano Babic a écrit :

Hi Albert,

please pull from u-boot-imx, thanks.

The following changes since commit
32ec258f829808dd7cf74fd83ba999fdaaeab715:

IXP: Fix GPIO_INT_ACT_LOW_SET() (2012-03-08 08:11:45 +0100)

are available in the git repository at:
git://www.denx.de/git/u-boot-imx.git master

Dirk Behme (1):
imximage: Remove overwriting of flash_offset

Eric Nelson (2):
i.MX6: mx6qsabrelite: add ext2 support
mx6q: mx6qsabrelite: setup_spi() should be called in board_init to
allow use for environment

Fabio Estevam (5):
mx51evk: Fix CONFIG_SYS_MEMTEST_END
mx53evk: Fix CONFIG_SYS_MEMTEST_END
mx53smd: Fix CONFIG_SYS_MEMTEST_END
efikamx: Fix CONFIG_SYS_MEMTEST_END
mx31pdk: Fix CONFIG_SYS_MEMTEST_END

Helmut Raiger (1):
mx31: add ARM11P power gating to get_reset_cause

arch/arm/cpu/arm1136/mx31/generic.c | 2 ++
board/freescale/mx6qsabrelite/mx6qsabrelite.c | 8 
include/configs/efikamx.h | 2 +-
include/configs/mx31pdk.h | 2 +-
include/configs/mx51evk.h | 2 +-
include/configs/mx53evk.h | 2 +-
include/configs/mx53smd.h | 2 +-
include/configs/mx6qsabrelite.h | 1 +
tools/imximage.c | 18 ++
tools/imximage.h | 1 +
10 files changed, 27 insertions(+), 13 deletions(-)


Applied to u-boot-arm/master, thanks.

Amicalement,


Correction: I seem to have misapplied this and the TI tree, so I rolled 
back my changes...


The imx master branch has moved and no longer starts with the commits 
above from the base above. Stefano, can you rebase on u-boot-arm and 
re-issue an up-to-date request?


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


[U-Boot] [GIT PULL] Pull request: u-boot-imx

2012-03-07 Thread Stefano Babic
Hi Albert,

please pull from u-boot-imx, thanks.

The following changes since commit 32ec258f829808dd7cf74fd83ba999fdaaeab715:

  IXP: Fix GPIO_INT_ACT_LOW_SET() (2012-03-08 08:11:45 +0100)

are available in the git repository at:
  git://www.denx.de/git/u-boot-imx.git master

Dirk Behme (1):
  imximage: Remove overwriting of flash_offset

Eric Nelson (2):
  i.MX6: mx6qsabrelite: add ext2 support
  mx6q: mx6qsabrelite: setup_spi() should be called in board_init to
allow use for environment

Fabio Estevam (5):
  mx51evk: Fix CONFIG_SYS_MEMTEST_END
  mx53evk: Fix CONFIG_SYS_MEMTEST_END
  mx53smd: Fix CONFIG_SYS_MEMTEST_END
  efikamx: Fix CONFIG_SYS_MEMTEST_END
  mx31pdk: Fix CONFIG_SYS_MEMTEST_END

Helmut Raiger (1):
  mx31: add ARM11P power gating to get_reset_cause

 arch/arm/cpu/arm1136/mx31/generic.c   |2 ++
 board/freescale/mx6qsabrelite/mx6qsabrelite.c |8 
 include/configs/efikamx.h |2 +-
 include/configs/mx31pdk.h |2 +-
 include/configs/mx51evk.h |2 +-
 include/configs/mx53evk.h |2 +-
 include/configs/mx53smd.h |2 +-
 include/configs/mx6qsabrelite.h   |1 +
 tools/imximage.c  |   18 ++
 tools/imximage.h  |1 +
 10 files changed, 27 insertions(+), 13 deletions(-)

-- 
=
DENX Software Engineering GmbH, MD: Wolfgang Denk  Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80  Email: off...@denx.de
=
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [GIT PULL] Pull request: u-boot-imx

2012-03-05 Thread Albert ARIBAUD

Hi Stefano,

Le 03/03/2012 12:38, Stefano Babic a écrit :

Hi Albert,

please pull from u-boot-imx, thanks.

The following changes since commit 2271e7c6e8eef883b834fb7d07911848a54fde13:

   Ethernut 5: fix build error (2012-02-29 01:06:56 +0100)

are available in the git repository at:
   git://www.denx.de/git/u-boot-imx.git master

Dirk Behme (1):
   mx6q: mx6qsabrelite: Update the README

Marek Vasut (3):
   M28: Fix LCD PINMUX
   M28: Support for the old M28 SoM v1.0
   i.MX28: Reformat the DRAM memory configuration data

Robert Delien (5):
   i.mx28: Added register definitions for DIGCTL registers
   i.mx28: Replaced magic numbers for scratch register addresses with
register definitions
   Renamed mx28_register to mx28_register_32 to prepare for
mx28_register_8
   Introducing 8-bit wide register, mx28_register_8
   Fix erroneous 32-bit access to hw_clkctrl_frac0 and
hw_clkctrl_frac1 registers

Wolfgang Grandegger (2):
   usb/ehci: Add USB support for the MX6Q
   mx6qsabrelite: add and enable USB Host 1 support

  arch/arm/cpu/arm926ejs/mx28/clock.c   |   74 +++-
  arch/arm/cpu/arm926ejs/mx28/iomux.c   |6 +-
  arch/arm/cpu/arm926ejs/mx28/mx28.c|   14 +-
  arch/arm/cpu/arm926ejs/mx28/spl_mem_init.c|  120 ++--
  arch/arm/cpu/armv7/mx6/clock.c|   13 ++
  arch/arm/include/asm/arch-mx28/imx-regs.h |1 +
  arch/arm/include/asm/arch-mx28/regs-apbh.h|  254

  arch/arm/include/asm/arch-mx28/regs-bch.h |   42 ++--
  arch/arm/include/asm/arch-mx28/regs-clkctrl.h |   98 --
  arch/arm/include/asm/arch-mx28/regs-common.h  |   28 ++-
  arch/arm/include/asm/arch-mx28/regs-digctl.h  |  155 +++
  arch/arm/include/asm/arch-mx28/regs-gpmi.h|   26 ++--
  arch/arm/include/asm/arch-mx28/regs-i2c.h |   28 ++--
  arch/arm/include/asm/arch-mx28/regs-ocotp.h   |   86 
  arch/arm/include/asm/arch-mx28/regs-pinctrl.h |  168 
  arch/arm/include/asm/arch-mx28/regs-power.h   |   28 ++--
  arch/arm/include/asm/arch-mx28/regs-rtc.h |   28 ++--
  arch/arm/include/asm/arch-mx28/regs-ssp.h |   40 ++--
  arch/arm/include/asm/arch-mx28/regs-timrot.h  |   38 ++--
  arch/arm/include/asm/arch-mx28/regs-usbphy.h  |   20 +-
  arch/arm/include/asm/arch-mx28/sys_proto.h|   10 +-
  arch/arm/include/asm/arch-mx6/clock.h |1 +
  arch/arm/include/asm/arch-mx6/imx-regs.h  |3 +
  board/denx/m28evk/spl_boot.c  |   16 +-
  board/freescale/mx6qsabrelite/mx6qsabrelite.c |   18 ++
  doc/README.mx6qsabrelite  |   12 +-
  drivers/gpio/mxs_gpio.c   |   16 +-
  drivers/usb/host/Makefile |1 +
  drivers/usb/host/ehci-mx6.c   |  205 
  drivers/usb/host/ehci-mxs.c   |8 +-
  include/configs/mx6qsabrelite.h   |   13 ++
  31 files changed, 988 insertions(+), 582 deletions(-)
  create mode 100644 arch/arm/include/asm/arch-mx28/regs-digctl.h
  create mode 100644 drivers/usb/host/ehci-mx6.c

Best regards,
Stefano Babic


Applied to u-boot-arm/master, thanks.

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


[U-Boot] [GIT PULL] Pull request: u-boot-imx

2012-03-03 Thread Stefano Babic
Hi Albert,

please pull from u-boot-imx, thanks.

The following changes since commit 2271e7c6e8eef883b834fb7d07911848a54fde13:

  Ethernut 5: fix build error (2012-02-29 01:06:56 +0100)

are available in the git repository at:
  git://www.denx.de/git/u-boot-imx.git master

Dirk Behme (1):
  mx6q: mx6qsabrelite: Update the README

Marek Vasut (3):
  M28: Fix LCD PINMUX
  M28: Support for the old M28 SoM v1.0
  i.MX28: Reformat the DRAM memory configuration data

Robert Delien (5):
  i.mx28: Added register definitions for DIGCTL registers
  i.mx28: Replaced magic numbers for scratch register addresses with
register definitions
  Renamed mx28_register to mx28_register_32 to prepare for
mx28_register_8
  Introducing 8-bit wide register, mx28_register_8
  Fix erroneous 32-bit access to hw_clkctrl_frac0 and
hw_clkctrl_frac1 registers

Wolfgang Grandegger (2):
  usb/ehci: Add USB support for the MX6Q
  mx6qsabrelite: add and enable USB Host 1 support

 arch/arm/cpu/arm926ejs/mx28/clock.c   |   74 +++-
 arch/arm/cpu/arm926ejs/mx28/iomux.c   |6 +-
 arch/arm/cpu/arm926ejs/mx28/mx28.c|   14 +-
 arch/arm/cpu/arm926ejs/mx28/spl_mem_init.c|  120 ++--
 arch/arm/cpu/armv7/mx6/clock.c|   13 ++
 arch/arm/include/asm/arch-mx28/imx-regs.h |1 +
 arch/arm/include/asm/arch-mx28/regs-apbh.h|  254

 arch/arm/include/asm/arch-mx28/regs-bch.h |   42 ++--
 arch/arm/include/asm/arch-mx28/regs-clkctrl.h |   98 --
 arch/arm/include/asm/arch-mx28/regs-common.h  |   28 ++-
 arch/arm/include/asm/arch-mx28/regs-digctl.h  |  155 +++
 arch/arm/include/asm/arch-mx28/regs-gpmi.h|   26 ++--
 arch/arm/include/asm/arch-mx28/regs-i2c.h |   28 ++--
 arch/arm/include/asm/arch-mx28/regs-ocotp.h   |   86 
 arch/arm/include/asm/arch-mx28/regs-pinctrl.h |  168 
 arch/arm/include/asm/arch-mx28/regs-power.h   |   28 ++--
 arch/arm/include/asm/arch-mx28/regs-rtc.h |   28 ++--
 arch/arm/include/asm/arch-mx28/regs-ssp.h |   40 ++--
 arch/arm/include/asm/arch-mx28/regs-timrot.h  |   38 ++--
 arch/arm/include/asm/arch-mx28/regs-usbphy.h  |   20 +-
 arch/arm/include/asm/arch-mx28/sys_proto.h|   10 +-
 arch/arm/include/asm/arch-mx6/clock.h |1 +
 arch/arm/include/asm/arch-mx6/imx-regs.h  |3 +
 board/denx/m28evk/spl_boot.c  |   16 +-
 board/freescale/mx6qsabrelite/mx6qsabrelite.c |   18 ++
 doc/README.mx6qsabrelite  |   12 +-
 drivers/gpio/mxs_gpio.c   |   16 +-
 drivers/usb/host/Makefile |1 +
 drivers/usb/host/ehci-mx6.c   |  205 
 drivers/usb/host/ehci-mxs.c   |8 +-
 include/configs/mx6qsabrelite.h   |   13 ++
 31 files changed, 988 insertions(+), 582 deletions(-)
 create mode 100644 arch/arm/include/asm/arch-mx28/regs-digctl.h
 create mode 100644 drivers/usb/host/ehci-mx6.c

Best regards,
Stefano Babic

-- 
=
DENX Software Engineering GmbH, MD: Wolfgang Denk  Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80  Email: off...@denx.de
=
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [GIT PULL] Pull request: u-boot-imx

2012-02-19 Thread Stefano Babic
Hi Albert,

please pull from u-boot-imx, thanks.

The following changes since commit 4608adb8f66f3a70379fcc108755f88454af0d08:

  integrator: update the Integrator/CP config (2012-02-18 16:44:39 +0100)

are available in the git repository at:
  git://www.denx.de/git/u-boot-imx.git master

Helmut Raiger (3):
  tt01: fix environment size
  tt01: add video support
  tt01: fix hush parser config, add release config

Troy Kisky (5):
  net: fec_mxc: add 1000 Mbps selection
  net: fec_mxc: add PHYLIB support
  net: phy: add support for Micrel's KSZ9021
  net: phy: make board_phy_config responsible for calling drv-config
  i.mx6q: mx6qsabrelite: Update the network configuration

 arch/arm/include/asm/arch-mx31/sys_proto.h|1 +
 arch/arm/include/asm/arch-mx6/imx-regs.h  |1 +
 board/freescale/corenet_ds/eth_p4080.c|2 +
 board/freescale/mpc8544ds/mpc8544ds.c |2 +
 board/freescale/mx6qsabrelite/mx6qsabrelite.c |   47 ++-
 board/hale/tt01/tt01.c|   21 +++
 drivers/net/fec_mxc.c |  165
+
 drivers/net/fec_mxc.h |7 +
 drivers/net/phy/micrel.c  |   87 +
 drivers/net/phy/phy.c |5 +-
 include/configs/mx6qsabrelite.h   |2 +
 include/configs/tt01.h|   40 ++-
 include/micrel.h  |   16 +++
 include/phy.h |1 +
 14 files changed, 307 insertions(+), 90 deletions(-)
 create mode 100644 include/micrel.h


-- 
=
DENX Software Engineering GmbH, MD: Wolfgang Denk  Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80  Email: off...@denx.de
=
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [GIT PULL] Pull request: u-boot-imx

2012-02-19 Thread Albert ARIBAUD

Hi Stefano,

Le 20/02/2012 08:10, Stefano Babic a écrit :

Hi Albert,

please pull from u-boot-imx, thanks.

The following changes since commit 4608adb8f66f3a70379fcc108755f88454af0d08:

   integrator: update the Integrator/CP config (2012-02-18 16:44:39 +0100)

are available in the git repository at:
   git://www.denx.de/git/u-boot-imx.git master

Helmut Raiger (3):
   tt01: fix environment size
   tt01: add video support
   tt01: fix hush parser config, add release config

Troy Kisky (5):
   net: fec_mxc: add 1000 Mbps selection
   net: fec_mxc: add PHYLIB support
   net: phy: add support for Micrel's KSZ9021
   net: phy: make board_phy_config responsible for calling drv-config
   i.mx6q: mx6qsabrelite: Update the network configuration

  arch/arm/include/asm/arch-mx31/sys_proto.h|1 +
  arch/arm/include/asm/arch-mx6/imx-regs.h  |1 +
  board/freescale/corenet_ds/eth_p4080.c|2 +
  board/freescale/mpc8544ds/mpc8544ds.c |2 +
  board/freescale/mx6qsabrelite/mx6qsabrelite.c |   47 ++-
  board/hale/tt01/tt01.c|   21 +++
  drivers/net/fec_mxc.c |  165
+
  drivers/net/fec_mxc.h |7 +
  drivers/net/phy/micrel.c  |   87 +
  drivers/net/phy/phy.c |5 +-
  include/configs/mx6qsabrelite.h   |2 +
  include/configs/tt01.h|   40 ++-
  include/micrel.h  |   16 +++
  include/phy.h |1 +
  14 files changed, 307 insertions(+), 90 deletions(-)
  create mode 100644 include/micrel.h


Applied to u-boot-arm/master, thanks!

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


Re: [U-Boot] [GIT PULL] Pull request: u-boot-imx

2012-02-13 Thread Albert ARIBAUD

Hi Stefano,

Le 12/02/2012 17:06, Stefano Babic a écrit :

Hi Albert,

please pull from u-boot-imx.

The following changes since commit 9a3aae22edf1eda6326cc51c28631ca5c23b7706:

   arm, davinci: Add support for the Calimain board from OMICRON
electronics (2012-02-12 10:11:33 +0100)

are available in the git repository at:
   git://www.denx.de/git/u-boot-imx.git master

Eric Nelson (6):
   mx6q: define GPIO macros for translating between ordinals and
port:index
   mxc_spi: move machine specifics into CPU headers
   mx6q: Add support for ECSPI through mxc_spi driver
   mx6q: mx6qsabrelite: Add ECSPI support to the Sabrelite platform
   mx6q: mx6qsabrelite: Provide default serial flash bus and chip-select
   mx6q: mx6qsabrelite: Conditionally define macros for environment
in serial flash

Fabio Estevam (7):
   mx53loco: Use gpio_direction_input prior to gpio_get_value
   mx53ard: Use gpio_direction_input prior to gpio_get_value
   mx53evk: Use gpio_direction_input prior to gpio_get_value
   mx53smd: Use gpio_direction_input prior to gpio_get_value
   mx51evk: Use gpio_direction_input prior to gpio_get_value
   mx35: generic: Let get_reset_cause be defined only when
CONFIG_DISPLAY_CPUINFO is selected
   mx35pdk: Remove duplicate CPU revision and reset cause information

Marek Vasut (2):
   i.MX28: Fix VDDIO and VDDA setup
   MX28: Fix get_timer() / get_tbclk() issue

Matthias Fuchs (4):
   mx28evk: add RTC support
   mx28evk: add USB support
   mx28evk: add SPI support
   mx28: fix SPL code to make USB booting work

Shawn Guo (1):
   common/image.c: align usage of fdt_high with initrd_high

Stefano Babic (4):
   MX35: add missing get_ticks() and get_tbclk()
   MX31: add missing get_tbclk()
   MX5/MX6: add missing get_ticks() and get_tbclk()
   MX27: add missing get_tbclk()

  README|8 ++
  arch/arm/cpu/arm1136/mx31/timer.c |9 ++
  arch/arm/cpu/arm1136/mx35/generic.c   |2 +-
  arch/arm/cpu/arm1136/mx35/timer.c |  103
+++-
  arch/arm/cpu/arm926ejs/mx27/timer.c   |5 +
  arch/arm/cpu/arm926ejs/mx28/spl_power_init.c  |   16 +++-
  arch/arm/cpu/arm926ejs/mx28/start.S   |   21 +-
  arch/arm/cpu/arm926ejs/mx28/timer.c   |   19 -
  arch/arm/cpu/armv7/imx-common/timer.c |   75 ++-
  arch/arm/include/asm/arch-mx31/imx-regs.h |   27 +++
  arch/arm/include/asm/arch-mx35/imx-regs.h |   25 ++
  arch/arm/include/asm/arch-mx5/imx-regs.h  |   30 +++
  arch/arm/include/asm/arch-mx6/imx-regs.h  |   48 
  board/freescale/mx28evk/iomux.c   |8 ++
  board/freescale/mx28evk/mx28evk.c |7 ++
  board/freescale/mx35pdk/mx35pdk.c |   27 +--
  board/freescale/mx51evk/mx51evk.c |2 +
  board/freescale/mx53ard/mx53ard.c |2 +
  board/freescale/mx53evk/mx53evk.c |2 +
  board/freescale/mx53loco/mx53loco.c   |2 +
  board/freescale/mx53smd/mx53smd.c |1 +
  board/freescale/mx6qsabrelite/imximage.cfg|2 +-
  board/freescale/mx6qsabrelite/mx6qsabrelite.c |   25 ++
  common/image.c|   12 +--
  drivers/spi/mxc_spi.c |   93
++-
  include/configs/mx28evk.h |   64 +++-
  include/configs/mx6qsabrelite.h   |   29 ++-
  27 files changed, 472 insertions(+), 192 deletions(-)

Best regards,
Stefano


Applied to u-boot-arm/master, thanks!

(that's not on u-boot/master yet though, as my pull request was sent out 
before this one)


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


[U-Boot] [GIT PULL] Pull request: u-boot-imx

2012-02-12 Thread Stefano Babic
Hi Albert,

please pull from u-boot-imx.

The following changes since commit 9a3aae22edf1eda6326cc51c28631ca5c23b7706:

  arm, davinci: Add support for the Calimain board from OMICRON
electronics (2012-02-12 10:11:33 +0100)

are available in the git repository at:
  git://www.denx.de/git/u-boot-imx.git master

Eric Nelson (6):
  mx6q: define GPIO macros for translating between ordinals and
port:index
  mxc_spi: move machine specifics into CPU headers
  mx6q: Add support for ECSPI through mxc_spi driver
  mx6q: mx6qsabrelite: Add ECSPI support to the Sabrelite platform
  mx6q: mx6qsabrelite: Provide default serial flash bus and chip-select
  mx6q: mx6qsabrelite: Conditionally define macros for environment
in serial flash

Fabio Estevam (7):
  mx53loco: Use gpio_direction_input prior to gpio_get_value
  mx53ard: Use gpio_direction_input prior to gpio_get_value
  mx53evk: Use gpio_direction_input prior to gpio_get_value
  mx53smd: Use gpio_direction_input prior to gpio_get_value
  mx51evk: Use gpio_direction_input prior to gpio_get_value
  mx35: generic: Let get_reset_cause be defined only when
CONFIG_DISPLAY_CPUINFO is selected
  mx35pdk: Remove duplicate CPU revision and reset cause information

Marek Vasut (2):
  i.MX28: Fix VDDIO and VDDA setup
  MX28: Fix get_timer() / get_tbclk() issue

Matthias Fuchs (4):
  mx28evk: add RTC support
  mx28evk: add USB support
  mx28evk: add SPI support
  mx28: fix SPL code to make USB booting work

Shawn Guo (1):
  common/image.c: align usage of fdt_high with initrd_high

Stefano Babic (4):
  MX35: add missing get_ticks() and get_tbclk()
  MX31: add missing get_tbclk()
  MX5/MX6: add missing get_ticks() and get_tbclk()
  MX27: add missing get_tbclk()

 README|8 ++
 arch/arm/cpu/arm1136/mx31/timer.c |9 ++
 arch/arm/cpu/arm1136/mx35/generic.c   |2 +-
 arch/arm/cpu/arm1136/mx35/timer.c |  103
+++-
 arch/arm/cpu/arm926ejs/mx27/timer.c   |5 +
 arch/arm/cpu/arm926ejs/mx28/spl_power_init.c  |   16 +++-
 arch/arm/cpu/arm926ejs/mx28/start.S   |   21 +-
 arch/arm/cpu/arm926ejs/mx28/timer.c   |   19 -
 arch/arm/cpu/armv7/imx-common/timer.c |   75 ++-
 arch/arm/include/asm/arch-mx31/imx-regs.h |   27 +++
 arch/arm/include/asm/arch-mx35/imx-regs.h |   25 ++
 arch/arm/include/asm/arch-mx5/imx-regs.h  |   30 +++
 arch/arm/include/asm/arch-mx6/imx-regs.h  |   48 
 board/freescale/mx28evk/iomux.c   |8 ++
 board/freescale/mx28evk/mx28evk.c |7 ++
 board/freescale/mx35pdk/mx35pdk.c |   27 +--
 board/freescale/mx51evk/mx51evk.c |2 +
 board/freescale/mx53ard/mx53ard.c |2 +
 board/freescale/mx53evk/mx53evk.c |2 +
 board/freescale/mx53loco/mx53loco.c   |2 +
 board/freescale/mx53smd/mx53smd.c |1 +
 board/freescale/mx6qsabrelite/imximage.cfg|2 +-
 board/freescale/mx6qsabrelite/mx6qsabrelite.c |   25 ++
 common/image.c|   12 +--
 drivers/spi/mxc_spi.c |   93
++-
 include/configs/mx28evk.h |   64 +++-
 include/configs/mx6qsabrelite.h   |   29 ++-
 27 files changed, 472 insertions(+), 192 deletions(-)

Best regards,
Stefano

-- 
=
DENX Software Engineering GmbH, MD: Wolfgang Denk  Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80  Email: off...@denx.de
=
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [GIT PULL] Pull request: u-boot-imx

2012-02-05 Thread Stefano Babic
On 04/02/2012 17:57, Albert ARIBAUD wrote:
 Hi Stefano,
 
Hi Albert,

 Do you want me to ignore these and honor the initial 11-commit pull
 request, or would you prefer to issue an [UPDATE] pull req for the whole
 16 commits?

I send yaou an update pull req, thanks.

Stefano

-- 
=
DENX Software Engineering GmbH, MD: Wolfgang Denk  Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80  Email: off...@denx.de
=
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [GIT PULL] Pull request: u-boot-imx

2012-02-04 Thread Albert ARIBAUD

Hi Stefano,

Le 22/01/2012 14:06, Stefano Babic a écrit :

Hi Albert,

please pull from u-boot-imx, thanks.

The following changes since commit 5d250e52ffd5554834a45ac8d53762fbbf36933c:

   tegra2: Enable data cache (2012-01-18 15:54:07 -0700)

are available in the git repository at:
   git://www.denx.de/git/u-boot-imx.git master


This branch has moved since the pull request and now includes, in 
addition to the 11 commits mentioned in your request, the following 5 
new commits:


Fabio Estevam (1):
  mx28: Show CPU frequency

Helmut Raiger (2):
  mc13783.h: create and add regulator mode 0 and 1
  tt01: add MMC support

Jason Liu (1):
  i.mx: i.mx5: update imx_get_mac_from_fuse function

Matthias Fuchs (1):
  mx28: fix i.MX28 spi driver

Do you want me to ignore these and honor the initial 11-commit pull 
request, or would you prefer to issue an [UPDATE] pull req for the whole 
16 commits?


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


[U-Boot] [GIT PULL] Pull request: u-boot-imx

2012-01-22 Thread Stefano Babic
Hi Albert,

please pull from u-boot-imx, thanks.

The following changes since commit 5d250e52ffd5554834a45ac8d53762fbbf36933c:

  tegra2: Enable data cache (2012-01-18 15:54:07 -0700)

are available in the git repository at:
  git://www.denx.de/git/u-boot-imx.git master

Dirk Behme (4):
  imximage: Add MX53 to the documentation
  imximage: Add support for i.MX6
  imximage: Sort bootops alphabetically
  i.mx6q: configs: Add fdt_high and initrd_high variables

Fabio Estevam (2):
  sdhc_boot: Introduce CONFIG_FSL_FIXED_MMC_LOCATION option
  configs: Remove CONFIG_NET_MULTI from board files

Helmut Raiger (1):
  mmc: access mxcmmc from mx31 boards

Jason Liu (1):
  i.mx6q: mx6qsabrelite: Add the ethernet function support

Stefano Babic (1):
  imx6: mx6qarm2: updated board_mmc_getcd() to the new prototype

Troy Kisky (2):
  i.mx6: mx6x_pins: Fix uart txd definitions
  i.mx6q: mx6qsabrelite: Setup uart1 pinmux

 arch/arm/cpu/arm1136/mx31/generic.c   |1 +
 arch/arm/cpu/arm926ejs/mx27/generic.c |   35 ++--
 arch/arm/include/asm/arch-mx27/clock.h|   22 ++---
 arch/arm/include/asm/arch-mx31/clock.h|3 +-
 arch/arm/include/asm/arch-mx31/imx-regs.h |   11 +++
 arch/arm/include/asm/arch-mx31/sys_proto.h|2 +-
 arch/arm/include/asm/arch-mx6/mx6x_pins.h |   36 +++-
 board/freescale/common/Makefile   |2 +-
 board/freescale/mx6qarm2/mx6qarm2.c   |9 +-
 board/freescale/mx6qsabrelite/mx6qsabrelite.c |  114
+
 doc/README.imximage   |   13 ++--
 drivers/mmc/mxcmmc.c  |8 +-
 include/configs/MPC8536DS.h   |1 +
 include/configs/P1010RDB.h|5 +-
 include/configs/P1_P2_RDB.h   |1 +
 include/configs/P2020COME.h   |1 +
 include/configs/P2020DS.h |1 +
 include/configs/P2041RDB.h|1 +
 include/configs/PM826.h   |2 -
 include/configs/PM828.h   |2 -
 include/configs/cam_enc_4xx.h |1 -
 include/configs/coreboot.h|6 --
 include/configs/corenet_ds.h  |1 +
 include/configs/ecovec.h  |1 -
 include/configs/efikamx.h |1 -
 include/configs/enbw_cmc.h|1 -
 include/configs/ethernut5.h   |1 -
 include/configs/flea3.h   |1 -
 include/configs/m28evk.h  |1 -
 include/configs/mx6qarm2.h|2 +
 include/configs/mx6qsabrelite.h   |   15 +++-
 include/configs/omap3_evm_common.h|1 -
 include/configs/omap3_mvblx.h |1 -
 include/configs/p1_p2_rdb_pc.h|7 +--
 include/configs/tam3517-common.h  |1 -
 tools/imximage.c  |8 +-
 tools/imximage.h  |2 +
 37 files changed, 222 insertions(+), 99 deletions(-)

-- 
=
DENX Software Engineering GmbH, MD: Wolfgang Denk  Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80  Email: off...@denx.de
=
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [GIT PULL] Pull request: u-boot-imx

2012-01-12 Thread Albert ARIBAUD

Hi Stefano,

Le 04/01/2012 17:57, Stefano Babic a écrit :

Hi Albert,

please pull from u-boot-imx, thanks.

The following changes since commit a747cc0a8c55d69a56a6db80a35cdb48c853447d:

   tegra2: Optimize out-of-tree build for Ventana. (2011-12-24 10:23:32
+0100)

are available in the git repository at:
   git://www.denx.de/git/u-boot-imx.git master

Eric Nelson (1):
   i.mx6q: mx6qarm2: Enable the usboh3 clock

Fabio Estevam (6):
   net: imx: Add multi-FEC support for imx_get_mac_from_fuse
   mx28: Let imx_get_mac_from_fuse be common for mx28
   mx28: Let dram_init be common for mx28
   mx28evk: Add initial support for MX28EVK board
   mx28evk: Remove 'all' target from Makefile
   m28evk: Use GENERATED_GBL_DATA_SIZE

Jason Liu (4):
   i.mx: i.mx6q: Add the enet clock function
   fec: add the i.mx6q enet driver support
   i.mx6q: arm2: Add the enet function support
   i.mx6:imx6q: allign MAC address with burned-in ordering

Marek Vasut (1):
   MX28: Fix MXSBOOT segfault if no params specified

Veli-Pekka Peltola (1):
   mx28: remove omap specific config options

  MAINTAINERS|1 +
  arch/arm/cpu/arm1136/mx35/generic.c|2 +-
  arch/arm/cpu/arm926ejs/mx25/generic.c  |2 +-
  arch/arm/cpu/arm926ejs/mx27/generic.c  |2 +-
  arch/arm/cpu/arm926ejs/mx28/mx28.c |   67 +++
  arch/arm/cpu/arm926ejs/mx28/start.S|6 -
  arch/arm/cpu/armv7/mx6/clock.c |5 +
  arch/arm/cpu/armv7/mx6/soc.c   |   16 ++-
  arch/arm/include/asm/arch-mx28/sys_proto.h |2 +
  arch/arm/include/asm/arch-mx6/imx-regs.h   |4 +-
  board/denx/m28evk/m28evk.c |   53 +
  board/freescale/mx28evk/Makefile   |   47 
  board/freescale/mx28evk/iomux.c|  138 ++
  board/freescale/mx28evk/mx28evk.c  |  169
++
  board/freescale/mx28evk/u-boot.bd  |   14 +++
  board/freescale/mx6qarm2/imximage.cfg  |2 +-
  board/freescale/mx6qarm2/mx6qarm2.c|   90 ++
  boards.cfg |1 +
  drivers/net/fec_mxc.c  |   19 +++-
  drivers/net/fec_mxc.h  |9 +-
  include/configs/m28evk.h   |9 ++-
  include/configs/mx28evk.h  |  176

  include/configs/mx6qarm2.h |   12 ++-
  tools/mxsboot.c|3 +
  24 files changed, 769 insertions(+), 80 deletions(-)
  create mode 100644 board/freescale/mx28evk/Makefile
  create mode 100644 board/freescale/mx28evk/iomux.c
  create mode 100644 board/freescale/mx28evk/mx28evk.c
  create mode 100644 board/freescale/mx28evk/u-boot.bd
  create mode 100644 include/configs/mx28evk.h


Applied to u-boot-arm/master, thanks!

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


[U-Boot] [GIT PULL] Pull request: u-boot-imx

2012-01-04 Thread Stefano Babic
Hi Albert,

please pull from u-boot-imx, thanks.

The following changes since commit a747cc0a8c55d69a56a6db80a35cdb48c853447d:

  tegra2: Optimize out-of-tree build for Ventana. (2011-12-24 10:23:32
+0100)

are available in the git repository at:
  git://www.denx.de/git/u-boot-imx.git master

Eric Nelson (1):
  i.mx6q: mx6qarm2: Enable the usboh3 clock

Fabio Estevam (6):
  net: imx: Add multi-FEC support for imx_get_mac_from_fuse
  mx28: Let imx_get_mac_from_fuse be common for mx28
  mx28: Let dram_init be common for mx28
  mx28evk: Add initial support for MX28EVK board
  mx28evk: Remove 'all' target from Makefile
  m28evk: Use GENERATED_GBL_DATA_SIZE

Jason Liu (4):
  i.mx: i.mx6q: Add the enet clock function
  fec: add the i.mx6q enet driver support
  i.mx6q: arm2: Add the enet function support
  i.mx6:imx6q: allign MAC address with burned-in ordering

Marek Vasut (1):
  MX28: Fix MXSBOOT segfault if no params specified

Veli-Pekka Peltola (1):
  mx28: remove omap specific config options

 MAINTAINERS|1 +
 arch/arm/cpu/arm1136/mx35/generic.c|2 +-
 arch/arm/cpu/arm926ejs/mx25/generic.c  |2 +-
 arch/arm/cpu/arm926ejs/mx27/generic.c  |2 +-
 arch/arm/cpu/arm926ejs/mx28/mx28.c |   67 +++
 arch/arm/cpu/arm926ejs/mx28/start.S|6 -
 arch/arm/cpu/armv7/mx6/clock.c |5 +
 arch/arm/cpu/armv7/mx6/soc.c   |   16 ++-
 arch/arm/include/asm/arch-mx28/sys_proto.h |2 +
 arch/arm/include/asm/arch-mx6/imx-regs.h   |4 +-
 board/denx/m28evk/m28evk.c |   53 +
 board/freescale/mx28evk/Makefile   |   47 
 board/freescale/mx28evk/iomux.c|  138 ++
 board/freescale/mx28evk/mx28evk.c  |  169
++
 board/freescale/mx28evk/u-boot.bd  |   14 +++
 board/freescale/mx6qarm2/imximage.cfg  |2 +-
 board/freescale/mx6qarm2/mx6qarm2.c|   90 ++
 boards.cfg |1 +
 drivers/net/fec_mxc.c  |   19 +++-
 drivers/net/fec_mxc.h  |9 +-
 include/configs/m28evk.h   |9 ++-
 include/configs/mx28evk.h  |  176

 include/configs/mx6qarm2.h |   12 ++-
 tools/mxsboot.c|3 +
 24 files changed, 769 insertions(+), 80 deletions(-)
 create mode 100644 board/freescale/mx28evk/Makefile
 create mode 100644 board/freescale/mx28evk/iomux.c
 create mode 100644 board/freescale/mx28evk/mx28evk.c
 create mode 100644 board/freescale/mx28evk/u-boot.bd
 create mode 100644 include/configs/mx28evk.h


-- 
=
DENX Software Engineering GmbH, MD: Wolfgang Denk  Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80  Email: off...@denx.de
=
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [GIT PULL] Pull request: u-boot-imx

2012-01-04 Thread Fabio Estevam
Hi Stefano,

On Wed, Jan 4, 2012 at 2:57 PM, Stefano Babic sba...@denx.de wrote:

 Fabio Estevam (6):
      net: imx: Add multi-FEC support for imx_get_mac_from_fuse
      mx28: Let imx_get_mac_from_fuse be common for mx28
      mx28: Let dram_init be common for mx28
      mx28evk: Add initial support for MX28EVK board
      mx28evk: Remove 'all' target from Makefile

Looks like the similar patch for m28evk is missing.

Please find it here: http://patchwork.ozlabs.org/patch/133542/

Regards,

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


Re: [U-Boot] [GIT PULL] Pull request: u-boot-imx

2012-01-04 Thread Stefano Babic
On 04/01/2012 18:41, Fabio Estevam wrote:
 Hi Stefano,
 
 On Wed, Jan 4, 2012 at 2:57 PM, Stefano Babic sba...@denx.de wrote:
 
 Fabio Estevam (6):
  net: imx: Add multi-FEC support for imx_get_mac_from_fuse
  mx28: Let imx_get_mac_from_fuse be common for mx28
  mx28: Let dram_init be common for mx28
  mx28evk: Add initial support for MX28EVK board
  mx28evk: Remove 'all' target from Makefile
 
 Looks like the similar patch for m28evk is missing.

That's right, thanks, I did not merge it.

 
 Please find it here: http://patchwork.ozlabs.org/patch/133542/

There is no drawbacks for the current pull request if the patch is
missing, and I merge the patch into my next branch for the next time.

Thanks,

Stefano Babic

-- 
=
DENX Software Engineering GmbH, MD: Wolfgang Denk  Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80  Email: off...@denx.de
=
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [GIT PULL] Pull request: u-boot-imx

2011-12-19 Thread Albert ARIBAUD

Hi Stefano,

Le 19/12/2011 08:45, Stefano Babic a écrit :

Hi Albert,

please pull from u-boot-imx (a couple of fixes):

The following changes since commit a7b39185338c333a052728a7952b5f1cba4fc22a:

   tools/setlocalversion: Update from the Linux Kernel (2011-12-17
20:58:48 +0100)

are available in the git repository at:
   git://www.denx.de/git/u-boot-imx.git master

Anatolij Gustschin (1):
   Fix building for mx51evk board

Marek Vasut (1):
   M28: Fix tab indent in u-boot.bd

  board/denx/m28evk/u-boot.bd |8 
  board/freescale/mx51evk/mx51evk.c   |3 ++-
  board/freescale/mx53loco/mx53loco.c |3 ++-
  3 files changed, 8 insertions(+), 6 deletions(-)


Applied tu u-boot-arm/master, thanks.

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


[U-Boot] [GIT PULL] Pull request: u-boot-imx

2011-12-18 Thread Stefano Babic
Hi Albert,

please pull from u-boot-imx (a couple of fixes):

The following changes since commit a7b39185338c333a052728a7952b5f1cba4fc22a:

  tools/setlocalversion: Update from the Linux Kernel (2011-12-17
20:58:48 +0100)

are available in the git repository at:
  git://www.denx.de/git/u-boot-imx.git master

Anatolij Gustschin (1):
  Fix building for mx51evk board

Marek Vasut (1):
  M28: Fix tab indent in u-boot.bd

 board/denx/m28evk/u-boot.bd |8 
 board/freescale/mx51evk/mx51evk.c   |3 ++-
 board/freescale/mx53loco/mx53loco.c |3 ++-
 3 files changed, 8 insertions(+), 6 deletions(-)


-- 
=
DENX Software Engineering GmbH, MD: Wolfgang Denk  Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80  Email: off...@denx.de
=
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [GIT PULL] Pull request: u-boot-imx

2011-12-09 Thread Stefano Babic
Hi Albert,

please pull from u-boot-imx. It is rebased on u-boot mainline, because
Wolfgang has already merged your u-boot-arm/master + some fixes.

The following changes since commit d82a27bc5c404da907f71960a3ed2e148ac73fd0:

  drivers/net/inca-ip_sw.c: Fix GCC 4.6 build warning (2011-12-08
21:01:19 +0100)

are available in the git repository at:
  git://www.denx.de/git/u-boot-imx.git master

Jason Liu (4):
  i.mx: introduce the armv7/imx-common folder
  i.mx: add the initial support for freescale i.MX6Q processor
  i.mx: mxc_gpio: add the i.mx6q support
  i.mx: i.mx6q: add the initial support for i.mx6q ARM2 board

Marek Vasut (4):
  M28: Document that units has to be set to sectors on SD bootcard
  M28: Fix typo
  i.MX28: Move SPL to arch/arm/cpu/arm926ejs/mx28
  M28: Cleanup memsize.o OOT build

 MAINTAINERS|1 +
 Makefile   |8 +
 arch/arm/cpu/arm926ejs/mx28/Makefile   |4 +
 .../arm/cpu/arm926ejs/mx28/mx28_init.h |0
 arch/arm/cpu/arm926ejs/mx28/spl_boot.c |   78 +
 .../arm/cpu/arm926ejs/mx28/spl_mem_init.c  |2 +-
 .../arm/cpu/arm926ejs/mx28/spl_power_init.c|2 +-
 .../m28evk = arch/arm/cpu/arm926ejs/mx28}/start.S |0
 .../arm/cpu/arm926ejs/mx28}/u-boot-spl.lds |   14 +-
 arch/arm/cpu/armv7/imx-common/Makefile |   47 +
 arch/arm/cpu/armv7/imx-common/cpu.c|  108 ++
 arch/arm/cpu/armv7/{mx5 = imx-common}/speed.c |0
 arch/arm/cpu/armv7/{mx5 = imx-common}/timer.c |   17 +-
 arch/arm/cpu/armv7/mx5/Makefile|2 +-
 arch/arm/cpu/armv7/mx5/soc.c   |   77 -
 arch/arm/cpu/armv7/mx6/lowlevel_init.S |   24 +
 arch/arm/cpu/armv7/mx6/soc.c   |   82 +
 arch/arm/include/asm/arch-mx28/sys_proto.h |6 +
 arch/arm/include/asm/arch-mx6/ccm_regs.h   |  892 +++
 arch/arm/include/asm/arch-mx6/clock.h  |   50 +
 arch/arm/include/asm/arch-mx6/gpio.h   |   35 +
 arch/arm/include/asm/arch-mx6/imx-regs.h   |  236 +++
 arch/arm/include/asm/arch-mx6/iomux-v3.h   |  103 ++
 arch/arm/include/asm/arch-mx6/mx6x_pins.h  | 1683

 arch/arm/include/asm/arch-mx6/sys_proto.h  |   38 +
 board/denx/m28evk/Makefile |   11 +-
 board/denx/m28evk/m28evk.c |2 +-
 board/denx/m28evk/{mmc_boot.c = spl_boot.c}   |   61 +-
 board/freescale/mx6qarm2/Makefile  |   42 +
 board/freescale/mx6qarm2/imximage.cfg  |  167 ++
 board/freescale/mx6qarm2/mx6qarm2.c|  155 ++
 boards.cfg |1 +
 doc/README.m28 |3 +-
 drivers/gpio/mxc_gpio.c|4 +-
 include/configs/m28evk.h   |6 +-
 include/configs/mx6qarm2.h |  162 ++
 39 files changed, 4441 insertions(+), 167 deletions(-)
 rename board/denx/m28evk/m28_init.h =
arch/arm/cpu/arm926ejs/mx28/mx28_init.h (100%)
 create mode 100644 arch/arm/cpu/arm926ejs/mx28/spl_boot.c
 rename board/denx/m28evk/mem_init.c =
arch/arm/cpu/arm926ejs/mx28/spl_mem_init.c (99%)
 rename board/denx/m28evk/power_init.c =
arch/arm/cpu/arm926ejs/mx28/spl_power_init.c (99%)
 rename {board/denx/m28evk = arch/arm/cpu/arm926ejs/mx28}/start.S (100%)
 rename {board/denx/m28evk =
arch/arm/cpu/arm926ejs/mx28}/u-boot-spl.lds (93%)
 create mode 100644 arch/arm/cpu/armv7/imx-common/Makefile
 create mode 100644 arch/arm/cpu/armv7/imx-common/cpu.c
 rename arch/arm/cpu/armv7/{mx5 = imx-common}/speed.c (100%)
 rename arch/arm/cpu/armv7/{mx5 = imx-common}/timer.c (84%)
 mode change 100644 = 100755
 create mode 100644 arch/arm/cpu/armv7/mx6/Makefile
 create mode 100644 arch/arm/cpu/armv7/mx6/clock.c
 create mode 100644 arch/arm/cpu/armv7/mx6/iomux-v3.c
 create mode 100644 arch/arm/cpu/armv7/mx6/lowlevel_init.S
 create mode 100644 arch/arm/cpu/armv7/mx6/soc.c
 create mode 100644 arch/arm/include/asm/arch-mx6/ccm_regs.h
 create mode 100644 arch/arm/include/asm/arch-mx6/clock.h
 create mode 100644 arch/arm/include/asm/arch-mx6/gpio.h
 create mode 100644 arch/arm/include/asm/arch-mx6/imx-regs.h
 create mode 100644 arch/arm/include/asm/arch-mx6/iomux-v3.h
 create mode 100644 arch/arm/include/asm/arch-mx6/mx6x_pins.h
 create mode 100644 arch/arm/include/asm/arch-mx6/sys_proto.h
 rename board/denx/m28evk/{mmc_boot.c = spl_boot.c} (87%)
 create mode 100644 board/freescale/mx6qarm2/Makefile
 create mode 100644 board/freescale/mx6qarm2/imximage.cfg
 create mode 100644 board/freescale/mx6qarm2/mx6qarm2.c
 create mode 100644 include/configs/mx6qarm2.h

Best regards,
Stefano

-- 
=
DENX Software Engineering GmbH, MD: Wolfgang Denk  Detlev 

Re: [U-Boot] [GIT PULL] Pull request: u-boot-imx

2011-12-09 Thread Albert ARIBAUD

Hi Stefano,

Le 09/12/2011 15:34, Stefano Babic a écrit :

Hi Albert,

please pull from u-boot-imx. It is rebased on u-boot mainline, because
Wolfgang has already merged your u-boot-arm/master + some fixes.

The following changes since commit d82a27bc5c404da907f71960a3ed2e148ac73fd0:

   drivers/net/inca-ip_sw.c: Fix GCC 4.6 build warning (2011-12-08
21:01:19 +0100)

are available in the git repository at:
   git://www.denx.de/git/u-boot-imx.git master

Jason Liu (4):
   i.mx: introduce the armv7/imx-common folder
   i.mx: add the initial support for freescale i.MX6Q processor
   i.mx: mxc_gpio: add the i.mx6q support
   i.mx: i.mx6q: add the initial support for i.mx6q ARM2 board

Marek Vasut (4):
   M28: Document that units has to be set to sectors on SD bootcard
   M28: Fix typo
   i.MX28: Move SPL to arch/arm/cpu/arm926ejs/mx28
   M28: Cleanup memsize.o OOT build

  MAINTAINERS|1 +
  Makefile   |8 +
  arch/arm/cpu/arm926ejs/mx28/Makefile   |4 +
  .../arm/cpu/arm926ejs/mx28/mx28_init.h |0
  arch/arm/cpu/arm926ejs/mx28/spl_boot.c |   78 +
  .../arm/cpu/arm926ejs/mx28/spl_mem_init.c  |2 +-
  .../arm/cpu/arm926ejs/mx28/spl_power_init.c|2 +-
  .../m28evk =  arch/arm/cpu/arm926ejs/mx28}/start.S |0
  .../arm/cpu/arm926ejs/mx28}/u-boot-spl.lds |   14 +-
  arch/arm/cpu/armv7/imx-common/Makefile |   47 +
  arch/arm/cpu/armv7/imx-common/cpu.c|  108 ++
  arch/arm/cpu/armv7/{mx5 =  imx-common}/speed.c |0
  arch/arm/cpu/armv7/{mx5 =  imx-common}/timer.c |   17 +-
  arch/arm/cpu/armv7/mx5/Makefile|2 +-
  arch/arm/cpu/armv7/mx5/soc.c   |   77 -
  arch/arm/cpu/armv7/mx6/lowlevel_init.S |   24 +
  arch/arm/cpu/armv7/mx6/soc.c   |   82 +
  arch/arm/include/asm/arch-mx28/sys_proto.h |6 +
  arch/arm/include/asm/arch-mx6/ccm_regs.h   |  892 +++
  arch/arm/include/asm/arch-mx6/clock.h  |   50 +
  arch/arm/include/asm/arch-mx6/gpio.h   |   35 +
  arch/arm/include/asm/arch-mx6/imx-regs.h   |  236 +++
  arch/arm/include/asm/arch-mx6/iomux-v3.h   |  103 ++
  arch/arm/include/asm/arch-mx6/mx6x_pins.h  | 1683

  arch/arm/include/asm/arch-mx6/sys_proto.h  |   38 +
  board/denx/m28evk/Makefile |   11 +-
  board/denx/m28evk/m28evk.c |2 +-
  board/denx/m28evk/{mmc_boot.c =  spl_boot.c}   |   61 +-
  board/freescale/mx6qarm2/Makefile  |   42 +
  board/freescale/mx6qarm2/imximage.cfg  |  167 ++
  board/freescale/mx6qarm2/mx6qarm2.c|  155 ++
  boards.cfg |1 +
  doc/README.m28 |3 +-
  drivers/gpio/mxc_gpio.c|4 +-
  include/configs/m28evk.h   |6 +-
  include/configs/mx6qarm2.h |  162 ++
  39 files changed, 4441 insertions(+), 167 deletions(-)
  rename board/denx/m28evk/m28_init.h =
arch/arm/cpu/arm926ejs/mx28/mx28_init.h (100%)
  create mode 100644 arch/arm/cpu/arm926ejs/mx28/spl_boot.c
  rename board/denx/m28evk/mem_init.c =
arch/arm/cpu/arm926ejs/mx28/spl_mem_init.c (99%)
  rename board/denx/m28evk/power_init.c =
arch/arm/cpu/arm926ejs/mx28/spl_power_init.c (99%)
  rename {board/denx/m28evk =  arch/arm/cpu/arm926ejs/mx28}/start.S (100%)
  rename {board/denx/m28evk =
arch/arm/cpu/arm926ejs/mx28}/u-boot-spl.lds (93%)
  create mode 100644 arch/arm/cpu/armv7/imx-common/Makefile
  create mode 100644 arch/arm/cpu/armv7/imx-common/cpu.c
  rename arch/arm/cpu/armv7/{mx5 =  imx-common}/speed.c (100%)
  rename arch/arm/cpu/armv7/{mx5 =  imx-common}/timer.c (84%)
  mode change 100644 =  100755
  create mode 100644 arch/arm/cpu/armv7/mx6/Makefile
  create mode 100644 arch/arm/cpu/armv7/mx6/clock.c
  create mode 100644 arch/arm/cpu/armv7/mx6/iomux-v3.c
  create mode 100644 arch/arm/cpu/armv7/mx6/lowlevel_init.S
  create mode 100644 arch/arm/cpu/armv7/mx6/soc.c
  create mode 100644 arch/arm/include/asm/arch-mx6/ccm_regs.h
  create mode 100644 arch/arm/include/asm/arch-mx6/clock.h
  create mode 100644 arch/arm/include/asm/arch-mx6/gpio.h
  create mode 100644 arch/arm/include/asm/arch-mx6/imx-regs.h
  create mode 100644 arch/arm/include/asm/arch-mx6/iomux-v3.h
  create mode 100644 arch/arm/include/asm/arch-mx6/mx6x_pins.h
  create mode 100644 arch/arm/include/asm/arch-mx6/sys_proto.h
  rename board/denx/m28evk/{mmc_boot.c =  spl_boot.c} (87%)
  create mode 100644 board/freescale/mx6qarm2/Makefile
  create mode 100644 board/freescale/mx6qarm2/imximage.cfg
  create mode 100644 board/freescale/mx6qarm2/mx6qarm2.c
  create mode 100644 include/configs/mx6qarm2.h

Best regards,

Re: [U-Boot] [GIT PULL] Pull request: u-boot-imx

2011-12-05 Thread Albert ARIBAUD

Hi Stefano,

Le 01/12/2011 17:14, Stefano Babic a écrit :

Hi Albert,

please pull from u-boot-imx, thanks.

The following changes since commit 3be4bab07b614c23f3bffaa6febca9a5a2c4dfa6:

   vision2: Fix checkpatch warning (2011-11-28 13:10:36 +0100)

are available in the git repository at:
   git://www.denx.de/git/u-boot-imx.git master

Fabio Estevam (5):
   mx53loco: Configure the pins as GPIOs prior to using gpio_get_value
   mx53ard: Configure the pins as GPIOs prior to using gpio_get_value
   mx53evk: Configure the pins as GPIOs prior to using gpio_get_value
   mx53smd: Configure the pins as GPIOs prior to using gpio_get_value
   mx51evk: Configure the pins as GPIOs prior to using gpio_get_value

Marek Vasut (3):
   MC13892: Add REGMODE0 bits definitions
   Efika: Configure additional regulators for HDMI output
   MXS: Add static annotations to dma driver

Robert Deliën (1):
   M28: Fix OB1 bug in GPIO driver

Simon Glass (1):
   mx5: Correct a warning in clock.c

Stefano Babic (2):
   MX: serial_mxc: cleanup removing nasty #ifdef
   MX35: flea3: changes due to hardware revision B

Wolfram Sang (1):
   apbh_dma: return error value on timeout


Hmm... Your master is based on my next, not on my master. Do you intend 
me to add these onto my 'next' or 'master' branch?


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


Re: [U-Boot] [GIT PULL] Pull request: u-boot-imx

2011-12-05 Thread Stefano Babic
On 05/12/2011 17:57, Albert ARIBAUD wrote:

 
 Hmm... Your master is based on my next, not on my master. Do you intend
 me to add these onto my 'next' or 'master' branch?

Sorry, I have applied the wrong script, I presume.

I will send a new pull request soon.

Best regards,
Stefano Babic

-- 
=
DENX Software Engineering GmbH, MD: Wolfgang Denk  Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80  Email: off...@denx.de
=
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [GIT PULL] Pull request: u-boot-imx

2011-12-05 Thread Stefano Babic
Hi Albert,

please pull from u-boot-imx (this time rebased on u-boot-arm/master..)

The following changes since commit d4870a914b73884f2f3e8fb082ae50f75fc01ebc:

  arm, arm926ejs: Fix clear bss loop for zero length bss (2011-12-05
18:03:51 +0100)

are available in the git repository at:
  git://www.denx.de/git/u-boot-imx.git master

Fabio Estevam (5):
  mx53loco: Configure the pins as GPIOs prior to using gpio_get_value
  mx53ard: Configure the pins as GPIOs prior to using gpio_get_value
  mx53evk: Configure the pins as GPIOs prior to using gpio_get_value
  mx53smd: Configure the pins as GPIOs prior to using gpio_get_value
  mx51evk: Configure the pins as GPIOs prior to using gpio_get_value

Marek Vasut (3):
  MC13892: Add REGMODE0 bits definitions
  Efika: Configure additional regulators for HDMI output
  MXS: Add static annotations to dma driver

Robert Deliën (1):
  M28: Fix OB1 bug in GPIO driver

Simon Glass (1):
  mx5: Correct a warning in clock.c

Stefano Babic (2):
  MX: serial_mxc: cleanup removing nasty #ifdef
  MX35: flea3: changes due to hardware revision B

Wolfram Sang (1):
  apbh_dma: return error value on timeout

 arch/arm/cpu/arm1136/mx31/devices.c   |4 -
 arch/arm/cpu/armv7/mx5/clock.c|2 +-
 arch/arm/include/asm/arch-mx25/imx-regs.h |   10 +-
 arch/arm/include/asm/arch-mx27/imx-regs.h |8 +-
 arch/arm/include/asm/arch-mx28/dma.h  |   25 
 arch/arm/include/asm/arch-mx31/imx-regs.h |6 +
 arch/arm/include/asm/arch-mx35/imx-regs.h |6 +-
 arch/arm/include/asm/arch-mx5/imx-regs.h  |6 +-
 board/CarMediaLab/flea3/flea3.c   |4 +-
 board/efikamx/efikamx.c   |   15 ++-
 board/freescale/mx51evk/mx51evk.c |3 +
 board/freescale/mx53ard/mx53ard.c |3 +
 board/freescale/mx53evk/mx53evk.c |3 +
 board/freescale/mx53loco/mx53loco.c   |3 +
 board/freescale/mx53smd/mx53smd.c |1 +
 drivers/dma/apbh_dma.c|  211
+++--
 drivers/gpio/mxs_gpio.c   |2 +-
 drivers/serial/serial_mxc.c   |   37 +-
 include/configs/efikamx.h |2 +-
 include/configs/flea3.h   |   22 ++--
 include/configs/imx27lite-common.h|2 +-
 include/configs/imx31_litekit.h   |4 +-
 include/configs/imx31_phycore.h   |2 +-
 include/configs/mx25pdk.h |2 +-
 include/configs/mx31ads.h |4 +-
 include/configs/mx31pdk.h |2 +-
 include/configs/mx35pdk.h |2 +-
 include/configs/mx51evk.h |2 +-
 include/configs/mx53ard.h |2 +-
 include/configs/mx53evk.h |2 +-
 include/configs/mx53loco.h|2 +-
 include/configs/mx53smd.h |2 +-
 include/configs/qong.h|4 +-
 include/configs/tt01.h|2 +-
 include/configs/tx25.h|2 +-
 include/configs/vision2.h |2 +-
 include/configs/zmx25.h   |2 +-
 include/mc13892.h |   16 +++
 38 files changed, 153 insertions(+), 276 deletions(-)

-- 
=
DENX Software Engineering GmbH, MD: Wolfgang Denk  Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80  Email: off...@denx.de
=
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [GIT PULL] Pull request: u-boot-imx

2011-12-05 Thread Albert ARIBAUD

Hi Stefano,

Le 05/12/2011 18:22, Stefano Babic a écrit :

Hi Albert,

please pull from u-boot-imx (this time rebased on u-boot-arm/master..)

The following changes since commit d4870a914b73884f2f3e8fb082ae50f75fc01ebc:

   arm, arm926ejs: Fix clear bss loop for zero length bss (2011-12-05
18:03:51 +0100)

are available in the git repository at:
   git://www.denx.de/git/u-boot-imx.git master

Fabio Estevam (5):
   mx53loco: Configure the pins as GPIOs prior to using gpio_get_value
   mx53ard: Configure the pins as GPIOs prior to using gpio_get_value
   mx53evk: Configure the pins as GPIOs prior to using gpio_get_value
   mx53smd: Configure the pins as GPIOs prior to using gpio_get_value
   mx51evk: Configure the pins as GPIOs prior to using gpio_get_value

Marek Vasut (3):
   MC13892: Add REGMODE0 bits definitions
   Efika: Configure additional regulators for HDMI output
   MXS: Add static annotations to dma driver

Robert Deliën (1):
   M28: Fix OB1 bug in GPIO driver

Simon Glass (1):
   mx5: Correct a warning in clock.c

Stefano Babic (2):
   MX: serial_mxc: cleanup removing nasty #ifdef
   MX35: flea3: changes due to hardware revision B

Wolfram Sang (1):
   apbh_dma: return error value on timeout


Applied tu u-boot-arm/master, thanks!

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


[U-Boot] [GIT PULL] Pull request: u-boot-imx

2011-12-01 Thread Stefano Babic
Hi Albert,

please pull from u-boot-imx, thanks.

The following changes since commit 3be4bab07b614c23f3bffaa6febca9a5a2c4dfa6:

  vision2: Fix checkpatch warning (2011-11-28 13:10:36 +0100)

are available in the git repository at:
  git://www.denx.de/git/u-boot-imx.git master

Fabio Estevam (5):
  mx53loco: Configure the pins as GPIOs prior to using gpio_get_value
  mx53ard: Configure the pins as GPIOs prior to using gpio_get_value
  mx53evk: Configure the pins as GPIOs prior to using gpio_get_value
  mx53smd: Configure the pins as GPIOs prior to using gpio_get_value
  mx51evk: Configure the pins as GPIOs prior to using gpio_get_value

Marek Vasut (3):
  MC13892: Add REGMODE0 bits definitions
  Efika: Configure additional regulators for HDMI output
  MXS: Add static annotations to dma driver

Robert Deliën (1):
  M28: Fix OB1 bug in GPIO driver

Simon Glass (1):
  mx5: Correct a warning in clock.c

Stefano Babic (2):
  MX: serial_mxc: cleanup removing nasty #ifdef
  MX35: flea3: changes due to hardware revision B

Wolfram Sang (1):
  apbh_dma: return error value on timeout

 arch/arm/cpu/arm1136/mx31/devices.c   |4 -
 arch/arm/cpu/armv7/mx5/clock.c|2 +-
 arch/arm/include/asm/arch-mx25/imx-regs.h |   10 +-
 arch/arm/include/asm/arch-mx27/imx-regs.h |8 +-
 arch/arm/include/asm/arch-mx28/dma.h  |   25 
 arch/arm/include/asm/arch-mx31/imx-regs.h |6 +
 arch/arm/include/asm/arch-mx35/imx-regs.h |6 +-
 arch/arm/include/asm/arch-mx5/imx-regs.h  |6 +-
 board/CarMediaLab/flea3/flea3.c   |4 +-
 board/efikamx/efikamx.c   |   15 ++-
 board/freescale/mx51evk/mx51evk.c |3 +
 board/freescale/mx53ard/mx53ard.c |3 +
 board/freescale/mx53evk/mx53evk.c |3 +
 board/freescale/mx53loco/mx53loco.c   |3 +
 board/freescale/mx53smd/mx53smd.c |1 +
 drivers/dma/apbh_dma.c|  211
+++--
 drivers/gpio/mxs_gpio.c   |2 +-
 drivers/serial/serial_mxc.c   |   37 +-
 include/configs/efikamx.h |2 +-
 include/configs/flea3.h   |   22 ++--
 include/configs/imx27lite-common.h|2 +-
 include/configs/imx31_litekit.h   |4 +-
 include/configs/imx31_phycore.h   |2 +-
 include/configs/mx25pdk.h |2 +-
 include/configs/mx31ads.h |4 +-
 include/configs/mx31pdk.h |2 +-
 include/configs/mx35pdk.h |2 +-
 include/configs/mx51evk.h |2 +-
 include/configs/mx53ard.h |2 +-
 include/configs/mx53evk.h |2 +-
 include/configs/mx53loco.h|2 +-
 include/configs/mx53smd.h |2 +-
 include/configs/qong.h|4 +-
 include/configs/tt01.h|2 +-
 include/configs/tx25.h|2 +-
 include/configs/vision2.h |2 +-
 include/configs/zmx25.h   |2 +-
 include/mc13892.h |   16 +++
 38 files changed, 153 insertions(+), 276 deletions(-)

-- 
=
DENX Software Engineering GmbH, MD: Wolfgang Denk  Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80  Email: off...@denx.de
=
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [GIT PULL] Pull request: u-boot-imx

2011-11-15 Thread Albert ARIBAUD
Hi Stefano,

Le 11/11/2011 11:40, Stefano Babic a écrit :
 Hi Albert,

 please pull from u-boot-imx.

 The following changes since commit 06194b6b65f701a9d6ef2d9b4123c4afe57d8783:

da850: add new config file for AM18xx (2011-11-10 16:30:41 +0100)

 are available in the git repository at:
git://www.denx.de/git/u-boot-imx.git master

 Fabio Estevam (5):
qong: Use generic function for configuring GPR register
mx31: Remove duplicate definition for GPR register
mx31: Use proper IO accessor for GPR register
mx31: Fix checkpatch warnings in generic.c
m28evk: Fix comment about the number of RAM banks

 Marek Vasut (20):
iMX28: Initial support for iMX28 CPU
iMX28: Add SSP MMC driver
FEC: Add support for iMX28 quirks
iMX28: Add PINMUX control
iMX28: Add I2C bus driver
iMX28: Add GPIO control
iMX28: Add SPI driver
iMX28: Add APBH DMA driver
iMX28: Add GPMI NAND driver
iMX28: Add driver for internal RTC
iMX28: Add image header generator tool
iMX28: Add u-boot.sb target to Makefile
iMX28: Add support for DENX M28EVK board
M28: Add MMC SPL
M28: Add doc/README.m28 documentation
iMX28: Fix ARM vector handling
M28: Add memory detection into SPL
iMX28: Add USB and USB PHY register definitions
iMX28: Add USB HOST driver
M28EVK: Enable USB HOST support

 Stefano Babic (1):
MX25: zmx25: GCC4.6 fix build warnings

   .gitignore|1 +
   MAINTAINERS   |1 +
   Makefile  |5 +
   arch/arm/cpu/arm1136/mx31/generic.c   |   11 +-
   arch/arm/cpu/arm926ejs/mx28/Makefile  |   46 +
   arch/arm/cpu/arm926ejs/mx28/clock.c   |  355 +++
   arch/arm/cpu/arm926ejs/mx28/iomux.c   |  109 +++
   arch/arm/cpu/arm926ejs/mx28/mx28.c|  221 +
   arch/arm/cpu/arm926ejs/mx28/timer.c   |  141 +++
   arch/arm/include/asm/arch-mx28/clock.h|   61 ++
   arch/arm/include/asm/arch-mx28/dma.h  |  170 
   arch/arm/include/asm/arch-mx28/gpio.h |   32 +
   arch/arm/include/asm/arch-mx28/imx-regs.h |   39 +
   arch/arm/include/asm/arch-mx28/iomux-mx28.h   |  537 +++
   arch/arm/include/asm/arch-mx28/iomux.h|  168 
   arch/arm/include/asm/arch-mx28/regs-apbh.h|  466 +
   arch/arm/include/asm/arch-mx28/regs-base.h|   88 ++
   arch/arm/include/asm/arch-mx28/regs-bch.h |  230 +
   arch/arm/include/asm/arch-mx28/regs-clkctrl.h |  312 ++
   arch/arm/include/asm/arch-mx28/regs-common.h  |   66 ++
   arch/arm/include/asm/arch-mx28/regs-gpmi.h|  222 +
   arch/arm/include/asm/arch-mx28/regs-i2c.h |  207 
   arch/arm/include/asm/arch-mx28/regs-ocotp.h   |  173 
   arch/arm/include/asm/arch-mx28/regs-pinctrl.h | 1284
 +
   arch/arm/include/asm/arch-mx28/regs-power.h   |  413 
   arch/arm/include/asm/arch-mx28/regs-rtc.h |  147 +++
   arch/arm/include/asm/arch-mx28/regs-ssp.h |  349 +++
   arch/arm/include/asm/arch-mx28/regs-timrot.h  |  171 
   arch/arm/include/asm/arch-mx28/regs-usb.h |  178 
   arch/arm/include/asm/arch-mx28/regs-usbphy.h  |  151 +++
   arch/arm/include/asm/arch-mx28/sys_proto.h|   32 +
   arch/arm/include/asm/arch-mx31/imx-regs.h |7 +-
   board/davedenx/qong/qong.c|2 +-
   board/denx/m28evk/Makefile|   56 ++
   board/denx/m28evk/m28_init.h  |   41 +
   board/denx/m28evk/m28evk.c|  216 +
   board/denx/m28evk/mem_init.c  |  240 +
   board/denx/m28evk/mmc_boot.c  |  273 ++
   board/denx/m28evk/power_init.c|  913 ++
   board/denx/m28evk/start.S |  234 +
   board/denx/m28evk/u-boot-spl.lds  |   87 ++
   board/denx/m28evk/u-boot.bd   |   14 +
   board/syteco/zmx25/zmx25.c|2 -
   boards.cfg|1 +
   doc/README.m28|  223 +
   drivers/dma/Makefile  |1 +
   drivers/dma/apbh_dma.c|  691 +
   drivers/gpio/Makefile |1 +
   drivers/gpio/mxs_gpio.c   |  136 +++
   drivers/i2c/Makefile  |1 +
   drivers/i2c/mxs_i2c.c |  246 +
   drivers/mmc/Makefile  |1 +
   drivers/mmc/mxsmmc.c  |  351 +++
   drivers/mtd/nand/Makefile |1 +
   drivers/mtd/nand/mxs_nand.c   | 1118 +
   drivers/net/fec_mxc.c |   44 +-
   drivers/rtc/Makefile  

[U-Boot] [GIT PULL] Pull request: u-boot-imx

2011-11-11 Thread Stefano Babic
Hi Albert,

please pull from u-boot-imx.

The following changes since commit 06194b6b65f701a9d6ef2d9b4123c4afe57d8783:

  da850: add new config file for AM18xx (2011-11-10 16:30:41 +0100)

are available in the git repository at:
  git://www.denx.de/git/u-boot-imx.git master

Fabio Estevam (5):
  qong: Use generic function for configuring GPR register
  mx31: Remove duplicate definition for GPR register
  mx31: Use proper IO accessor for GPR register
  mx31: Fix checkpatch warnings in generic.c
  m28evk: Fix comment about the number of RAM banks

Marek Vasut (20):
  iMX28: Initial support for iMX28 CPU
  iMX28: Add SSP MMC driver
  FEC: Add support for iMX28 quirks
  iMX28: Add PINMUX control
  iMX28: Add I2C bus driver
  iMX28: Add GPIO control
  iMX28: Add SPI driver
  iMX28: Add APBH DMA driver
  iMX28: Add GPMI NAND driver
  iMX28: Add driver for internal RTC
  iMX28: Add image header generator tool
  iMX28: Add u-boot.sb target to Makefile
  iMX28: Add support for DENX M28EVK board
  M28: Add MMC SPL
  M28: Add doc/README.m28 documentation
  iMX28: Fix ARM vector handling
  M28: Add memory detection into SPL
  iMX28: Add USB and USB PHY register definitions
  iMX28: Add USB HOST driver
  M28EVK: Enable USB HOST support

Stefano Babic (1):
  MX25: zmx25: GCC4.6 fix build warnings

 .gitignore|1 +
 MAINTAINERS   |1 +
 Makefile  |5 +
 arch/arm/cpu/arm1136/mx31/generic.c   |   11 +-
 arch/arm/cpu/arm926ejs/mx28/Makefile  |   46 +
 arch/arm/cpu/arm926ejs/mx28/clock.c   |  355 +++
 arch/arm/cpu/arm926ejs/mx28/iomux.c   |  109 +++
 arch/arm/cpu/arm926ejs/mx28/mx28.c|  221 +
 arch/arm/cpu/arm926ejs/mx28/timer.c   |  141 +++
 arch/arm/include/asm/arch-mx28/clock.h|   61 ++
 arch/arm/include/asm/arch-mx28/dma.h  |  170 
 arch/arm/include/asm/arch-mx28/gpio.h |   32 +
 arch/arm/include/asm/arch-mx28/imx-regs.h |   39 +
 arch/arm/include/asm/arch-mx28/iomux-mx28.h   |  537 +++
 arch/arm/include/asm/arch-mx28/iomux.h|  168 
 arch/arm/include/asm/arch-mx28/regs-apbh.h|  466 +
 arch/arm/include/asm/arch-mx28/regs-base.h|   88 ++
 arch/arm/include/asm/arch-mx28/regs-bch.h |  230 +
 arch/arm/include/asm/arch-mx28/regs-clkctrl.h |  312 ++
 arch/arm/include/asm/arch-mx28/regs-common.h  |   66 ++
 arch/arm/include/asm/arch-mx28/regs-gpmi.h|  222 +
 arch/arm/include/asm/arch-mx28/regs-i2c.h |  207 
 arch/arm/include/asm/arch-mx28/regs-ocotp.h   |  173 
 arch/arm/include/asm/arch-mx28/regs-pinctrl.h | 1284
+
 arch/arm/include/asm/arch-mx28/regs-power.h   |  413 
 arch/arm/include/asm/arch-mx28/regs-rtc.h |  147 +++
 arch/arm/include/asm/arch-mx28/regs-ssp.h |  349 +++
 arch/arm/include/asm/arch-mx28/regs-timrot.h  |  171 
 arch/arm/include/asm/arch-mx28/regs-usb.h |  178 
 arch/arm/include/asm/arch-mx28/regs-usbphy.h  |  151 +++
 arch/arm/include/asm/arch-mx28/sys_proto.h|   32 +
 arch/arm/include/asm/arch-mx31/imx-regs.h |7 +-
 board/davedenx/qong/qong.c|2 +-
 board/denx/m28evk/Makefile|   56 ++
 board/denx/m28evk/m28_init.h  |   41 +
 board/denx/m28evk/m28evk.c|  216 +
 board/denx/m28evk/mem_init.c  |  240 +
 board/denx/m28evk/mmc_boot.c  |  273 ++
 board/denx/m28evk/power_init.c|  913 ++
 board/denx/m28evk/start.S |  234 +
 board/denx/m28evk/u-boot-spl.lds  |   87 ++
 board/denx/m28evk/u-boot.bd   |   14 +
 board/syteco/zmx25/zmx25.c|2 -
 boards.cfg|1 +
 doc/README.m28|  223 +
 drivers/dma/Makefile  |1 +
 drivers/dma/apbh_dma.c|  691 +
 drivers/gpio/Makefile |1 +
 drivers/gpio/mxs_gpio.c   |  136 +++
 drivers/i2c/Makefile  |1 +
 drivers/i2c/mxs_i2c.c |  246 +
 drivers/mmc/Makefile  |1 +
 drivers/mmc/mxsmmc.c  |  351 +++
 drivers/mtd/nand/Makefile |1 +
 drivers/mtd/nand/mxs_nand.c   | 1118 +
 drivers/net/fec_mxc.c |   44 +-
 drivers/rtc/Makefile  |1 +
 drivers/rtc/mxsrtc.c  |   86 ++
 drivers/spi/Makefile  |1 +
 drivers/spi/mxs_spi.c |  186 
 drivers/usb/host/Makefile 

[U-Boot] [GIT PULL] Pull request: u-boot-imx

2011-11-04 Thread Stefano Babic
Hi Albert,

please pull from u-boot-imx.

The following changes since commit 92e86c8daed649a9e9ddd6c0b52d61cb25b62c3a:

  Davinci: ea20: added PREBOOT to configuration (2011-11-03 22:56:26 +0100)

are available in the git repository at:
  git://www.denx.de/git/u-boot-imx.git master

Anatolij Gustschin (1):
  imx: imx31_phycore.h: fix checkpatch warnings

Fabio Estevam (10):
  mx53evk: Remove unneeded '1' from mx53evk.h
  mx53loco: Remove unused get_board_rev function
  mx53evk: Add RTC support
  mx53evk: Remove unused get_board_rev function
  mx53ard: Remove unused get_board_rev function
  mx53smd: Remove unused get_board_rev function
  vision2: Remove unused get_board_rev function
  mx53: Turn off child clocks before reconfigure perclk_root
  README: Fix supported i.MX SoC list for CONFIG_MXC_SPI
  mx31pdk: Enable D and I caches

Wolfgang Denk (1):
  qong: enable support for compressed images

Wolfgang Grandegger (1):
  ehci-mxc: remove incorrect comment

 README |2 +-
 arch/arm/cpu/armv7/mx5/lowlevel_init.S |   15 +++
 board/freescale/mx31pdk/mx31pdk.c  |8 ++
 board/freescale/mx53ard/mx53ard.c  |5 -
 board/freescale/mx53evk/mx53evk.c  |5 -
 board/freescale/mx53loco/mx53loco.c|5 -
 board/freescale/mx53smd/mx53smd.c  |5 -
 board/ttcontrol/vision2/vision2.c  |9 --
 drivers/usb/host/ehci-mxc.c|1 -
 include/configs/imx31_phycore.h|  153
+--
 include/configs/mx53ard.h  |1 -
 include/configs/mx53evk.h  |   17 ++--
 include/configs/mx53loco.h |1 -
 include/configs/mx53smd.h  |1 -
 include/configs/qong.h |5 +-
 include/configs/vision2.h  |1 -
 16 files changed, 121 insertions(+), 113 deletions(-)

Best regards,
Stefano Babic

-- 
=
DENX Software Engineering GmbH, MD: Wolfgang Denk  Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80  Email: off...@denx.de
=
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [GIT PULL] Pull request: u-boot-imx

2011-11-04 Thread Albert ARIBAUD
Hi Stefano,

Le 04/11/2011 07:47, Stefano Babic a écrit :
 Hi Albert,

 please pull from u-boot-imx.

 The following changes since commit 92e86c8daed649a9e9ddd6c0b52d61cb25b62c3a:

Davinci: ea20: added PREBOOT to configuration (2011-11-03 22:56:26 +0100)

 are available in the git repository at:
git://www.denx.de/git/u-boot-imx.git master

 Anatolij Gustschin (1):
imx: imx31_phycore.h: fix checkpatch warnings

 Fabio Estevam (10):
mx53evk: Remove unneeded '1' from mx53evk.h
mx53loco: Remove unused get_board_rev function
mx53evk: Add RTC support
mx53evk: Remove unused get_board_rev function
mx53ard: Remove unused get_board_rev function
mx53smd: Remove unused get_board_rev function
vision2: Remove unused get_board_rev function
mx53: Turn off child clocks before reconfigure perclk_root
README: Fix supported i.MX SoC list for CONFIG_MXC_SPI
mx31pdk: Enable D and I caches

 Wolfgang Denk (1):
qong: enable support for compressed images

 Wolfgang Grandegger (1):
ehci-mxc: remove incorrect comment

   README |2 +-
   arch/arm/cpu/armv7/mx5/lowlevel_init.S |   15 +++
   board/freescale/mx31pdk/mx31pdk.c  |8 ++
   board/freescale/mx53ard/mx53ard.c  |5 -
   board/freescale/mx53evk/mx53evk.c  |5 -
   board/freescale/mx53loco/mx53loco.c|5 -
   board/freescale/mx53smd/mx53smd.c  |5 -
   board/ttcontrol/vision2/vision2.c  |9 --
   drivers/usb/host/ehci-mxc.c|1 -
   include/configs/imx31_phycore.h|  153
 +--
   include/configs/mx53ard.h  |1 -
   include/configs/mx53evk.h  |   17 ++--
   include/configs/mx53loco.h |1 -
   include/configs/mx53smd.h  |1 -
   include/configs/qong.h |5 +-
   include/configs/vision2.h  |1 -
   16 files changed, 121 insertions(+), 113 deletions(-)

Applied to u-boot-arm/master (once rebased, as I had applied u-boot-ti 
first), thanks!

 Best regards,
 Stefano Babic

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


[U-Boot] [GIT PULL] Pull request: u-boot-imx

2011-10-28 Thread Stefano Babic
Hi Albert,

please pull from u-boot-imx.

The following changes since commit ce5207e191c59b3135303fd03b98dd2ac3701ba2:

  e1000: Allow direct access to the E1000 SPI EEPROM device (2011-10-28
00:37:01 +0200)

are available in the git repository at:
  git://www.denx.de/git/u-boot-imx.git master

Fabio Estevam (12):
  qong: remove unneeded 1 from qong.h
  mx31pdk: Add MC13783 PMIC support
  mx31: Introduce mx31_set_gpr function
  qong: Use mx31_set_gpr to setup USBH2 pins
  qong: remove unneeded IOMUX settings
  rtc: Make mc13783-rtc driver generic
  mx51evk: Add RTC support
  mx51evk: Use GPIO API for configuring the IOMUX
  mx35pdk: Add RTC support
  mx51evk: Remove unneeded '1' from mx51evk.h
  mx51evk: Remove unused get_board_rev function
  vision2: Remove unused header file

Helmut Raiger (4):
  misc: pmic: fix regression in pmic_fsl.c (SPI)
  mx31: define pins and init for UART2 and CSPI3
  mx31: add ESD control registers
  mx31: Add board support for HALE TT-01

Marek Vasut (1):
  I2C: Fix mxc_i2c.c problem on imx31_phycore

Stefano Babic (9):
  MX35: added ESDC structure to imx-regs
  MX35: add pins definition for UART3
  MX35: add reset cause as provided by other i.MX
  MX35: factorize common assembly code
  I2C: added I2C-2 and I2C-3 to MX35
  MX35: Drop unnecessary prototypes from imx-regs.h
  MX51: vision2: add MACH_TYPE in config file
  MX35: add support for flea3 board
  MX25: tx25: Fix building due to missing MACH_TYPE

Wolfgang Grandegger (1):
  mx5 configs: CONFIG_PRIME should really be CONFIG_ETHPRIME

 MAINTAINERS |5 +
 README  |2 +-
 arch/arm/cpu/arm1136/mx31/devices.c |   15 ++
 arch/arm/cpu/arm1136/mx31/generic.c |   15 ++
 arch/arm/cpu/arm1136/mx35/generic.c |   31 +++-
 arch/arm/include/asm/arch-mx31/clock.h  |2 +
 arch/arm/include/asm/arch-mx31/imx-regs.h   |   67 ++
 arch/arm/include/asm/arch-mx35/imx-regs.h   |   34 +++-
 arch/arm/include/asm/arch-mx35/lowlevel_macro.S |  140 +++
 arch/arm/include/asm/arch-mx35/mx35_pins.h  |3 +
 board/CarMediaLab/flea3/Makefile|   49 
 board/CarMediaLab/flea3/flea3.c |  289
+++
 board/CarMediaLab/flea3/lowlevel_init.S |   79 ++
 board/davedenx/qong/qong.c  |8 +-
 board/freescale/mx31pdk/mx31pdk.c   |   12 +
 board/freescale/mx35pdk/mx35pdk.h   |   18 --
 board/freescale/mx51evk/mx51evk.c   |   17 +-
 board/hale/tt01/Makefile|   51 
 board/hale/tt01/lowlevel_init.S |   32 +++
 board/hale/tt01/tt01.c  |  200 
 board/karo/tx25/tx25.c  |1 -
 board/ttcontrol/vision2/vision2.c   |1 -
 boards.cfg  |2 +
 drivers/i2c/mxc_i2c.c   |   41 +++-
 drivers/misc/pmic_fsl.c |5 +-
 drivers/misc/pmic_spi.c |3 +-
 drivers/rtc/Makefile|2 +-
 drivers/rtc/{mc13783-rtc.c = mc13xxx-rtc.c}|0
 include/configs/efikamx.h   |2 +-
 include/configs/flea3.h |  286
++
 include/configs/imx31_litekit.h |2 +-
 include/configs/mx31ads.h   |2 +-
 include/configs/mx31pdk.h   |2 +-
 include/configs/mx35pdk.h   |2 +
 include/configs/mx51evk.h   |   14 +-
 include/configs/mx53ard.h   |2 +-
 include/configs/mx53evk.h   |2 +-
 include/configs/mx53loco.h  |2 +-
 include/configs/mx53smd.h   |2 +-
 include/configs/qong.h  |   36 ++--
 include/configs/tt01.h  |  254 
 include/configs/tx25.h  |6 +
 include/configs/vision2.h   |5 +-
 43 files changed, 1644 insertions(+), 99 deletions(-)
 create mode 100644 arch/arm/include/asm/arch-mx35/lowlevel_macro.S
 create mode 100644 board/CarMediaLab/flea3/Makefile
 create mode 100644 board/CarMediaLab/flea3/flea3.c
 create mode 100644 board/CarMediaLab/flea3/lowlevel_init.S
 create mode 100644 board/hale/tt01/Makefile
 create mode 100644 board/hale/tt01/lowlevel_init.S
 create mode 100644 board/hale/tt01/tt01.c
 rename drivers/rtc/{mc13783-rtc.c = mc13xxx-rtc.c} (100%)
 create mode 100644 include/configs/flea3.h
 create mode 100644 include/configs/tt01.h

Thanks,
Stefano

-- 
=
DENX Software Engineering GmbH, MD: Wolfgang Denk 

Re: [U-Boot] [GIT PULL] Pull request: u-boot-imx

2011-10-28 Thread Albert ARIBAUD
Hi Stefano,

Le 28/10/2011 14:37, Stefano Babic a écrit :
 Hi Albert,

 please pull from u-boot-imx.

 The following changes since commit ce5207e191c59b3135303fd03b98dd2ac3701ba2:

e1000: Allow direct access to the E1000 SPI EEPROM device (2011-10-28
 00:37:01 +0200)

 are available in the git repository at:
git://www.denx.de/git/u-boot-imx.git master

 Fabio Estevam (12):
qong: remove unneeded 1 from qong.h
mx31pdk: Add MC13783 PMIC support
mx31: Introduce mx31_set_gpr function
qong: Use mx31_set_gpr to setup USBH2 pins
qong: remove unneeded IOMUX settings
rtc: Make mc13783-rtc driver generic
mx51evk: Add RTC support
mx51evk: Use GPIO API for configuring the IOMUX
mx35pdk: Add RTC support
mx51evk: Remove unneeded '1' from mx51evk.h
mx51evk: Remove unused get_board_rev function
vision2: Remove unused header file

 Helmut Raiger (4):
misc: pmic: fix regression in pmic_fsl.c (SPI)
mx31: define pins and init for UART2 and CSPI3
mx31: add ESD control registers
mx31: Add board support for HALE TT-01

 Marek Vasut (1):
I2C: Fix mxc_i2c.c problem on imx31_phycore

 Stefano Babic (9):
MX35: added ESDC structure to imx-regs
MX35: add pins definition for UART3
MX35: add reset cause as provided by other i.MX
MX35: factorize common assembly code
I2C: added I2C-2 and I2C-3 to MX35
MX35: Drop unnecessary prototypes from imx-regs.h
MX51: vision2: add MACH_TYPE in config file
MX35: add support for flea3 board
MX25: tx25: Fix building due to missing MACH_TYPE

 Wolfgang Grandegger (1):
mx5 configs: CONFIG_PRIME should really be CONFIG_ETHPRIME

   MAINTAINERS |5 +
   README  |2 +-
   arch/arm/cpu/arm1136/mx31/devices.c |   15 ++
   arch/arm/cpu/arm1136/mx31/generic.c |   15 ++
   arch/arm/cpu/arm1136/mx35/generic.c |   31 +++-
   arch/arm/include/asm/arch-mx31/clock.h  |2 +
   arch/arm/include/asm/arch-mx31/imx-regs.h   |   67 ++
   arch/arm/include/asm/arch-mx35/imx-regs.h   |   34 +++-
   arch/arm/include/asm/arch-mx35/lowlevel_macro.S |  140 +++
   arch/arm/include/asm/arch-mx35/mx35_pins.h  |3 +
   board/CarMediaLab/flea3/Makefile|   49 
   board/CarMediaLab/flea3/flea3.c |  289
 +++
   board/CarMediaLab/flea3/lowlevel_init.S |   79 ++
   board/davedenx/qong/qong.c  |8 +-
   board/freescale/mx31pdk/mx31pdk.c   |   12 +
   board/freescale/mx35pdk/mx35pdk.h   |   18 --
   board/freescale/mx51evk/mx51evk.c   |   17 +-
   board/hale/tt01/Makefile|   51 
   board/hale/tt01/lowlevel_init.S |   32 +++
   board/hale/tt01/tt01.c  |  200 
   board/karo/tx25/tx25.c  |1 -
   board/ttcontrol/vision2/vision2.c   |1 -
   boards.cfg  |2 +
   drivers/i2c/mxc_i2c.c   |   41 +++-
   drivers/misc/pmic_fsl.c |5 +-
   drivers/misc/pmic_spi.c |3 +-
   drivers/rtc/Makefile|2 +-
   drivers/rtc/{mc13783-rtc.c =  mc13xxx-rtc.c}|0
   include/configs/efikamx.h   |2 +-
   include/configs/flea3.h |  286
 ++
   include/configs/imx31_litekit.h |2 +-
   include/configs/mx31ads.h   |2 +-
   include/configs/mx31pdk.h   |2 +-
   include/configs/mx35pdk.h   |2 +
   include/configs/mx51evk.h   |   14 +-
   include/configs/mx53ard.h   |2 +-
   include/configs/mx53evk.h   |2 +-
   include/configs/mx53loco.h  |2 +-
   include/configs/mx53smd.h   |2 +-
   include/configs/qong.h  |   36 ++--
   include/configs/tt01.h  |  254 
   include/configs/tx25.h  |6 +
   include/configs/vision2.h   |5 +-
   43 files changed, 1644 insertions(+), 99 deletions(-)
   create mode 100644 arch/arm/include/asm/arch-mx35/lowlevel_macro.S
   create mode 100644 board/CarMediaLab/flea3/Makefile
   create mode 100644 board/CarMediaLab/flea3/flea3.c
   create mode 100644 board/CarMediaLab/flea3/lowlevel_init.S
   create mode 100644 board/hale/tt01/Makefile
   create mode 100644 board/hale/tt01/lowlevel_init.S
   create mode 100644 board/hale/tt01/tt01.c
   rename drivers/rtc/{mc13783-rtc.c =  mc13xxx-rtc.c} 

Re: [U-Boot] [GIT PULL] Pull request: u-boot-imx

2011-10-19 Thread Stefano Babic
On 10/18/2011 08:12 PM, Albert ARIBAUD wrote:
 
 Weird: these two commits:
 
misc:pmic:max8998 MAX8998 support at a new PMIC driver.
misc:pmic:samsung Enable PMIC driver at GONI target
 
 are attributed to you

..and they should not be...

 whereas in your branch they are attributed to
 Łukasz Majewski --

That is correct - everything in the branch seems correct, but the
generated pull-request is wrong - weird ! I have already tried to
cherry-pick each single patch and then to check, but at the end I got
always a wrong pull-request list. I have supposed that is related to UTF
character in Łukasz name, but I am probably wrong.

 plus a third one not mentioned above. I did a git
 request-pull on my side, and find the following entries:
 
 Stefano Babic (15):
   MX51: vision2: Set global macros
   misc: pmic: Freescale PMIC switches to generic PMIC driver
   MX5: vision2: use new pmic driver
   RTC: Switch mc13783 to generic pmic code
   MX3: qong: use new pmic driver
   MX5: efikamx/efikasb: use new pmic driver
   misc: pmic: use I2C_SET_BUS in pmic I2C
   misc: pmic: addI2C  support to pmic_fsl driver
   MX35: mx35pdk: use new pmic driver
   MX5: mx51evk: use new pmic driver
   MX5: mx53evk: use new pmic driver
   MX31: mx31_litekit: use new pmic driver
   MX31: mx31ads: use new pmic driver
 (the next two commits are missing in your list)
   MX31: mx31pdk: use new pmic driver
   misc: pmic: drop old Freescale's pmic driver
 
 Łukasz Majewski (3):
 (the next commit is missing in your list)
   misc:pmic:core New generic PMIC driver
 (the next two commits are misattributed in your list)
   misc:pmic:max8998 MAX8998 support at a new PMIC driver.
   misc:pmic:samsung Enable PMIC driver at GONI target
 

This is correct. It is exactly what I wanted...

Meanwhile (and I do neither touched the u-boot-imx, nor updated my PC),
git pull-request delivers today the right list:

The following changes since commit e36544d37385c4a4b525e18326feb3664d2268fa:

  omap: overo: Disable pull-ups on camera PCLK, HS and VS signals
(2011-10-14 22:15:13 +0200)

are available in the git repository at:
  git://www.denx.de/git/u-boot-imx.git master

Fabio Estevam (2):
  mx31pdk: Remove unneeded config
  imx: fix coding style

Helmut Raiger (1):
  mx31: provide readable WEIM CS accessor

Marek Vasut (1):
  I2C: Add i2c_get/set_speed() to mxc_i2c.c

Stefano Babic (15):
  MX51: vision2: Set global macros
  misc: pmic: Freescale PMIC switches to generic PMIC driver
  MX5: vision2: use new pmic driver
  RTC: Switch mc13783 to generic pmic code
  MX3: qong: use new pmic driver
  MX5: efikamx/efikasb: use new pmic driver
  misc: pmic: use I2C_SET_BUS in pmic I2C
  misc: pmic: addI2C  support to pmic_fsl driver
  MX35: mx35pdk: use new pmic driver
  MX5: mx51evk: use new pmic driver
  MX5: mx53evk: use new pmic driver
  MX31: mx31_litekit: use new pmic driver
  MX31: mx31ads: use new pmic driver
  MX31: mx31pdk: use new pmic driver
  misc: pmic: drop old Freescale's pmic driver

Łukasz Majewski (3):
  misc:pmic:core New generic PMIC driver
  misc:pmic:max8998 MAX8998 support at a new PMIC driver.
  misc:pmic:samsung Enable PMIC driver at GONI target


 Note that I find the same list of modifications as stated below, which
 implies that only the attribution list above is incorrect.
 
   arch/arm/cpu/arm1136/mx31/generic.c |   11 ++
   arch/arm/cpu/arm1136/mx31/timer.c   |   23 ++-
   arch/arm/cpu/arm1136/mx35/generic.c |2 +-
   arch/arm/cpu/arm926ejs/mx25/generic.c   |  110 +++---
   arch/arm/cpu/arm926ejs/mx25/reset.c |2 +-
   arch/arm/cpu/arm926ejs/mx25/timer.c |   16 +-
   arch/arm/cpu/arm926ejs/mx27/reset.c |2 +-

Yes, that is correct.

 
 Can you double-check this u-boot-imx/master branch?

Everything seems correct, and today even a correct pull-request is
generated...no idea really why the list was wrong !

thanks,
Stefano

-- 
=
DENX Software Engineering GmbH, MD: Wolfgang Denk  Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80  Email: off...@denx.de
=
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [GIT PULL] Pull request: u-boot-imx

2011-10-19 Thread Albert ARIBAUD
Hi Stefano,

Le 17/10/2011 10:05, Stefano Babic a écrit :
 Hi Albert,

 please pull from u-boot-imx, thanks. Generating the pull request I see
 that three patches are missing (the three patches by  Łukasz Majewski).
 However, everything in the tree seems correct and the tree is already
 rebased on uboot_arm. Let me know if you find any issue.

 The following changes since commit e36544d37385c4a4b525e18326feb3664d2268fa:

omap: overo: Disable pull-ups on camera PCLK, HS and VS signals
 (2011-10-14 22:15:13 +0200)

 are available in the git repository at:
git://www.denx.de/git/u-boot-imx.git master

Applied to u-boot-arm/master, with the agreed-upon amendment to the list 
of patches and ownership:

 Fabio Estevam (2):
mx31pdk: Remove unneeded config
imx: fix coding style

 Helmut Raiger (1):
mx31: provide readable WEIM CS accessor

 Marek Vasut (1):
I2C: Add i2c_get/set_speed() to mxc_i2c.c

 Stefano Babic (15):
MX51: vision2: Set global macros
misc: pmic: Freescale PMIC switches to generic PMIC driver
MX5: vision2: use new pmic driver
RTC: Switch mc13783 to generic pmic code
MX3: qong: use new pmic driver
MX5: efikamx/efikasb: use new pmic driver
misc: pmic: use I2C_SET_BUS in pmic I2C
misc: pmic: addI2C  support to pmic_fsl driver
MX35: mx35pdk: use new pmic driver
MX5: mx51evk: use new pmic driver
MX5: mx53evk: use new pmic driver
MX31: mx31_litekit: use new pmic driver
MX31: mx31ads: use new pmic driver

   MX31: mx31pdk: use new pmic driver
   misc: pmic: drop old Freescale's pmic driver

Łukasz Majewski (3):
   misc:pmic:core New generic PMIC driver

misc:pmic:max8998 MAX8998 support at a new PMIC driver.
misc:pmic:samsung Enable PMIC driver at GONI target

   arch/arm/cpu/arm1136/mx31/generic.c |   11 ++
   arch/arm/cpu/arm1136/mx31/timer.c   |   23 ++-
   arch/arm/cpu/arm1136/mx35/generic.c |2 +-
   arch/arm/cpu/arm926ejs/mx25/generic.c   |  110 +++---
   arch/arm/cpu/arm926ejs/mx25/reset.c |2 +-
   arch/arm/cpu/arm926ejs/mx25/timer.c |   16 +-
   arch/arm/cpu/arm926ejs/mx27/reset.c |2 +-
   arch/arm/cpu/arm926ejs/mx27/timer.c |   14 +-
   arch/arm/cpu/armv7/mx5/soc.c|   10 +-
   arch/arm/include/asm/arch-mx31/imx-regs.h   |   35 -
   arch/arm/include/asm/arch-mx31/sys_proto.h  |   35 
   arch/arm/include/asm/arch-mx5/sys_proto.h   |8 +
   board/davedenx/qong/qong.c  |  107 ++---
   board/efikamx/efikamx.c |   51 ---
   board/freescale/mx31ads/mx31ads.c   |   16 ++-
   board/freescale/mx31pdk/mx31pdk.c   |   14 ++-
   board/freescale/mx35pdk/mx35pdk.c   |   18 ++-
   board/freescale/mx51evk/mx51evk.c   |   47 +++---
   board/freescale/mx53evk/mx53evk.c   |   17 ++-
   board/imx31_phycore/imx31_phycore.c |   41 -
   board/karo/tx25/tx25.c  |2 +-
   board/logicpd/imx27lite/imx27lite.c |6 +-
   board/logicpd/imx31_litekit/imx31_litekit.c |   30 +++-
   board/samsung/goni/goni.c   |4 +
   board/ttcontrol/vision2/vision2.c   |   33 +++--
   boards.cfg  |3 +-
   drivers/i2c/mxc_i2c.c   |   31 +++-
   drivers/misc/Makefile   |6 +-
   drivers/misc/fsl_pmic.c |  235
 ---
   drivers/misc/pmic_core.c|  147 +
   drivers/misc/pmic_fsl.c |   66 
   drivers/misc/pmic_i2c.c |   92 +++
   drivers/misc/pmic_max8998.c |   43 +
   drivers/misc/pmic_spi.c |  109 +
   drivers/rtc/mc13783-rtc.c   |   20 ++-
   include/configs/efikamx.h   |5 +-
   include/configs/imx31_litekit.h |9 +-
   include/configs/mx31ads.h   |8 +-
   include/configs/mx31pdk.h   |6 +-
   include/configs/mx35pdk.h   |5 +-
   include/configs/mx51evk.h   |6 +-
   include/configs/mx53evk.h   |5 +-
   include/configs/qong.h  |5 +-
   include/configs/s5p_goni.h  |4 +
   include/configs/vision2.h   |   22 ++-
   include/fsl_pmic.h  |5 +-
   include/max8998_pmic.h  |   84 ++
   include/pmic.h  |   71 
   48 files changed, 1110 insertions(+), 531 deletions(-)
   create mode 100644 arch/arm/include/asm/arch-mx31/sys_proto.h
   delete mode 100644 drivers/misc/fsl_pmic.c
   create mode 100644 drivers/misc/pmic_core.c
   create mode 100644 drivers/misc/pmic_fsl.c
   

Re: [U-Boot] [GIT PULL] Pull request: u-boot-imx

2011-10-18 Thread Albert ARIBAUD
Le 17/10/2011 10:05, Stefano Babic a écrit :
 Hi Albert,

 please pull from u-boot-imx, thanks. Generating the pull request I see
 that three patches are missing (the three patches by  Łukasz Majewski).
 However, everything in the tree seems correct and the tree is already
 rebased on uboot_arm. Let me know if you find any issue.

 The following changes since commit e36544d37385c4a4b525e18326feb3664d2268fa:

omap: overo: Disable pull-ups on camera PCLK, HS and VS signals
 (2011-10-14 22:15:13 +0200)

 are available in the git repository at:
git://www.denx.de/git/u-boot-imx.git master

 Fabio Estevam (2):
mx31pdk: Remove unneeded config
imx: fix coding style

 Helmut Raiger (1):
mx31: provide readable WEIM CS accessor

 Marek Vasut (1):
I2C: Add i2c_get/set_speed() to mxc_i2c.c

 Stefano Babic (15):
MX51: vision2: Set global macros
misc: pmic: Freescale PMIC switches to generic PMIC driver
MX5: vision2: use new pmic driver
RTC: Switch mc13783 to generic pmic code
MX3: qong: use new pmic driver
MX5: efikamx/efikasb: use new pmic driver
misc: pmic: use I2C_SET_BUS in pmic I2C
misc: pmic: addI2C  support to pmic_fsl driver
MX35: mx35pdk: use new pmic driver
MX5: mx51evk: use new pmic driver
MX5: mx53evk: use new pmic driver
MX31: mx31_litekit: use new pmic driver
MX31: mx31ads: use new pmic driver

Weird: these two commits:

misc:pmic:max8998 MAX8998 support at a new PMIC driver.
misc:pmic:samsung Enable PMIC driver at GONI target

are attributed to you whereas in your branch they are attributed to 
Łukasz Majewski -- plus a third one not mentioned above. I did a git 
request-pull on my side, and find the following entries:

Stefano Babic (15):
   MX51: vision2: Set global macros
   misc: pmic: Freescale PMIC switches to generic PMIC driver
   MX5: vision2: use new pmic driver
   RTC: Switch mc13783 to generic pmic code
   MX3: qong: use new pmic driver
   MX5: efikamx/efikasb: use new pmic driver
   misc: pmic: use I2C_SET_BUS in pmic I2C
   misc: pmic: addI2C  support to pmic_fsl driver
   MX35: mx35pdk: use new pmic driver
   MX5: mx51evk: use new pmic driver
   MX5: mx53evk: use new pmic driver
   MX31: mx31_litekit: use new pmic driver
   MX31: mx31ads: use new pmic driver
(the next two commits are missing in your list)
   MX31: mx31pdk: use new pmic driver
   misc: pmic: drop old Freescale's pmic driver

Łukasz Majewski (3):
(the next commit is missing in your list)
   misc:pmic:core New generic PMIC driver
(the next two commits are misattributed in your list)
   misc:pmic:max8998 MAX8998 support at a new PMIC driver.
   misc:pmic:samsung Enable PMIC driver at GONI target

Note that I find the same list of modifications as stated below, which 
implies that only the attribution list above is incorrect.

   arch/arm/cpu/arm1136/mx31/generic.c |   11 ++
   arch/arm/cpu/arm1136/mx31/timer.c   |   23 ++-
   arch/arm/cpu/arm1136/mx35/generic.c |2 +-
   arch/arm/cpu/arm926ejs/mx25/generic.c   |  110 +++---
   arch/arm/cpu/arm926ejs/mx25/reset.c |2 +-
   arch/arm/cpu/arm926ejs/mx25/timer.c |   16 +-
   arch/arm/cpu/arm926ejs/mx27/reset.c |2 +-
   arch/arm/cpu/arm926ejs/mx27/timer.c |   14 +-
   arch/arm/cpu/armv7/mx5/soc.c|   10 +-
   arch/arm/include/asm/arch-mx31/imx-regs.h   |   35 -
   arch/arm/include/asm/arch-mx31/sys_proto.h  |   35 
   arch/arm/include/asm/arch-mx5/sys_proto.h   |8 +
   board/davedenx/qong/qong.c  |  107 ++---
   board/efikamx/efikamx.c |   51 ---
   board/freescale/mx31ads/mx31ads.c   |   16 ++-
   board/freescale/mx31pdk/mx31pdk.c   |   14 ++-
   board/freescale/mx35pdk/mx35pdk.c   |   18 ++-
   board/freescale/mx51evk/mx51evk.c   |   47 +++---
   board/freescale/mx53evk/mx53evk.c   |   17 ++-
   board/imx31_phycore/imx31_phycore.c |   41 -
   board/karo/tx25/tx25.c  |2 +-
   board/logicpd/imx27lite/imx27lite.c |6 +-
   board/logicpd/imx31_litekit/imx31_litekit.c |   30 +++-
   board/samsung/goni/goni.c   |4 +
   board/ttcontrol/vision2/vision2.c   |   33 +++--
   boards.cfg  |3 +-
   drivers/i2c/mxc_i2c.c   |   31 +++-
   drivers/misc/Makefile   |6 +-
   drivers/misc/fsl_pmic.c |  235
 ---
   drivers/misc/pmic_core.c|  147 +
   drivers/misc/pmic_fsl.c |   66 
   drivers/misc/pmic_i2c.c |   92 +++
   drivers/misc/pmic_max8998.c |   43 +
   

[U-Boot] [GIT PULL] Pull request: u-boot-imx

2011-10-17 Thread Stefano Babic
Hi Albert,

please pull from u-boot-imx, thanks. Generating the pull request I see
that three patches are missing (the three patches by  Łukasz Majewski).
However, everything in the tree seems correct and the tree is already
rebased on uboot_arm. Let me know if you find any issue.

The following changes since commit e36544d37385c4a4b525e18326feb3664d2268fa:

  omap: overo: Disable pull-ups on camera PCLK, HS and VS signals
(2011-10-14 22:15:13 +0200)

are available in the git repository at:
  git://www.denx.de/git/u-boot-imx.git master

Fabio Estevam (2):
  mx31pdk: Remove unneeded config
  imx: fix coding style

Helmut Raiger (1):
  mx31: provide readable WEIM CS accessor

Marek Vasut (1):
  I2C: Add i2c_get/set_speed() to mxc_i2c.c

Stefano Babic (15):
  MX51: vision2: Set global macros
  misc: pmic: Freescale PMIC switches to generic PMIC driver
  MX5: vision2: use new pmic driver
  RTC: Switch mc13783 to generic pmic code
  MX3: qong: use new pmic driver
  MX5: efikamx/efikasb: use new pmic driver
  misc: pmic: use I2C_SET_BUS in pmic I2C
  misc: pmic: addI2C  support to pmic_fsl driver
  MX35: mx35pdk: use new pmic driver
  MX5: mx51evk: use new pmic driver
  MX5: mx53evk: use new pmic driver
  MX31: mx31_litekit: use new pmic driver
  MX31: mx31ads: use new pmic driver
  misc:pmic:max8998 MAX8998 support at a new PMIC driver.
  misc:pmic:samsung Enable PMIC driver at GONI target

 arch/arm/cpu/arm1136/mx31/generic.c |   11 ++
 arch/arm/cpu/arm1136/mx31/timer.c   |   23 ++-
 arch/arm/cpu/arm1136/mx35/generic.c |2 +-
 arch/arm/cpu/arm926ejs/mx25/generic.c   |  110 +++---
 arch/arm/cpu/arm926ejs/mx25/reset.c |2 +-
 arch/arm/cpu/arm926ejs/mx25/timer.c |   16 +-
 arch/arm/cpu/arm926ejs/mx27/reset.c |2 +-
 arch/arm/cpu/arm926ejs/mx27/timer.c |   14 +-
 arch/arm/cpu/armv7/mx5/soc.c|   10 +-
 arch/arm/include/asm/arch-mx31/imx-regs.h   |   35 -
 arch/arm/include/asm/arch-mx31/sys_proto.h  |   35 
 arch/arm/include/asm/arch-mx5/sys_proto.h   |8 +
 board/davedenx/qong/qong.c  |  107 ++---
 board/efikamx/efikamx.c |   51 ---
 board/freescale/mx31ads/mx31ads.c   |   16 ++-
 board/freescale/mx31pdk/mx31pdk.c   |   14 ++-
 board/freescale/mx35pdk/mx35pdk.c   |   18 ++-
 board/freescale/mx51evk/mx51evk.c   |   47 +++---
 board/freescale/mx53evk/mx53evk.c   |   17 ++-
 board/imx31_phycore/imx31_phycore.c |   41 -
 board/karo/tx25/tx25.c  |2 +-
 board/logicpd/imx27lite/imx27lite.c |6 +-
 board/logicpd/imx31_litekit/imx31_litekit.c |   30 +++-
 board/samsung/goni/goni.c   |4 +
 board/ttcontrol/vision2/vision2.c   |   33 +++--
 boards.cfg  |3 +-
 drivers/i2c/mxc_i2c.c   |   31 +++-
 drivers/misc/Makefile   |6 +-
 drivers/misc/fsl_pmic.c |  235
---
 drivers/misc/pmic_core.c|  147 +
 drivers/misc/pmic_fsl.c |   66 
 drivers/misc/pmic_i2c.c |   92 +++
 drivers/misc/pmic_max8998.c |   43 +
 drivers/misc/pmic_spi.c |  109 +
 drivers/rtc/mc13783-rtc.c   |   20 ++-
 include/configs/efikamx.h   |5 +-
 include/configs/imx31_litekit.h |9 +-
 include/configs/mx31ads.h   |8 +-
 include/configs/mx31pdk.h   |6 +-
 include/configs/mx35pdk.h   |5 +-
 include/configs/mx51evk.h   |6 +-
 include/configs/mx53evk.h   |5 +-
 include/configs/qong.h  |5 +-
 include/configs/s5p_goni.h  |4 +
 include/configs/vision2.h   |   22 ++-
 include/fsl_pmic.h  |5 +-
 include/max8998_pmic.h  |   84 ++
 include/pmic.h  |   71 
 48 files changed, 1110 insertions(+), 531 deletions(-)
 create mode 100644 arch/arm/include/asm/arch-mx31/sys_proto.h
 delete mode 100644 drivers/misc/fsl_pmic.c
 create mode 100644 drivers/misc/pmic_core.c
 create mode 100644 drivers/misc/pmic_fsl.c
 create mode 100644 drivers/misc/pmic_i2c.c
 create mode 100644 drivers/misc/pmic_max8998.c
 create mode 100644 drivers/misc/pmic_spi.c
 create mode 100644 include/max8998_pmic.h
 create mode 100644 include/pmic.h

Thanks,
Stefano

-- 
=
DENX Software Engineering GmbH, MD: Wolfgang Denk  Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: 

[U-Boot] [GIT PULL] Pull request: u-boot-imx

2011-09-08 Thread Stefano Babic
Hi Albert,

Wolfgang has merged himself most of pending IMX patches. However, a few
are missing and for the rest we agree we go on the normal way via pull
request. With this pull request all IMX boards should be fixed.

The following changes since commit 63cf97e825b8d821e2d3d6d6c6604634ac24810a:

  omap3: beagle: Fix build warning (2011-09-08 07:39:55 +0200)

are available in the git repository at:
  git://www.denx.de/git/u-boot-imx.git master

Fabio Estevam (2):
  MX25: tx25: Fix build by making use of GPIO framework
  MX25: tx25: Cleanup tx25.h config

Stefano Babic (1):
  MX31: mx31pdk: make use of GPIO framework

 board/karo/tx25/tx25.c|1 +
 include/configs/mx31pdk.h |1 +
 include/configs/tx25.h|   16 
 3 files changed, 10 insertions(+), 8 deletions(-)

Regards,
Stefano

-- 
=
DENX Software Engineering GmbH, MD: Wolfgang Denk  Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80  Email: off...@denx.de
=
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [GIT PULL] Pull request: u-boot-imx

2011-08-30 Thread Albert ARIBAUD
Hi Stefano,

Le 26/08/2011 16:23, Stefano Babic a écrit :
 Hi Albert,

 please pull from u-boot-imx:

 The following changes since commit 5557e86bb0793012057d5462976c2a902bc629ac:

omap4: increase SRAM budget to fix build error (2011-08-21 10:14:51 +0200)

 are available in the git repository at:
git://www.denx.de/git/u-boot-imx.git master

 David Jander (1):
ARM: MX51: PLL errata workaround

 Fabio Estevam (1):
mx53: ddr3: Update DD3 initialization

 Stefano Babic (20):
MX35: MX35PDK: support additional RAM on CSD1
MX: MX35 / MX5: uniform clock command with powerpc
IMX: uniform GPIO interface using GPIO framework
MX25: make use of GPIO framework for MX25 processor
MX31: make use of GPIO framework for MX31 processor
MX5: make use of GPIO framework for MX5 processor
MX35: make use of GPIO framework for MX35 processor
MX31: QONG: make use of GPIO framework
MX5: efikamx: make use of GPIO framework
MX25: zmx25: make use of GPIO framework
MX5: mx53ard: make use of GPIO framework
MX5: mx53smd: make use of GPIO framework
MX5: vision2: make use of GPIO framework
MX5: mx53evk: make use of GPIO framework
MX5: mx53loco: make use of GPIO framework
MX35: mx35pdk: make use of GPIO framework
MX5: mx51evk: make use of GPIO framework
MX31: mx31ads: make use of GPIO framework
MX31: imx31_litekit: make use of GPIO framework
IMX: scb9328: drop warnings

Applied (after rebasing) to u-boot-arm/master, thanks !

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


[U-Boot] [GIT PULL] Pull request: u-boot-imx

2011-08-26 Thread Stefano Babic
Hi Albert,

please pull from u-boot-imx:

The following changes since commit 5557e86bb0793012057d5462976c2a902bc629ac:

  omap4: increase SRAM budget to fix build error (2011-08-21 10:14:51 +0200)

are available in the git repository at:
  git://www.denx.de/git/u-boot-imx.git master

David Jander (1):
  ARM: MX51: PLL errata workaround

Fabio Estevam (1):
  mx53: ddr3: Update DD3 initialization

Stefano Babic (17):
  MX35: MX35PDK: support additional RAM on CSD1
  MX: MX35 / MX5: uniform clock command with powerpc
  IMX: uniform GPIO interface using GPIO framework
  MX25: make use of GPIO framework for MX25 processor
  MX31: make use of GPIO framework for MX31 processor
  MX5: make use of GPIO framework for MX5 processor
  MX35: make use of GPIO framework for MX35 processor
  MX31: QONG: make use of GPIO framework
  MX5: efikamx: make use of GPIO framework
  MX25: zmx25: make use of GPIO framework
  MX5: mx53ard: make use of GPIO framework
  MX5: mx53smd: make use of GPIO framework
  MX5: vision2: make use of GPIO framework
  MX5: mx53evk: make use of GPIO framework
  MX5: mx53loco: make use of GPIO framework
  MX35: mx35pdk: make use of GPIO framework
  MX5: mx51evk: make use of GPIO framework

 arch/arm/cpu/arm1136/mx35/generic.c|4 +-
 arch/arm/cpu/armv7/mx5/clock.c |4 +-
 arch/arm/cpu/armv7/mx5/lowlevel_init.S |   38 +++
 .../arm/include/asm/arch-mx25/gpio.h   |   42 
 arch/arm/include/asm/arch-mx25/imx-regs.h  |   12 ---
 arch/arm/include/asm/arch-mx31/gpio.h  |   35 ++
 arch/arm/include/asm/arch-mx31/imx-regs.h  |7 --
 arch/arm/include/asm/arch-mx35/gpio.h  |   40 +++
 arch/arm/include/asm/arch-mx5/gpio.h   |   35 ++
 arch/arm/include/asm/arch-mx5/imx-regs.h   |   12 ++--
 board/davedenx/qong/fpga.c |   10 ++--
 board/davedenx/qong/qong.c |   36 +-
 board/efikamx/efikamx.c|   62
+++---
 board/freescale/mx35pdk/lowlevel_init.S|9 ++-
 board/freescale/mx35pdk/mx35pdk.c  |   22 +--
 board/freescale/mx51evk/mx51evk.c  |   18 ++
 board/freescale/mx53ard/imximage_dd3.cfg   |6 +-
 board/freescale/mx53ard/mx53ard.c  |8 +-
 board/freescale/mx53evk/mx53evk.c  |6 +-
 board/freescale/mx53loco/imximage.cfg  |6 +-
 board/freescale/mx53loco/mx53loco.c|6 +-
 board/freescale/mx53smd/imximage.cfg   |6 +-
 board/freescale/mx53smd/mx53smd.c  |4 +-
 board/syteco/zmx25/zmx25.c |   35 --
 board/ttcontrol/vision2/vision2.c  |   71

 doc/README.imx5|   17 +
 drivers/gpio/mxc_gpio.c|   51 +-
 drivers/spi/mxc_spi.c  |8 +-
 include/configs/mx35pdk.h  |7 +-
 include/configs/mx51evk.h  |1 +
 30 files changed, 380 insertions(+), 238 deletions(-)
 rename include/mxc_gpio.h = arch/arm/include/asm/arch-mx25/gpio.h (59%)
 create mode 100644 arch/arm/include/asm/arch-mx31/gpio.h
 create mode 100644 arch/arm/include/asm/arch-mx35/gpio.h
 create mode 100644 arch/arm/include/asm/arch-mx5/gpio.h
 create mode 100644 doc/README.imx5

Thanks,
Stefano
-- 
=
DENX Software Engineering GmbH, MD: Wolfgang Denk  Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80  Email: off...@denx.de
=
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [GIT PULL] Pull request: u-boot-imx

2011-08-26 Thread Stefano Babic
On 08/26/2011 11:31 AM, Stefano Babic wrote:
 Hi Albert,
 

Please do not apply my last pull request. It was sent errouneosly too
fast

Stefano

-- 
=
DENX Software Engineering GmbH, MD: Wolfgang Denk  Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80  Email: off...@denx.de
=
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [GIT PULL] Pull request: u-boot-imx

2011-08-26 Thread Stefano Babic
Hi Albert,

please pull from u-boot-imx:

The following changes since commit 5557e86bb0793012057d5462976c2a902bc629ac:

  omap4: increase SRAM budget to fix build error (2011-08-21 10:14:51 +0200)

are available in the git repository at:
  git://www.denx.de/git/u-boot-imx.git master

David Jander (1):
  ARM: MX51: PLL errata workaround

Fabio Estevam (1):
  mx53: ddr3: Update DD3 initialization

Stefano Babic (20):
  MX35: MX35PDK: support additional RAM on CSD1
  MX: MX35 / MX5: uniform clock command with powerpc
  IMX: uniform GPIO interface using GPIO framework
  MX25: make use of GPIO framework for MX25 processor
  MX31: make use of GPIO framework for MX31 processor
  MX5: make use of GPIO framework for MX5 processor
  MX35: make use of GPIO framework for MX35 processor
  MX31: QONG: make use of GPIO framework
  MX5: efikamx: make use of GPIO framework
  MX25: zmx25: make use of GPIO framework
  MX5: mx53ard: make use of GPIO framework
  MX5: mx53smd: make use of GPIO framework
  MX5: vision2: make use of GPIO framework
  MX5: mx53evk: make use of GPIO framework
  MX5: mx53loco: make use of GPIO framework
  MX35: mx35pdk: make use of GPIO framework
  MX5: mx51evk: make use of GPIO framework
  MX31: mx31ads: make use of GPIO framework
  MX31: imx31_litekit: make use of GPIO framework
  IMX: scb9328: drop warnings

 arch/arm/cpu/arm1136/mx35/generic.c|4 +-
 arch/arm/cpu/armv7/mx5/clock.c |4 +-
 arch/arm/cpu/armv7/mx5/lowlevel_init.S |   38 +++
 .../arm/include/asm/arch-mx25/gpio.h   |   42 
 arch/arm/include/asm/arch-mx25/imx-regs.h  |   12 ---
 arch/arm/include/asm/arch-mx31/gpio.h  |   35 ++
 arch/arm/include/asm/arch-mx31/imx-regs.h  |7 --
 arch/arm/include/asm/arch-mx35/gpio.h  |   40 +++
 arch/arm/include/asm/arch-mx5/gpio.h   |   35 ++
 arch/arm/include/asm/arch-mx5/imx-regs.h   |   12 ++--
 board/davedenx/qong/fpga.c |   10 ++--
 board/davedenx/qong/qong.c |   36 +-
 board/efikamx/efikamx.c|   62
+++---
 board/freescale/mx35pdk/lowlevel_init.S|9 ++-
 board/freescale/mx35pdk/mx35pdk.c  |   22 +--
 board/freescale/mx51evk/mx51evk.c  |   18 ++
 board/freescale/mx53ard/imximage_dd3.cfg   |6 +-
 board/freescale/mx53ard/mx53ard.c  |8 +-
 board/freescale/mx53evk/mx53evk.c  |6 +-
 board/freescale/mx53loco/imximage.cfg  |6 +-
 board/freescale/mx53loco/mx53loco.c|6 +-
 board/freescale/mx53smd/imximage.cfg   |6 +-
 board/freescale/mx53smd/mx53smd.c  |4 +-
 board/scb9328/scb9328.c|2 +-
 board/syteco/zmx25/zmx25.c |   35 --
 board/ttcontrol/vision2/vision2.c  |   71

 doc/README.imx5|   17 +
 drivers/gpio/mxc_gpio.c|   51 +-
 drivers/spi/mxc_spi.c  |8 +-
 include/configs/imx31_litekit.h|1 +
 include/configs/mx31ads.h  |1 +
 include/configs/mx35pdk.h  |7 +-
 include/configs/mx51evk.h  |1 +
 33 files changed, 383 insertions(+), 239 deletions(-)
 rename include/mxc_gpio.h = arch/arm/include/asm/arch-mx25/gpio.h (59%)
 create mode 100644 arch/arm/include/asm/arch-mx31/gpio.h
 create mode 100644 arch/arm/include/asm/arch-mx35/gpio.h
 create mode 100644 arch/arm/include/asm/arch-mx5/gpio.h
 create mode 100644 doc/README.imx5

Thanks,
Stefano

-- 
=
DENX Software Engineering GmbH, MD: Wolfgang Denk  Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80  Email: off...@denx.de
=
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


  1   2   >