Re: [U-Boot] [PATCH V4 1/3] eMMC: add support for operations in RPMB partition

2014-04-24 Thread Wolfgang Denk
Dear Pierre. In message <1398321641-7113-2-git-send-email-p.aub...@staubli.com> you wrote: > ... > --- a/lib/Makefile > +++ b/lib/Makefile > @@ -35,6 +35,9 @@ obj-y += net_utils.o > obj-$(CONFIG_PHYSMEM) += physmem.o > obj-y += qsort.o > obj-$(CONFIG_SHA1) += sha1.o > +ifdef CONFIG_SUPPORT_EMMC

Re: [U-Boot] [PATCH 07/11] MX6: use macro building for MX6Q/MX6DL iomux regs

2014-04-24 Thread Igor Grinberg
On 04/23/14 22:00, Eric Nelson wrote: > Hi Stefano, > > On 04/23/2014 10:07 AM, Stefano Babic wrote: >> Hi Tim, hi Nikita, >> >> On 10/04/2014 16:08, Nikita Kiryanov wrote: >> The cfg files are currently all written to use the IOMUX register names as MX6_ (no Q vs DL) so that a single c

Re: [U-Boot] [PATCH V4 1/3] eMMC: add support for operations in RPMB partition

2014-04-24 Thread Pierre AUBERT
Hello Wolfgang, Le 24/04/2014 08:55, Wolfgang Denk a écrit : Dear Pierre Aubert, In message <1398321641-7113-2-git-send-email-p.aub...@staubli.com> you wrote: This patch adds functions for read, write and authentication key programming for the Replay Protected Memory Block partition in the eMM

Re: [U-Boot] am33xx : bit-flip correction in oob

2014-04-24 Thread Belisko Marek
Hi Pekon, On Wed, Apr 23, 2014 at 8:04 PM, Gupta, Pekon wrote: > Hello Marek, > >>From: Belisko Marek [mailto:marek.beli...@gmail.com] >> >>CC-ing Pekon Gupta which add those changes in commit: >>6e562b1106ea6afc78752f50925e87e9dd14f8b4 >> >>On Tue, Apr 15, 2014 at 12:47 PM, Belisko Marek >>wro

Re: [U-Boot] [PATCH V4 1/3] eMMC: add support for operations in RPMB partition

2014-04-24 Thread Wolfgang Denk
Dear Pierre, In message <5358ba6a.3030...@staubli.com> you wrote: > > > The changelog goes into the comment section (i. e. below the "---" > I will fix it in V5. I made the same mistake for the patch 3/3. Thanks. Actually I cannot see a V4 of patch 3/3 ? > > line), not into the commit message.

Re: [U-Boot] [PATCH V4 1/3] eMMC: add support for operations in RPMB partition

2014-04-24 Thread Pierre AUBERT
Hello Wolfgang, Le 24/04/2014 09:33, Wolfgang Denk a écrit : Dear Pierre, In message <5358ba6a.3030...@staubli.com> you wrote: The changelog goes into the comment section (i. e. below the "---" I will fix it in V5. I made the same mistake for the patch 3/3. Thanks. Actually I cannot see a V

Re: [U-Boot] [PATCH V4 1/3] eMMC: add support for operations in RPMB partition

2014-04-24 Thread Pierre AUBERT
Hello Wolfgang, Le 24/04/2014 08:59, Wolfgang Denk a écrit : Dear Pierre. In message <1398321641-7113-2-git-send-email-p.aub...@staubli.com> you wrote: ... --- a/lib/Makefile +++ b/lib/Makefile @@ -35,6 +35,9 @@ obj-y += net_utils.o obj-$(CONFIG_PHYSMEM) += physmem.o obj-y += qsort.o obj

Re: [U-Boot] [PATCH 1/4] power: make pfuze100 be able to coexist with other pmics

2014-04-24 Thread Stefano Babic
Hi Tim, On 23/04/2014 06:53, Tim Harvey wrote: > Avoid uding pmic_init() as this forces the model of only allowing a > single PMIC driver to be built at a time. > > Signed-off-by: Tim Harvey > --- > drivers/power/pmic/pmic_pfuze100.c | 2 +- > include/power/pfuze100_pmic.h | 1 + > 2 files

Re: [U-Boot] [PATCH 3/4] power: Add support for LTC3676 PMIC

2014-04-24 Thread Stefano Babic
Hi Tim, On 23/04/2014 06:53, Tim Harvey wrote: > The LTC3676 PMIC includes four DC/DC converters, and three 300mA > LDO Regulators (two Adjustable). The DC/DC converters are adjustable based > on a resistor devider (board-specific). > > This adds support for the LTC3676 by creating a namespace un

Re: [U-Boot] [PATCH 11/11] ventana: switch to SPL

2014-04-24 Thread Tim Harvey
On Wed, Apr 23, 2014 at 11:03 AM, Stefano Babic wrote: > Hi Tim, Hi Stefano, > > On 03/04/2014 08:01, Tim Harvey wrote: >> Switch to an SPL image. The SPL for Ventana does the following: >> - setup i2c and read the factory programmed EEPROM to obtain DRAM config >>and model for board-specif

Re: [U-Boot] [PATCH 4/4] [PATCH] ventana: Add support for the LTC3676 PMIC

2014-04-24 Thread Stefano Babic
On 23/04/2014 06:53, Tim Harvey wrote: > The LTC3676 PMIC is used instead of the PFUZE100 PMIC on the > GW51xx/GW52xx/GW53xx Ventana baseboards. In order to support the IMX6Q SoC > at 1GHz on those baseboards, we need to adjust the voltage scaling for the SW1 > and SW3 DC/DC converters on the LTC36

Re: [U-Boot] [PATCH 11/11] ventana: switch to SPL

2014-04-24 Thread Stefano Babic
Hi Tim, On 24/04/2014 10:06, Tim Harvey wrote: >>> + >>> +/* configure mx6 mmdc io registers */ >>> +struct mx6_mmdc_ioregs mmdc_ioregs = { >>> + /* DDR3 */ >>> + .mmdc_grp_ddr_type = 0x000c, >>> + /* disable DDR pullups */ >>> + .mmdc_grp_ddrpke = 0x, >>> + /* SDCL

Re: [U-Boot] [PATCH 1/4] power: make pfuze100 be able to coexist with other pmics

2014-04-24 Thread Tim Harvey
On Thu, Apr 24, 2014 at 1:03 AM, Stefano Babic wrote: > Hi Tim, > > On 23/04/2014 06:53, Tim Harvey wrote: >> Avoid uding pmic_init() as this forces the model of only allowing a >> single PMIC driver to be built at a time. >> >> Signed-off-by: Tim Harvey >> --- >> drivers/power/pmic/pmic_pfuze10

Re: [U-Boot] [PATCH 11/11] ventana: switch to SPL

2014-04-24 Thread Stefan Roese
Hi Tim! BTW: Thanks for all your work on this. Great work and really appreciated. Just a quick note: On 24.04.2014 10:06, Tim Harvey wrote: If I were to split the partitions like the above change, it will cause some grief for existing users that are using the 3.0.35 (non device-tree) vendor

[U-Boot] [PATCH] dfu:fix: Replace wrong return value with proper one

2014-04-24 Thread Lukasz Majewski
This patch remove always false (since we tested ret = 0) ternary operator with ret value returned. Signed-off-by: Lukasz Majewski --- drivers/dfu/dfu.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/dfu/dfu.c b/drivers/dfu/dfu.c index a41195b..422cdba 100644 --- a

[U-Boot] [PATCH V5 1/3] eMMC: add support for operations in RPMB partition

2014-04-24 Thread Pierre Aubert
This patch adds functions for read, write and authentication key programming for the Replay Protected Memory Block partition in the eMMC. Signed-off-by: Pierre Aubert CC: Pantelis Antoniou --- Changes in V5: - move changelog to the right place - change lib/Makefile for adding sha256 when CONFIG_

[U-Boot] [PATCH V5 2/3] Add the function 'confirm_yesno' for interactive

2014-04-24 Thread Pierre Aubert
User's confirmation is asked in different commands. This commit adds a function for such confirmation. Signed-off-by: Pierre Aubert --- V3, V4, V5: no changes Patch added in V2 common/cmd_fuse.c | 11 ++- common/cmd_nand.c | 16 +--- common/cmd_otp.c | 18 +++---

[U-Boot] [PATCH V5 0/3] eMMC: support for Read Protected Memory Block (RPMB)

2014-04-24 Thread Pierre Aubert
This serie of patches adds some functions and a sub-command of 'mmc' for programming the authentication key and for reading and writing the RPMB partition of an eMMC according to the JEDEC standard No. 64-A441 The sub-command rpmb is enabled by the flag CONFIG_SUPPORT_EMMC_RPMB defined in the b

[U-Boot] [PATCH V5 3/3] eMMC: cmd_mmc.c adds the 'rpmb' sub-command for the 'mmc' command

2014-04-24 Thread Pierre Aubert
This sub-command adds support for the RPMB partition of an eMMC: * mmc rpmb key Programs the authentication key in the eMMC This key can not be overwritten. * mmc rpmb read <#count> [address of key] Reads <#count> blocks of 256 bytes in the RPMB partition beginning at block number . If t

Re: [U-Boot] [PATCH 1/4] power: make pfuze100 be able to coexist with other pmics

2014-04-24 Thread Stefano Babic
Hi Tim, On 24/04/2014 10:19, Tim Harvey wrote: >> >> This is a change in the PMIC framework API and must be documented. >> >> Currently, we support multiple instances of the same PMIC, but not >> different PMIC on the same board. >> > > Stefano, > > Hmm... I see several pmic's that use their ow

[U-Boot] [PATCH v2] drivers/i2c/fsl_i2c: modify i2c_read to handle multi-byte write

2014-04-24 Thread Shaveta Leekha
Most of the I2C slaves support accesses in the typical style that is : read/write series of bytes at particular address offset. These transactions look like:" (1) START:Address:Tx:Offset:RESTART:Address[0..4]:Tx/Rx:data[0..n]:STOP" However there are certain devices which support accesses in terms

Re: [U-Boot] [PATCH 1/2] mtd: denali: improve nand_read_oob and fix nand_write_oob

2014-04-24 Thread Masahiro Yamada
Hi Chin, > > [1] Fix denali_write_oob() handler. > > > > As for v7, "nand markbad" did not work at all. > > > > With this patch, it works. > > Actually this was tested before. > Here is the test result (as this was written as SOCFPGA documentation) > > SOCFPGA_CYCLONE5 # nand markbad 0 > Bad

Re: [U-Boot] [PATCH v7] nand/denali: Adding Denali NAND driver support

2014-04-24 Thread Masahiro Yamada
Hi Chin, On Wed, 23 Apr 2014 02:06:58 -0500 Chin Liang See wrote: > Hi Masahiro, > > > On Fri, 2014-04-18 at 20:41 +0900, Masahiro Yamada wrote: > > Hi Chin, > > > > > > I found another fatal problem in v7. > > "nand markbad" command does not work at all. > > I think write_oob_data() is bug

Re: [U-Boot] [PATCH 1/2] mtd: denali: improve nand_read_oob and fix nand_write_oob

2014-04-24 Thread Masahiro Yamada
Hi Scott, Chin, On Wed, 23 Apr 2014 02:15:10 -0500 Chin Liang See wrote: > On Tue, 2014-04-22 at 14:12 -0500, Scott Wood wrote: > > On Tue, 2014-04-22 at 10:04 +0900, Masahiro Yamada wrote: > > > Hi Scott, > > > > > > > > > > > It is really really painful to wait more than 10 seconds just for

Re: [U-Boot] [PATCH V2] 4xx: add support for new PMC440 revision with cleanup

2014-04-24 Thread Stefan Roese
On 25.03.2014 22:00, Matthias Fuchs wrote: This patch adds support for the new PMC440 hardware revision 1.4. The board now uses Micrel KSZ9031 phys. Add missing i2c initialization before reading bootstrap eeprom. Fix a couple of coding style issues. Make local functions static. Signed-off-by:

[U-Boot] Please pull u-boot-ppc4xx/master

2014-04-24 Thread Stefan Roese
Hi Tom, please pull the following patch: The following changes since commit adcdeacc3eda1e5949e54062aa99c299e12483be: Merge branch 'master' of git://git.denx.de/u-boot-mips (2014-04-23 11:07:11 -0400) are available in the git repository at: git://www.denx.de/git/u-boot-ppc4xx.git master

Re: [U-Boot] am33xx : bit-flip correction in oob

2014-04-24 Thread Gupta, Pekon
Hi Marek, >From: Belisko Marek [mailto:marek.beli...@gmail.com] >On Wed, Apr 23, 2014 at 8:04 PM, Gupta, Pekon wrote: >>>From: Belisko Marek [mailto:marek.beli...@gmail.com] >>> >>>CC-ing Pekon Gupta which add those changes in commit: >>>6e562b1106ea6afc78752f50925e87e9dd14f8b4 >>> >>>On Tue, Apr

[U-Boot] [PATCH] kbuild: Fix trailing whitespaces

2014-04-24 Thread Michal Simek
Trivial fix. Signed-off-by: Michal Simek --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 0191869..3e324f9 100644 --- a/Makefile +++ b/Makefile @@ -285,7 +285,7 @@ export KBUILD_CHECKSRC KBUILD_SRC KBUILD_EXTMOD # cmd_cc_o

[U-Boot] iMX6 PCie inbound traffic not working

2014-04-24 Thread David Müller (ELSOFT AG)
Hello I tried to use a Intel 82574 based miniPCIe NIC on a Freescale iMX6 eval board as shown below. It seems that the NIC is unable to read and/or write the descriptors in system memory. The settings of the PCIe core registers seems to be OK (according to the iMX6 RM). Any idea what i am missing

Re: [U-Boot] [PATCH v4 4/5] usb/gadget: add the fastboot gadget

2014-04-24 Thread Rob Herring
On Wed, Apr 23, 2014 at 6:02 AM, Lukasz Majewski wrote: > Hi Rob, > >> From: Sebastian Siewior >> >> This patch contains an implementation of the fastboot protocol on the >> device side and documentation. This is based on USB download gadget >> infrastructure. The fastboot function implements the

[U-Boot] [PATCH 5/5] siemens: cosmetic: rename project_dir

2014-04-24 Thread Samuel Egli
Signed-off-by: Samuel Egli Cc: Roger Meier Cc: Heiko Schocher Cc: Wolfgang Denk --- include/configs/siemens-am33x-common.h |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/siemens-am33x-common.h b/include/configs/siemens-am33x-common.h index 261b348..73a1

[U-Boot] [PATCH 0/5] siemens: update and cleanup code

2014-04-24 Thread Samuel Egli
This patch series provides a general update and clean up for siemens boards. * Update DDR3 settings for dxr2 board. Provide DDR3 software leveling parameters for new engineering samples * Add more flexible control of LEDs * Cosmetic changes in dxr2 and pxm2 Samuel Egli (5): siemens: cosmeti

[U-Boot] [PATCH 3/5] siemens: add led cmd for flexible LED control

2014-04-24 Thread Samuel Egli
* remove setting LED in user button function. We want to decouple reading user button and setting LED. This two things need to be done independently. * led cmd can be used to control LEDs that are defined in board file having a led cmd, one can easily set LEDs in u-boot shell. For ex

[U-Boot] [PATCH 4/5] siemens: change LED indication in DFU mode

2014-04-24 Thread Samuel Egli
In order to have the same LED indication like in another product when ready for updating, enable only red led and disable status LED when entering DFU mode. The status LED is only switched off when defined in board file. Signed-off-by: Samuel Egli Cc: Roger Meier Cc: Heiko Schocher Cc: Wolfgan

[U-Boot] [PATCH 1/5] siemens: cosmetic: remove unused and rename defines

2014-04-24 Thread Samuel Egli
For dxr2 board DXR2_IOCTRL_VAL is set by data in EEPROM. In pxm2 board it does not make sense to have dxr2 as prefix. Replace it with more meaningful DDR prefix. Signed-off-by: Samuel Egli Cc: Pascal Bach Cc: Roger Meier Cc: Heiko Schocher Cc: Wolfgang Denk --- board/siemens/pxm2/board.c |

[U-Boot] [PATCH 2/5] siemens: update DDR3 parameters for dxr2

2014-04-24 Thread Samuel Egli
* add parameters for factory and print them at start up to facilitate control of right DDR3 settings in EEPROM. * cosmetic changes in a couple of printfs Signed-off-by: Samuel Egli Cc: Roger Meier Cc: Heiko Schocher Cc: Wolfgang Denk --- board/siemens/dxr2/board.c | 41 +++

Re: [U-Boot] [PATCH] powerpc: Increase u-boot size for selected boards

2014-04-24 Thread York Sun
On 04/23/2014 11:22 PM, Dirk Eibach wrote: > NAK for dlvision, io, iocon and neo. > Flash partition layout does not allow changing CONFIG_SYS_TEXT_BASE. > I will try to come up with a different solution for these boards. > Thanks. I will resend the patch to deal with MPC8572DS only. York _

Re: [U-Boot] [PATCH 1/3] net/designware: ensure device private data is DMA aligned.

2014-04-24 Thread Alexey Brodkin
Dear Ian, On Sat, 2014-04-19 at 14:52 +0100, Ian Campbell wrote: > struct dw_eth_dev contains fields which are accessed via DMA, so make sure it > is aligned to a dma boundary. Without this I see: > ERROR: v7_dcache_inval_range - start address is not aligned - 0x7fb677e0 > > Signed-off-by: Ia

Re: [U-Boot] [PATCH 2/3] net/designware: invalidate entire descriptor in dw_eth_send

2014-04-24 Thread Alexey Brodkin
Dear Ian, On Sat, 2014-04-19 at 14:52 +0100, Ian Campbell wrote: > - /* Invalidate only "status" field for the following check */ > - invalidate_dcache_range((unsigned long)&desc_p->txrx_status, > - (unsigned long)&desc_p->txrx_status + > -

[U-Boot] MMC: proposal to support multiple physical partitions

2014-04-24 Thread Steve Rae
In addition to using the MMC "user area" (the device's physical partition), I am also using the "first MMC boot partition" and the "second MMC boot partition"... As a result, I am currently using the following code snippet in a number of places: err = -1; if (mmc->part_num != part_num) {

Re: [U-Boot] [PATCH] dfu:fix: Replace wrong return value with proper one

2014-04-24 Thread Marek Vasut
On Thursday, April 24, 2014 at 10:24:53 AM, Lukasz Majewski wrote: > This patch remove always false (since we tested ret = 0) ternary operator > with ret value returned. > > Signed-off-by: Lukasz Majewski > --- > drivers/dfu/dfu.c |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Appli

Re: [U-Boot] [PATCH 2/3] net/designware: invalidate entire descriptor in dw_eth_send

2014-04-24 Thread Ian Campbell
On Thu, 2014-04-24 at 17:41 +, Alexey Brodkin wrote: > 1. Don't invalidate "sizeof(struct dmamacdescr)" but only > "roundup(sizeof(desc_p->txrx_status), ARCH_DMA_MINALIGN))". OK. (Although given the realities of the real world values of ARCH_DMA_MINALIGN on every arch and the sizes of the str

[U-Boot] [PATCH] ARM: tegra: use a CPU freq that all SKUs can support

2014-04-24 Thread Stephen Warren
From: Stephen Warren U-Boot on Tegra30 currently selects a main CPU frequency that cannot be supported at all on some SKUs, and needs higher VDD_CPU/VDD_CORE values on some others. This can result in unreliable operation of the main CPUs. Resolve this by switching to a CPU frequency that can be

Re: [U-Boot] [PATCH 03/11] kconfig: add board Kconfig and defconfig files

2014-04-24 Thread Stephen Warren
On 04/23/2014 11:04 PM, Masahiro Yamada wrote: > This commit adds > - arch/*/Kconfig: provide a menu to select target boards > - board/*/Kconfig: set CONFIG macros to the appropriate values > for each board > - configs/*_defconfig: default setting of each board > > (This commit was auto

[U-Boot] [PATCH 1/5] usb: ci_udc: Support larger packets

2014-04-24 Thread Stephen Warren
From: Stephen Warren ci_ep_queue() currently only fills in the page0/page1 fields in the queue item. If the buffer is larger than 4KiB (unaligned) or 8KiB (page-aligned), then this prevents the HW from knowing where to write the balance of the data. Fix this by initializing all 5 pageN pointers,

[U-Boot] [PATCH 2/5] usb: ci_udc: set ep->req.actual after transfer

2014-04-24 Thread Stephen Warren
From: Stephen Warren At least drivers/usb/gadget/storage_common.c expects that ep->req.actual contain the number of bytes actually transferred. (At least in practice, I observed it failing to work correctly unless this was the case). However, ci_udc.c modifies ep->req.length instead. I assume th

[U-Boot] [PATCH 4/5] usb: ci_udc: support variants with hostpc register

2014-04-24 Thread Stephen Warren
From: Stephen Warren Tegra's USB controller appears to be a variant of the ChipIdea controller; perhaps derived from it, or simply a different version of the IP core to what U-Boot supports today. In this variant, at least the following difference are present: - Some registers are moved about. -

[U-Boot] [PATCH 3/5] usb: ci_udc: make PHY initialization conditional

2014-04-24 Thread Stephen Warren
From: Stephen Warren usb_gadget_register_driver() currently unconditionally programs PORTSC to select a ULPI PHY. This is incorrect on at least the Tegra boards I am testing with, which use a UTMI PHY for the OTG ports. Make the PHY selection code conditional upon the specific EHCI controller tha

[U-Boot] [PATCH 5/5] usb: ums: use only 1 buffer for CI_UDC

2014-04-24 Thread Stephen Warren
From: Stephen Warren ci_udc.c allocates only a single buffer for each endpoint, which ci_ep_alloc_request() returns as a hard-coded value rather than dynamically allocating. Consequently, storage_common.c must limit itself to using a single buffer at a time. Add a special case to the definition o

Re: [U-Boot] [PATCH 2/3] net/designware: invalidate entire descriptor in dw_eth_send

2014-04-24 Thread Stefan Monnier
> 1. Don't invalidate "sizeof(struct dmamacdescr)" but only > "roundup(sizeof(desc_p->txrx_status), ARCH_DMA_MINALIGN))". I'm not sure I like this: if ARCH_DMA_MINALIGN is "too large" and ends up invalidating more than the struct, it could be an error, so it's safer to ask it to invalidate the str

Re: [U-Boot] [PATCH] lib/sha256: fix compile on some hosts

2014-04-24 Thread Heiko Schocher
Hello Andreas, Am 20.04.2014 10:34, schrieb Andreas Bießmann: Commit 2842c1c24269a05142802d25520e7cb9035e456c introduced lib/sha256 into mkimage. Since then it will be compiled with HOSTCC which may produce errors on some systems. Most BSD systems (like OS X for me) do not ship a linux/string.h

Re: [U-Boot] Some PowerPC boards are broken

2014-04-24 Thread Heiko Schocher
Hello Masahiro, Am 22.04.2014 07:31, schrieb Masahiro Yamada: Hi. I found 6 PowerPC boards are broken: MPC8572DS MPC8572DS_36BIT dlvision-10g io iocon neo Section overlap error occurrs. powerpc-linux-ld.bfd: section .resetvec loaded at [fffc,] overlaps section .

Re: [U-Boot] [PATCH] powerpc: Increase u-boot size for selected boards

2014-04-24 Thread Heiko Schocher
Hello York, Am 24.04.2014 19:02, schrieb York Sun: On 04/23/2014 11:22 PM, Dirk Eibach wrote: NAK for dlvision, io, iocon and neo. Flash partition layout does not allow changing CONFIG_SYS_TEXT_BASE. I will try to come up with a different solution for these boards. Thanks. I will resend the

Re: [U-Boot] [PATCH v4 4/5] usb/gadget: add the fastboot gadget

2014-04-24 Thread Lukasz Majewski
Hi Rob, > On Wed, Apr 23, 2014 at 6:02 AM, Lukasz Majewski > wrote: > > Hi Rob, > > > >> From: Sebastian Siewior > >> > >> This patch contains an implementation of the fastboot protocol on > >> the device side and documentation. This is based on USB download > >> gadget infrastructure. The fastb

Re: [U-Boot] [PATCH] powerpc: Increase u-boot size for selected boards

2014-04-24 Thread York Sun
On Apr 24, 2014, at 10:19 PM, Heiko Schocher wrote: > Hello York, > > Am 24.04.2014 19:02, schrieb York Sun: >> On 04/23/2014 11:22 PM, Dirk Eibach wrote: >>> NAK for dlvision, io, iocon and neo. >>> Flash partition layout does not allow changing CONFIG_SYS_TEXT_BASE. >>> I will try to come up

Re: [U-Boot] iMX6 PCie inbound traffic not working

2014-04-24 Thread David Müller (ELSOFT AG)
Krunal Desai wrote: > Can you get a dump of config space for the 82574? What are its BARs? => pci display 1.0.0 0 40 : 10d38086 0016 0200 0010 0010: 0110 01010001 0112 0020: 8086 0030: 00c8 01