Hi Albert,
here is the set of patches I have capture for Xilinx Zynq.
I am sending it now because this patchset was based on
fpga changes I have done and which were merged yesterday.
I have also checked your arm custodian repo and you don't have
pending patches that's why I believe it shouldn't b
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi Tom,
On 05/06/14 20:45, Tom Rini wrote:
> On Sun, Apr 27, 2014 at 01:17:28PM +0300, Dmitry Lifshitz wrote:
>
>> Add cm-t54 board directory, config file. Enable build.
> [snip]
>> diff --git a/board/compulab/cm_t54/Makefile b/board/compulab/cm_t54/
In case of secure boot from NAND, CSPR and FTIM settings are
same as non-secure NAND boot. CSPR0 is configured as NAND and
CSPR1 is configured as NOR.
Signed-off-by: Aneesh Bansal
---
include/configs/BSC9132QDS.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/configs
On 11.04.2014 09:25, Pekon Gupta wrote:
This patch tries to avoid some local pointer dereferences, by using common
local variables in omap_correct_data_bch()
Signed-off-by: Pekon Gupta
Reviewed-by: Stefan Roese
Thanks,
Stefan
___
U-Boot mailing l
On 11.04.2014 09:25, Pekon Gupta wrote:
This patch
omap-elm.c: replaces -ve integer value returned during errorneous condition,
with proper error-codes.
omap-gpmc.c: updates omap-gpmc driver to pass error-codes returned from
omap-elm driver to upper layers
Signed-
On 11.04.2014 09:25, Pekon Gupta wrote:
This patch prepares to refactor 'struct nand_bch_priv' -> 'struct
omap_nand_info'
And thus performs following clean-ups:
- remove nand_bch_priv.type: use nand_bch_priv.ecc_scheme instead
- remove nand_bch_priv.mode:
Signed-off-by: Pekon Gupta
Revi
Dear Simon Glass,
On 13/05/14 07:45, Simon Glass wrote:
> Hi,
>
> On 2 April 2014 17:24, Simon Glass wrote:
>> This series adds a driver for TPS65090 and plumbs it in to get the LCD
>> working correctly on snow.
>>
>> The display driver is already present, but needs information about the
>> disp
On Tue, May 13, 2014 at 9:58 PM, Tim Harvey wrote:
> On Wed, May 7, 2014 at 2:29 AM, Stefano Babic wrote:
>> Hi Tim,
>>
>> On 06/05/2014 20:18, Tim Harvey wrote:
>>>
>>> Stefano / York,
>>>
>>> While preparing for a v3 patch series of my IMX6 SPL bootloader, I
>>> find that commit dec1861be90c948
On Wed, May 7, 2014 at 2:29 AM, Stefano Babic wrote:
> Hi Tim,
>
> On 06/05/2014 20:18, Tim Harvey wrote:
>>
>> Stefano / York,
>>
>> While preparing for a v3 patch series of my IMX6 SPL bootloader, I
>> find that commit dec1861be90c948ea9fb771927d3d26a994d2e20 [1] breaks
>> the above code because
>From: Gupta, Pekon
>
>*changes v1->v2*
>[PATCH 2/7] fix for BCH4 and BCH16 ECC scheme
>[PATCH 7/7]
> - white space-clean up
>
>
>*original v1*
>This patch series
> - removes un-wanted & redundant code in omap_elm and omap_gpmc drivers
> - refactors some private struct in omap_gpmc to make them ge
Hi Simon,
I suspect there is something wrong with Patman
since commit 102061bd (patman: Avoid duplicate sign-offs).
For example, my commit log is like follows
sandbox: set sandbox's vendor to null
Because sandbox is not a real hardware, setting vendor=sandbox is
almost meaningl
Because sandbox is not a real hardware, setting vendor=sandbox is
almost meaningless.
This commit sets sandbox's vendor field to '-'.
It is a good thing that it decreases one level directory hierarchy.
The files board/sandbox/sandbox/* have been moved to board/sandbox/*.
Signed-off-by: Masahiro
Hi Simon,
On Tue, 13 May 2014 12:13:48 -0600
Simon Glass wrote:
> From: Masahiro Yamada
>
> This commit sets sandbox's vendor field to '-'.
>
> It is a good thing that it reduces one level directory hierarchy.
> The files board/sandbox/sandbox/* have been moved to board/sandbox/*.
>
> Signed
This reverts commit 258060905e04fe2eb509756ef3b37e23e220a2d6.
Conflicts:
boards.cfg
Wrong patch 25806090 was applied by accident. Revert it.
Signed-off-by: Masahiro Yamada
Cc: Simon Glass
---
arch/sandbox/lib/Makefile | 2 +-
board/sandbox/sandbox/Makefile
The crc32 used by pblimgae is NOT the same as zlib crc32.
The pbl_crc32 is useful for other purposes in mkimage so split it out.
While we are about it, clean up redundant and confusing code.
Signed-off-by: Charles Manning
---
Unchanged from V1.
tools/Makefile|1 +
tools/pbl_crc32.c |
Both pblimage and mxsimage use the same crc algorithm, so refactor.
Signed-off-by: Charles Manning
---
Changes for V2:
- Cast buffer pointers when calling pbl_crc32().
tools/mxsimage.c | 32 +++-
1 file changed, 7 insertions(+), 25 deletions(-)
diff --git a/tool
As a step towards adding an image signer for socfpga, this set of patches
breaks out the common crc code that is used in both pblimage and mxsimage.
Not that this is NOT the same algorithm as the crc generated by zlib.
The new function has been named pbl_crc32.
This patch set just changes patch
Hi Simon,
On Tue, 13 May 2014 09:18:22 -0600
Simon Glass wrote:
> Hi Masahiro,
>
> On 29 April 2014 22:53, Masahiro Yamada wrote:
> >
> > Hi Simon,
> >
> > > > With this change, you can decrease one level hierarchy.
> > > >
> > > > board/sandbox/sandbox/sandbox.c
> > > > -> board/sandbox/
On Mon, May 5, 2014 at 10:26 AM, Tom Rini wrote:
> The default format for arm64 Linux kernels is the "Image" format,
> described in Documentation/arm64/booting.txt. This, along with an
> optional gzip compression on top is all that is generated by default.
> The Image format has a magic number wi
On Mon, May 5, 2014 at 10:26 AM, Tom Rini wrote:
> - Drop DEBUG
> - Drop defines we can use the default of.
> - Drop CONFIG_GICV3 and related defines, we aren't using interrupts and
> do not need to configure the interrupt controller.
> - Provide a larger malloc pool.
> - Correct default locatio
Hey,
The following changes since commit d2a3e911390f9fc4d8c0ee4b3c7fc75f4fd3fd19:
Merge branch 'u-boot/master' (2014-05-09 11:50:14 +0200)
are available in the git repository at:
git://git.denx.de/u-boot-ti.git master
for you to fetch changes up to 97eeae1a0735fc17351f10b9978e966392badedc
On Fri, May 02, 2014 at 03:15:03PM -0500, robertcnel...@gmail.com wrote:
> From: Robert Nelson
>
> Fall back to previous dtb used when omap3-beagle-xm-ab.dtb doesn't exist in
> file system
>
> Signed-off-by: Robert Nelson
> CC: Tom Rini
> CC: Nishanth Menon
> Acked-by: Tom Rini
Applied to
On Mon, May 05, 2014 at 04:50:44PM +0200, Egli, Samuel wrote:
> Signed-off-by: Samuel Egli
> Reviewed-by: Roger Meier
> Cc: Heiko Schocher
> Cc: Wolfgang Denk
Applied to u-boot-ti/master, thanks!
--
Tom
signature.asc
Description: Digital signature
On Sun, Apr 27, 2014 at 01:17:27PM +0300, Dmitry Lifshitz wrote:
> Add CKOBUFFER_CLK_EN bit mask enabling FREF_XTAL_CLK clock.
>
> Signed-off-by: Dmitry Lifshitz
Applied to u-boot-ti/master, thanks!
--
Tom
signature.asc
Description: Digital signature
On Mon, May 05, 2014 at 04:50:43PM +0200, Egli, Samuel wrote:
> The actual board name is draco and dxr2 is the target name.
> In the future we'll have different targets based on draco board.
> All changes are purely non-functional and basically rename dxr2
> to draco.
>
> One style fix in board.c
On Wed, May 07, 2014 at 10:16:28AM +0200, Christian Riesch wrote:
> The commits
>
> commit b7b5f1a16ca66dfdd817e7339f0e263a5b9f2758
> Author: Albert ARIBAUD
> da850evm, da850_am18xxevm: convert to CONFIG_SPL_MAX_FOOTPRINT
>
> and
>
> commit e7497891e34efe5cb2b3a3dc7c6c096c012ede28
> Author: Al
On Sun, Apr 27, 2014 at 01:17:26PM +0300, Dmitry Lifshitz wrote:
> Add defines required to turn on LDO2 regulator.
>
> Signed-off-by: Dmitry Lifshitz
Applied to u-boot-ti/master, thanks!
--
Tom
signature.asc
Description: Digital signature
___
U-B
On Fri, Apr 25, 2014 at 12:00:07PM +0200, Belisko Marek wrote:
> We need to flip only one bit not assign.
>
> Signed-off-by: Marek Belisko
> Acked-by: Pekon Gupta
Applied to u-boot-ti/master, thanks!
--
Tom
signature.asc
Description: Digital signature
__
On Fri, May 02, 2014 at 03:14:39PM -0500, robertcnel...@gmail.com wrote:
> From: Robert Nelson
>
> As of v3.15-rc3, omap3-beagle-xm-ab.dtb now exists with the usb hub (ehci)
> enabled.
>
> For older kernels versions, cherry pick from mainline:
> ef78f3869c37c480f1d58462a760a40dabc823f4
>
> Si
On Sun, Apr 27, 2014 at 01:17:25PM +0300, Dmitry Lifshitz wrote:
> Add UART4 base address.
>
> Signed-off-by: Dmitry Lifshitz
Applied to u-boot-ti/master, thanks!
--
Tom
signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@l
On Thu, Apr 24, 2014 at 05:57:56PM +0200, Egli, Samuel wrote:
> Signed-off-by: Samuel Egli
> Cc: Roger Meier
> Cc: Heiko Schocher
> Cc: Wolfgang Denk
Applied to u-boot-ti/master, thanks!
--
Tom
signature.asc
Description: Digital signature
___
U-
On Thu, Apr 24, 2014 at 05:57:54PM +0200, Egli, Samuel wrote:
> * 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
On Thu, Apr 24, 2014 at 05:57:55PM +0200, Egli, Samuel wrote:
> 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.
>
>
On Sat, Apr 19, 2014 at 10:12:18PM +0200, Yegor Yefremov wrote:
> Signed-off-by: Yegor Yefremov
Applied to u-boot-ti/master, thanks!
--
Tom
signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.
On Thu, Apr 24, 2014 at 05:57:52PM +0200, Egli, Samuel wrote:
> 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 Meie
On Thu, Apr 24, 2014 at 05:57:53PM +0200, Egli, Samuel wrote:
> * 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 Schoc
On Wed, May 07, 2014 at 08:24:11AM -0700, Ash Charles wrote:
> This adds the Gumstix Pepper[1] single-board computer based on the
> TI AM335x processor. Schematics are available [2].
>
> [1] https://store.gumstix.com/index.php/products/344/
> [2] https://pubs.gumstix.com/boards/PEPPER/
>
> Signe
On Wed, May 07, 2014 at 09:02:25AM -0700, Ash Charles wrote:
> This adds the Gumstix DuoVero machine [1]. This is a OMAP4430-based
> computer-on-module (COM aka SOM) that can be mounted on various
> expansion boards with different peripherals.
[snip]
> + sr32((void *)CM_L3INIT_HSUSBHOST_CLKCT
I'm hoping someone can help answer these questions about armv8 relocation.
The CONFIG_SYS_TEXT_BASE seems to be be usually setup to a decent amount
of alignment. For the purposes of this discussion, let's say it would
normally be 0x8800 and all is well. The relocation address moves to
near
On Tue, May 13, 2014 at 11:12:53AM -0500, York Sun wrote:
> Tom,
>
> The following changes since commit 69c0d323e325f48f3124fb0696de3d68fcbcae8e:
>
> kbuild: Fix trailing whitespaces (2014-05-12 16:31:51 -0400)
>
> are available in the git repository at:
>
> git://git.denx.de/u-boot-mpc85x
Albert,
Please pull u-boot-tegra/master into ARM/master. Thanks!
./MAKEALL -s tegra AOK, checkpatch.pl is OK, and ./MAKEALL -a arm only
shows failures that were already present in ARM/master.
The following changes since commit d2a3e911390f9fc4d8c0ee4b3c7fc75f4fd3fd19:
Merge branch 'u-boot/mas
On Tue, May 13, 2014 at 07:27:18PM +1200, Charles Manning wrote:
> On Tuesday 13 May 2014 08:26:44 Tom Rini wrote:
> > On Tue, May 06, 2014 at 10:46:46AM +1200, Charles Manning wrote:
> > > mxsimage uses the same crc32 function as pblimage.
> > >
> > > Signed-off-by: Charles Manning
> > > Acked-by
On 05/09/2014 11:28 AM, Simon Glass wrote:
> This is an implementation of GPIOs for Tegra that uses driver model. It has
> been tested on trimslice and also using the new iotrace feature.
>
> The implementation uses a top-level GPIO device (which has no actual GPIOS).
> Under this all the banks ar
Signed-off-by: Fabio Estevam
---
include/configs/mx25pdk.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/include/configs/mx25pdk.h b/include/configs/mx25pdk.h
index aff2419..cfaf6ca 100644
--- a/include/configs/mx25pdk.h
+++ b/include/configs/mx25pdk.h
@@ -26,6 +26,8 @@
#define CONFIG_SE
On 05/09/2014 11:28 AM, Simon Glass wrote:
> Enable driver model for Tegra boards.
Seems fine to me,
Acked-by: Stephen Warren
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
On 05/09/2014 11:28 AM, Simon Glass wrote:
> These files are taken from Linux 3.14.
> diff --git a/arch/arm/dts/tegra124.dtsi b/arch/arm/dts/tegra124.dtsi
> - gpio: gpio@6000d000 {
> + gpio: gpio@0,6000d000 {
> compatible = "nvidia,tegra124-gpio", "nvidia,tegra30-gpio";
> -
On 05/09/2014 11:28 AM, Simon Glass wrote:
> Linux supports this, and if we are to have compatible device tree files,
> U-Boot should also.
>
> Avoid giving the device tree files access to U-Boot's include/ directory.
> Only include/dt-bindings is accessible.
Acked-by: Stephen Warren
__
On 05/13/2014 06:06 AM, Hamza Farooq wrote:
> Hello,
>
> does the current u-boot for Tegra branch fully support Jetson TK1 board?
Yes, I believe that what's in u-boot.git branch master should be enough
to boot the board. I've sent various patches since then to clean up the
pinmux configuration et
Hi Doug,
On 18 April 2014 15:32, Doug Anderson wrote:
> Simon,
>
> On Fri, Apr 18, 2014 at 1:43 PM, Simon Glass wrote:
>> Hi Doug,
>>
>> On 17 April 2014 12:47, Doug Anderson wrote:
>>>
>>> The Linux get_maintainer.pl can often produce a whole lot of results.
>>> As a result you'll sometimes bl
Hi Stephen,
On 13/05/2014 20:03, Stephen Warren wrote:
> Does U-Boot follow the same Signed-off-by procedures as the Linux
> kernel, or is s-o-b only relevant in U-Boot for the initial patch
> submitter, and not maintainers?
>
Yes, we discussed this in a previous thread, here Wolfgang's answer:
There is an unfortunate bug in the signoff suppression logic. The first
pass is performed with 'git log', and all signoffs are added to the
supression set, such that the second time (when processing the real
patches) we always suppress the signoffs.
Correct this by only suppressing signoffs in the
From: Masahiro Yamada
This commit sets sandbox's vendor field to '-'.
It is a good thing that it reduces one level directory hierarchy.
The files board/sandbox/sandbox/* have been moved to board/sandbox/*.
Signed-off-by: Masahiro Yamada
Signed-off-by: Simon Glass
(modified to apply to latest
Hello.
I just compiled uboot from gcc 4.3.5. When the uboot is running, it crashed
at ath_reg_wr_nf(), which is the SPI register write function. If I comment
it out, the uboot will keep going until it crashed again at
ath_pci_write_config(), which is PCI register write. Both of two call
#define at
Hello,
does the current u-boot for Tegra branch fully support Jetson TK1 board?
The recent commits somehow look incomplete (I was not able to find
RAM/Flash configuration). If it is the case, I'll be thankful if I could be
pointed in the right direction. It is obvious that I am not very
experience
Does U-Boot follow the same Signed-off-by procedures as the Linux
kernel, or is s-o-b only relevant in U-Boot for the initial patch
submitter, and not maintainers?
I ask because there are a bunch of patches of mine that got applied
without the maintainer adding their S-o-b when applying them, whic
On 04/29/2014 10:55 PM, Masahiro Yamada wrote:
> "make ep8248_config" fails with an error like this:
>
> $ make ep8248_config
> make: *** [ep8248_config] Error 1
>
> Its cause is that there are two entries for "ep8248".
>
> The first is around line 652 of boards.cfg. (as Active)
>
> The
From: Stephen Warren
ci_udc only allocates a single QTD structure per EP. All data needs to be
extracted from the DTD prior to calling ci_ep_submit_next_request(), since
that fills the QTD with next transaction's parameters. Fix
handle_ep_complete() to extract the transaction (remaining) length b
On 04/23/2014 10:10 PM, Shengzhou Liu wrote:
> Enable errata A006261, A006593, A006379 for T208x.
> Additionally enable CONFIG_CMD_ERRATA for T2080RDB.
>
> Signed-off-by: Shengzhou Liu
> ---
> v2: rebase to latest 'master', and update has_erratum_a006261.
>
Applied to u-boot-mpc85xx/master.
T
On 04/22/2014 04:47 AM, Aneesh Bansal wrote:
> Secure Boot Target is added for T2080RDB
>
> Changes:
> For Secure boot, CPC is configured as SRAM and used as house
> keeping area which needs to be disabled.
> So CONFIG_SYS_CPC_REINIT_F is defined for CONFIG_T2080RDB.
>
> Signed-off-by: Aneesh Ban
On 04/30/2014 03:45 AM, Zhao Qiang wrote:
> when qe-ucode fails to be uploaded, "deep sleep" will hang.
> if there is no qe-ucode, disable qe module for platforms
> which support "deep sleep"
>
> Signed-off-by: Zhao Qiang
> ---
> Changes for v2:
> - add "#ifdef CONFIG_MPC85xx"
> Changes for
On 04/11/2014 03:42 AM, Shaveta Leekha wrote:
> The fuse status register provides the values from on-chip
> voltage ID efuses programmed at the factory.
> These values define the voltage requirements for
> the chip. u-boot reads FUSESR and translates the values
> into the appropriate commands to se
On 04/30/2014 12:21 PM, Alexander Graf wrote:
> After the initial round of the e500 QEMU machine patches got merged
> I realized that we were missing 2 pieces of the puzzle to make everything
> great:
>
> - KVM support
> - generic board file
>
> With this patch set I can successfully run u-bo
On 04/11/2014 03:42 AM, Shaveta Leekha wrote:
> Adds Support for PowerOne ZM7300 voltage regulator.
> This device is available on some Freescale Boards like B4860QDS
> and has to be programmed to adjust the voltage on the board.
>
> The device is accessible via I2C interface.
>
> Signed-off-by: S
On 04/30/2014 08:01 AM, Valentin Longchamp wrote:
> Things have stabilized quite a lot on the u-boot front for the Keymile
> kmp204x/kmcoge4 board. There are a few remaining patches that should get
> merged to have a complete support of the architecture/board in u-boot.
> These include:
> - suppor
On 04/25/2014 03:31 AM, Shengzhou Liu wrote:
> The T4080 SoC is a low-power version of the T4160.
> T4080 combines 4 dual-threaded Power Architecture e6500
> cores with single cluster and two memory complexes.
>
> Signed-off-by: Shengzhou Liu
> ---
> v2: add more comments.
>
Applied to u-boot-m
On 04/22/2014 05:21 AM, shh@gmail.com wrote:
> From: Shaohui Xie
>
> Current driver uses a Maximum value for MDIO_HOLD when doing 10G MDIO
> access, this is due to an errata A-006260 on T4 rev1.0 which is fixed
> on rev2.0, so remove the maximum value to use the default value for rev2.0.
>
>
On 04/22/2014 04:46 AM, Aneesh Bansal wrote:
> T1040RDB.h file is removed and a unified file T104xRDB.h is created.
> Hence macro CONFIG_T1040 is renamed to CONFIG_T104x.
>
> Signed-off-by: Gaurav Kumar Rana
> Signed-off-by: Aneesh Bansal
> ---
Applied to u-boot-mpc85xx/master.
Thanks,
York
On 04/14/2014 05:42 AM, Chunhe Lan wrote:
> T4240RDB board Specification
>
> Memory subsystem:
>6GB DDR3
>128MB NOR flash
>2GB NAND flash
>
> Ethernet:
>Eight 1G SGMII ports
>Four 10Gbps SFP+ ports
>
> PCIe:
>Two PCIe slots
>
> USB:
>Two U
Tom,
I forgot to add my "Reviewed-by" for this set. Let me know if I have to fix
them.
York
On 05/13/2014 11:12 AM, York Sun wrote:
> Tom,
>
> The following changes since commit 69c0d323e325f48f3124fb0696de3d68fcbcae8e:
>
> kbuild: Fix trailing whitespaces (2014-05-12 16:31:51 -0400)
>
>
Tom,
The following changes since commit 69c0d323e325f48f3124fb0696de3d68fcbcae8e:
kbuild: Fix trailing whitespaces (2014-05-12 16:31:51 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-mpc85xx.git master
for you to fetch changes up to 8ad5d45e0044f5e64dbe7c6bd4e6aa01
Hi Masahiro,
On 29 April 2014 22:53, Masahiro Yamada wrote:
>
> Hi Simon,
>
> > > With this change, you can decrease one level hierarchy.
> > >
> > > board/sandbox/sandbox/sandbox.c
> > > -> board/sandbox/sandbox.c
> >
> > That seems better to me. Will you update your patch?
> >
>
> Sure.
>
On 05/12/2014 10:50 PM, Prabhakar Kushwaha wrote:
> The P1020/P1011 SOCs support max 32bit DDR width as opposed to P2020/P2010
> where max DDR data width supported is 64bit.
>
> Add dynamic DDR size adjustment in second stage boot loader execution.
>
> Signed-off-by: Prabhakar Kushwaha
> ---
>
On 05/12/2014 05:18 AM, Masahiro Yamada wrote:
> ps7_init.c and ps7_init.h are supposed to be exported by hw project
> and copied to board/xilinx/zynq/ directory.
>
> We want them to be ignored by git.
> So what we should do is to always treat them as external files
> rather than replacing ps7_ini
Hi Tom,
On 05/09/2014 08:08 PM, Tom Rini wrote:
> On Fri, Apr 25, 2014 at 03:49:04PM +0200, Michal Simek wrote:
>
>> From: Siva Durga Prasad Paladugu
>>
>> Assign default environment and set env valid during board_init_f
>> before relocation as the actual environment will be read from
>> eeprom
Well..
In my case, exynos4 (trats2) is working fine until now.
On 05/13/2014 05:38 PM, Minkyu Kang wrote:
> Dear Akshay Saraswat,
>
> On 13/05/14 14:00, Akshay Saraswat wrote:
>> Used a script to recheck/verify pin mapping and existing mapping
>> appears to be fine, returning correct bank and pi
On Tue, May 13, 2014 at 09:48:07AM +0200, Michal Simek wrote:
> Hi Tom, [cc: Albert]
>
> please pull these fpga changes to your tree.
> I have run buildman to ensure that there are no new compilation warnings.
> As you see from log below there are some warnings for m68k and astro board
> but they
On Mon, May 12, 2014 at 09:56:41PM +0200, Anatolij Gustschin wrote:
> Hey Tom,
>
> The following changes since commit a405764c1ec835a41ccda943b9156aee25e15d5e:
>
> drivers/i2c/fsl_i2c: modify i2c_read to handle multi-byte write (2014-04-29
> 07:10:58 +0200)
>
> are available in the git repos
On Tue, May 13, 2014 at 11:19:13AM +0100, Ian Campbell wrote:
> On Mon, 2014-05-12 at 21:53 -0400, Tom Rini wrote:
> > On Mon, Apr 28, 2014 at 08:14:05PM +0100, Ian Campbell wrote:
> >
> > > This sets up the linkage from the phydev back to the ethernet device. This
> > > symptom of not doing this
Dear Albert,
The following changes since commit 7904b70885f3c589c239f6ac978f299a6744557f:
ARM: highbank: use default prompt (2014-05-02 11:43:25 +0200)
are available in the git repository at:
http://git.denx.de/u-boot-samsung
for you to fetch changes up to 9b97b727dcfbdc02a0a78e4c1d816707
On Mon, 2014-05-12 at 21:53 -0400, Tom Rini wrote:
> On Mon, Apr 28, 2014 at 08:14:05PM +0100, Ian Campbell wrote:
>
> > This sets up the linkage from the phydev back to the ethernet device. This
> > symptom of not doing this which I noticed was:
> > Waiting for PHY auto negotiation to comple
Dear Akshay Saraswat,
On 13/05/14 14:00, Akshay Saraswat wrote:
> Used a script to recheck/verify pin mapping and existing mapping
> appears to be fine, returning correct bank and pin values.
> Did ./MAKEALL -a arm and found all Exynos/S5P related boards
> compiled successfully.
> Couldn't test bo
In case of NAND boot, CSPR0 is configured as NAND and CSPR1
is configured as NOR.
Signed-off-by: Aneesh Bansal
---
include/configs/BSC9132QDS.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/configs/BSC9132QDS.h b/include/configs/BSC9132QDS.h
index e76a04b..7bb5d33 1
Hi Tom, [cc: Albert]
please pull these fpga changes to your tree.
I have run buildman to ensure that there are no new compilation warnings.
As you see from log below there are some warnings for m68k and astro board
but they are there before my first commit.
When this is in the tree I will send pu
On Tuesday 13 May 2014 08:26:44 Tom Rini wrote:
> On Tue, May 06, 2014 at 10:46:46AM +1200, Charles Manning wrote:
> > mxsimage uses the same crc32 function as pblimage.
> >
> > Signed-off-by: Charles Manning
> > Acked-by: Stefano Babic
>
> This introduces warnings:
> tools/mxsimage.c: In functio
84 matches
Mail list logo