Hi Marek,
> On Monday, May 26, 2014 at 07:46:27 AM, Lukasz Majewski wrote:
> > Hi Marek
> >
> > The following changes since commit
> > fc25fa27e5f439705e9ca42182014e2d75d9f0ae:
> >
> > dfu, nand: add medium specific polltimeout function (2014-05-08
> > 10:38:30 +0200)
> >
> > are available
There are many source files shared between U-boot image and tools.
Instead of adding a lot of dummy wrapper files that just include
the corresponding file in lib/ or common/ directory,
Makefile should automatically generate them.
The original inspiration for this came from
scripts/Makefile.asm-gen
Bug: SDCard with a messed up partition but still has a FAT signature
intact is readable in Linux but unreadable in uboot with 'fatls'.
Fix: When partition info checking fails, there is no checking for a
FAT signature (DOS_PBR) which will fail 'fatls'. FAT signature checking
is done when no valid p
On Thu, Jun 5, 2014 at 8:27 AM, Fabio Estevam wrote:
> Tim,
>
> On Wed, Jun 4, 2014 at 9:16 PM, Tim Harvey wrote:
>
>> work-around the problem on my end as well. Note that I do not see this
>> issue unless I'm using one of our boards with a PCIe switch and If I
>> disable PCI support in u-boot th
Hi,
(Joe, Simon, I'm not sure if this counts as "networking" or "driver
model" but figured it was close enough to warrant an Cc).
We're looking at a new board design and are planning on using a
BCM5718 to provide a couple of Ethernet ports. The chipset is
supported in Linux using the tg3.c driver
ping.
2014-01-23 7:52 GMT+09:00 Nobuhiro Iwamatsu :
> 'r' of rESR_RTLF is a mistake of E.
>
> Signed-off-by: Nobuhiro Iwamatsu
> ---
> drivers/net/sh_eth.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/net/sh_eth.h b/drivers/net/sh_eth.h
> index 2909659..d0d9aa
ping.
2014-01-23 7:52 GMT+09:00 Nobuhiro Iwamatsu :
> The R7S72100 of ARM SoC that Renesas manufactured has one Ether port.
> This has the same IP SH-Ether. This patch adds support of the R7S72100
> in SH-Ether.
>
> Signed-off-by: Nobuhiro Iwamatsu
> ---
> drivers/net/sh_eth.c | 10 ---
> dr
ping.
2014-01-23 7:52 GMT+09:00 Nobuhiro Iwamatsu :
> This fixes checkpatch's warning.
>
> Signed-off-by: Nobuhiro Iwamatsu
> ---
> drivers/net/sh_eth.c | 35 ++-
> drivers/net/sh_eth.h | 9 -
> 2 files changed, 22 insertions(+), 22 deletions(-)
>
> diff
On Friday, June 06, 2014 at 12:31:30 AM, Fabio Estevam wrote:
> From: Fabio Estevam
>
> mx6 reference manual incorrectly states that the DEVICE_TYPE field of
> IOMUXC_GPR12 register should be configured as '0010' for setting the PCI
> controller in RC mode. The correct value should be '0100' inst
Signed-off-by: Masahiro Yamada
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index f80cf40..fe4822b 100644
--- a/Makefile
+++ b/Makefile
@@ -377,7 +377,7 @@ export ARCH CPU BOARD VENDOR SOC CPUDIR BOARDDIR
export CONFIG_SHELL HOSTCC HOSTCFLA
Hi Tom,
On 5 June 2014 16:50, Tom Rini wrote:
> On Fri, May 30, 2014 at 08:59:00PM +0200, Michael van der Westhuizen wrote:
>
>> From: Michael van der Westhuizen
>>
>> Due to the FIT_MAX_HASH_LEN constant not having been updated
>> to support SHA256 signatures one will always see a buffer
>> ove
Hi,
We now have a separate driver model tree at
http://git.denx.de/u-boot-dm.git. This will be used to stage driver
model patches. There is of course some overlap between these and
architecture-specific and subsystem patches so it is not completely
clear-cut whether patches will go through dm, arm
On Thu, Jun 05, 2014 at 02:30:42PM -0700, York Sun wrote:
> Tom,
>
> The following changes since commit 9a650bfec34c10baf673f9ab95f00dec7210e8c6:
>
> Merge branch 'master' of git://git.denx.de/u-boot-avr32 (2014-06-05 11:22:17
> -0400)
>
> are available in the git repository at:
>
>
> git
On Fri, May 30, 2014 at 08:59:00PM +0200, Michael van der Westhuizen wrote:
> From: Michael van der Westhuizen
>
> Due to the FIT_MAX_HASH_LEN constant not having been updated
> to support SHA256 signatures one will always see a buffer
> overflow in fit_image_process_hash when signing images tha
On Thu, Jun 05, 2014 at 04:41:49PM +0900, Masahiro Yamada wrote:
> The tools mkimage, dumpimage, fit_info, fit_check_sign
> always have the common libraries to be linked,
> so HOSTLOADLIBES_* can be consolidated a little bit.
>
> Signed-off-by: Masahiro Yamada
> Acked-by: Simon Glass
Applied t
On Wed, Jun 04, 2014 at 11:01:24AM +0800, Wu, Josh wrote:
> When the map_sysmem, then the fatwrite command can support sandbox.
> Following command will show how to use it:
> => sb bind 0 sd.img
> => fatls host 0
> => fatwrite host 0 $memaddr filename $filesize
>
> Signed-off-by: Josh Wu
>
On Wed, Jun 04, 2014 at 10:26:52AM +0900, Masahiro Yamada wrote:
> Commit 3d5a335c announced that all the nand_spl boards
> would be removed before v2014.07 release.
>
> Also update README.scrapyard.
>
> Signed-off-by: Masahiro Yamada
Applied to u-boot/master, thanks!
--
Tom
signature.asc
On Wed, Jun 04, 2014 at 10:26:50AM +0900, Masahiro Yamada wrote:
> Commit 3d5a335c announced that all the nand_spl boards
> would be removed before v2014.07 release.
>
> Signed-off-by: Masahiro Yamada
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
On Wed, Jun 04, 2014 at 10:26:51AM +0900, Masahiro Yamada wrote:
> Commit 3d5a335c announced that all the nand_spl boards
> would be removed before v2014.07 release.
>
> Signed-off-by: Masahiro Yamada
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
On Wed, Jun 04, 2014 at 10:26:53AM +0900, Masahiro Yamada wrote:
> Remove the common infrastructure of nand_spl and
> clean-up the code inside ifdef(CONFIG_NAND_U_BOOT)..endif.
>
> Signed-off-by: Masahiro Yamada
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital sig
On Wed, Jun 04, 2014 at 10:26:49AM +0900, Masahiro Yamada wrote:
> Commit 3d5a335c announced that all the nand_spl boards
> would be removed before v2014.07 release.
>
> Signed-off-by: Masahiro Yamada
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
On Wed, Jun 04, 2014 at 10:26:48AM +0900, Masahiro Yamada wrote:
> Commit 3d5a335c announced that all the nand_spl boards
> would be removed before v2014.07 release.
>
> Signed-off-by: Masahiro Yamada
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
On Mon, Jun 02, 2014 at 04:30:53PM +0900, Masahiro Yamada wrote:
> Emails to the following addresses have been bouncing.
>
> Albin Tonnerre
> Anton Shurpin
> Brent Kandetzki
> Dan Malek
> Frank Panno
> Gary Jennejohn
> Hayden Fraser
> Eric Millbrandt
> Haavard Skinnemoen
> Hans-Christian
On Wed, Jun 04, 2014 at 10:11:18AM +0900, Masahiro Yamada wrote:
> We already have cmd_shipped in scripts/Makefile.lib.
> Use it rather than defining a new command cmd_copy.
>
> Signed-off-by: Masahiro Yamada
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signat
On Fri, May 30, 2014 at 02:41:50PM -0600, Simon Glass wrote:
> When a simple command like 'false' is provided, hush should return the
> result of that command. However, hush only does this if the
> FLAG_EXIT_FROM_LOOP flag is provided. Without this flag, hush will
> happily execute the empty strin
On Wed, Jun 04, 2014 at 10:26:47AM +0900, Masahiro Yamada wrote:
> Commit 3d5a335c announced that all the nand_spl boards
> would be removed before v2014.07 release.
>
> Signed-off-by: Masahiro Yamada
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
On Wed, Jun 04, 2014 at 10:12:21AM +0900, Masahiro Yamada wrote:
> Because cmd_mkimage is used in various subdirectories,
> it seems reasonable to define it in scripts/Makefile.lib.
>
> Signed-off-by: Masahiro Yamada
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digita
On Fri, May 30, 2014 at 02:41:51PM -0600, Simon Glass wrote:
> The return code is not consistent with cli_simple_run_command_list(). For the
> last command in a sequence, the return code is actually inverted.
>
> Fix it.
> Signed-off-by: Simon Glass
Applied to u-boot/master, thanks!
--
Tom
On Wed, May 28, 2014 at 11:33:34AM +0200, Heiko Schocher wrote:
> Enable legacy image format with CONFIG_IMAGE_FORMAT_LEGACY
> on the ids8313 board, as it uses signed FIT images for booting
> Linux and need the legacy image format.
>
> Signed-off-by: Heiko Schocher
> Cc: Simon Glass
> Cc: Kim P
On Wed, May 28, 2014 at 11:33:33AM +0200, Heiko Schocher wrote:
> make the use of legacy image format configurable through
> the config define CONFIG_IMAGE_FORMAT_LEGACY.
>
> When relying on signed FIT images with required signature check
> the legacy image format should be disabled. Therefore in
On Fri, May 30, 2014 at 02:41:49PM -0600, Simon Glass wrote:
> The mask value used in itest overflows and therefore it can return an
> incorrect result for something like 'itest 0 == 1'. Fix it.
>
> Signed-off-by: Simon Glass
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Descriptio
On Fri, May 30, 2014 at 02:41:48PM -0600, Simon Glass wrote:
> run_command_list() is supposed to return a return code of 0 for success
> and 1 for failure. Add a few simple tests that confirm this. These tests
> work both with the built-in parser and hush.
>
> Signed-off-by: Simon Glass
Applied
On Mon, May 26, 2014 at 11:52:24AM -0700, Steve Rae wrote:
> Add function to find a GPT table entry by name.
>
> Tested on little endian ARMv7 and ARMv8 configurations
>
> Signed-off-by: Steve Rae
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
___
On Tue, May 27, 2014 at 09:12:48AM -0500, Jon Loeliger wrote:
> The Device Tree Compiler (DTC) used to have its master
> repository located on jdl.com. While it is still there,
> its official, new, shiny location is on kernel.org here:
>
> git://git.kernel.org/pub/scm/utils/dtc/dtc.git
>
>
On Mon, May 26, 2014 at 11:52:22AM -0700, Steve Rae wrote:
> Tested on little endian ARMv7 and ARMv8 configurations
>
> Signed-off-by: Steve Rae
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
___
U-Boot maili
On Mon, May 26, 2014 at 11:52:23AM -0700, Steve Rae wrote:
> - update the comments regarding lbaint_t usage
> - cleanup casting of values related to the lbaint_t type
> - cleanup of a type that requires a u64
>
> Tested on little endian ARMv7 and ARMv8 configurations
>
> Signed-off-by: Steve Rae
On Mon, May 26, 2014 at 07:18:37PM +0530, Siva Durga Prasad Paladugu wrote:
> Define the MAX_CLUSTSIZE to default of 65536 only if
> CONFIG_FS_FAT_MAX_CLUSTSIZE is not defined.
> This option has been provided to save memory in some
> memory constrained cases.
>
> Signed-off-by: Siva Durga Prasad
On Mon, May 26, 2014 at 07:51:22PM +0530, Siva Durga Prasad Paladugu wrote:
> Assign default environment and set env valid during board_init_f
> before relocation as the actual environment will be read from eeprom
> later.
>
> Signed-off-by: Siva Durga Prasad Paladugu
> Acked-by: Michal Simek
On Wed, May 21, 2014 at 10:43:50PM +0200, Franck Jullien wrote:
> The relocation code can now relocate from anywhere to
> the RAM.
>
> The old code assumed that the binary was copied to the RAM
> by some PBL and then it just relocated the .text section
> from the loaded address to the linked addr
On Mon, May 26, 2014 at 07:42:14PM +0900, 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 661 of boards.cfg. (
On Mon, May 12, 2014 at 11:45:55AM +0900, Masahiro Yamada wrote:
> "checkstack" target uses $(PERL) so PERL must be defined.
>
> Signed-off-by: Masahiro Yamada
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
_
On Tue, May 20, 2014 at 03:58:58PM +0200, Michael van der Westhuizen wrote:
> It is trivial to crash fit_check_sign by invoking with an
> absolute path in a deeply nested directory. This is exposed
> by vboot_test.sh.
>
> Signed-off-by: Michael van der Westhuizen
> Acked-by: Simon Glass
Appli
On Wed, May 21, 2014 at 10:43:49PM +0200, Franck Jullien wrote:
> The OpenRISC architecture specification v1.0 defines
> new SPR registers. This patch adds registers definition
> for group 0 and update bit definitions for the CPU
> configuration register.
>
> Signed-off-by: Franck Jullien
Appli
On Wed, May 21, 2014 at 01:08:52PM -0400, Cormier, Jonathan wrote:
> From: Cormier, Jonathan
>
> get_phy_id returns -EIO when it can't read from a phy at a given addr. This
> would cause
> create_phy_by_mask to return prematurely before it had tested the other
> addresses in the provided mask
On Wed, May 14, 2014 at 02:45:01PM +1200, Charles Manning wrote:
> Both pblimage and mxsimage use the same crc algorithm, so refactor.
>
> Signed-off-by: Charles Manning
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
___
On Wed, May 14, 2014 at 02:45:00PM +1200, Charles Manning wrote:
> 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 Ma
On Mon, May 12, 2014 at 11:45:54AM +0900, Masahiro Yamada wrote:
> RANLIB was added by commit e221174 (more than a decade ago)
> but it has been never referenced at all.
>
> Signed-off-by: Masahiro Yamada
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
On Fri, Apr 25, 2014 at 09:51:09PM +0900, Masahiro Yamada wrote:
> The build fails if a non-generic ARM board is compiled
> with CONFIG_OF_EMBED=y.
>
> The correct symbol name for embedded FDT is not __dtb_db_begin,
> but __dtb_dt_begin. (A typo introduced by commit 6ab6b2af)
>
> Signed-off-by:
From: Fabio Estevam
mx6 reference manual incorrectly states that the DEVICE_TYPE field of
IOMUXC_GPR12 register should be configured as '0010' for setting the PCI
controller in RC mode. The correct value should be '0100' instead.
This also aligns with the same value used in the mx6 pci kernel
On Wednesday, May 21, 2014 at 04:01:55 AM, Peter Schumann wrote:
> This patch makes it possible to boot from battery on olinuxino Boards
> from Olimex.
>
> We should not set DOUBLE_FETS in HW_POWER_MINPWR, it makes my system
> reset with in seconds while running on battery power.
>
> Also mxs_po
On Friday, June 06, 2014 at 12:14:03 AM, Fabio Estevam wrote:
> On Thu, Jun 5, 2014 at 7:04 PM, Marek Vasut wrote:
> > Ah yes, 0x4 is correct, I stand corrected, sorry.
>
> No problem. I will submit a patch for it soon.
Thanks!
Best regards,
Marek Vasut
_
On Thu, Jun 5, 2014 at 7:04 PM, Marek Vasut wrote:
> Ah yes, 0x4 is correct, I stand corrected, sorry.
No problem. I will submit a patch for it soon.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
On Thursday, June 05, 2014 at 09:20:12 PM, Fabio Estevam wrote:
> On Thu, Jun 5, 2014 at 2:53 PM, Marek Vasut wrote:
> >> Does this help?
> >>
> >> drivers/pci/pcie_imx.c | 3 +--
> >> 1 file changed, 1 insertion(+), 2 deletions(-)
> >>
> >> diff --git a/drivers/pci/pcie_imx.c b/drivers/pci/pci
Dear Simon Glass,
In message <1401992872-31985-3-git-send-email-...@chromium.org> you wrote:
> Sometimes it is useful to ignore Ctrl-C, because checking for it causes the
> CLI to drop characters. In particular for tests involving sandbox, where
> input commands are piped in, some commands will ca
Tom,
The following changes since commit 9a650bfec34c10baf673f9ab95f00dec7210e8c6:
Merge branch 'master' of git://git.denx.de/u-boot-avr32 (2014-06-05 11:22:17
-0400)
are available in the git repository at:
git://git.denx.de/u-boot-mpc85xx.git master
for you to fetch changes up to 353527d5
When the DDR controller is initialized below a junction temperature of
0°C and then operated above a junction temperature of 65°C, the DDR
controller may cause receive data errors, resulting ECC errors and/or
corrupted data. This erratum applies to the following SoCs and their
variants: MPC8536, MP
On Monday, May 26, 2014 at 07:46:27 AM, Lukasz Majewski wrote:
> Hi Marek
>
> The following changes since commit
> fc25fa27e5f439705e9ca42182014e2d75d9f0ae:
>
> dfu, nand: add medium specific polltimeout function (2014-05-08
> 10:38:30 +0200)
>
> are available in the git repository at:
>
>
The offset of module information is at 128, different from DDR3.
Signed-off-by: York Sun
---
drivers/ddr/fsl/interactive.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/ddr/fsl/interactive.c b/drivers/ddr/fsl/interactive.c
index cfe1e1f..0681933 100644
--- a/driv
From: "J. German Rivera"
Adding support to load and start the Layerscape Management Complex (MC)
firmware. First, the MC GCR register is set to 0 to reset all cores. MC
firmware and DPL images are copied from their location in NOR flash to
DDR. MC registers are updated with the location of these
LS2100A is an ARMv8 implementation. This adds board support for emulator
and simulator:
Two DDR controllers
UART2 is used as the console
IFC timing is tightened for speedy booting
Support DDR3 and DDR4 as separated targets
Management Complex (MC) is enabled
Signed-off-by: York Sun
Signe
From: "J. German Rivera"
This is needed for accessing peripherals with 64-bit MMIO registers,
from ARMv8 processors.
Signed-off-by: J. German Rivera
---
Change log
v6: no change
v5: no change
v4: no change
v3: no change
arch/arm/include/asm/io.h |8
1 file changed, 8 insertio
Freescale LayerScape with Chassis Generation 3 is a set of SoCs with
ARMv8 cores and 3rd generation of Chassis. We use different MMU setup
to support memory map and cache attribute for these SoCs. MMU and cache
are enabled very early to bootst performance, especially for early
development on emulat
Make MMU function reusable. Platform code can setup its own MMU tables.
Signed-off-by: York Sun
CC: David Feng
---
Change log
v6: Modified from v4. Add "dsb sy" before setting MMU registers and add "isb"
after.
v5: Drop the addition of inline function set_pgtable_section() from v4
It is
On Thu, Jun 5, 2014 at 2:53 PM, Marek Vasut wrote:
>> Does this help?
>>
>> drivers/pci/pcie_imx.c | 3 +--
>> 1 file changed, 1 insertion(+), 2 deletions(-)
>>
>> diff --git a/drivers/pci/pcie_imx.c b/drivers/pci/pcie_imx.c
>> index c48737e..190cdec 100644
>> --- a/drivers/pci/pcie_imx.c
>> +++
On Wed, May 28, 2014 at 11:33:35AM +0200, Heiko Schocher wrote:
> move fdtdec_get_int() out of lib/fdtdec.c into lib/fdtdec_common.c
> as this function is also used, if CONFIG_OF_CONTROL is not
> used. Poped up on the ids8313 board using signed FIT images,
> and activating CONFIG_SYS_GENERIC_BOARD
On Tue, 2014-06-03 at 21:42 +0200, Hans de Goede wrote:
> From: Chen-Yu Tsai
>
> Many A20 boards (ie Cubieboard2, A20-OLinuXino_MICRO) use an 100 Mbit MII
> phy together with the GMAC nic found in the A20 SoC, add support for this
> (this will get used when we add these boards in a later patch).
On Tue, 2014-06-03 at 21:42 +0200, Hans de Goede wrote:
> Signed-off-by: Hans de Goede
Acked-by: Ian Campbell
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
On Tue, 2014-06-03 at 21:41 +0200, Hans de Goede wrote:
> Add support for the x-powers axp152 pmic which is found on most A10s boards
> and enable it for the r7-tv-dongle board.
Again just the same comments as on the axp209.
___
U-Boot mailing list
U-B
Hi,
On do, 2014-06-05 at 14:25 -0400, Tom Rini wrote:
> On Mon, May 19, 2014 at 02:14:03PM +0200, Luka Perkov wrote:
> > Hi Tom,
> >
> > On Fri, May 16, 2014 at 01:58:05PM -0400, Tom Rini wrote:
> > > On Fri, May 16, 2014 at 07:26:51PM +0200, Luka Perkov wrote:
> > > > when trying to build env wi
On Tue, 2014-06-03 at 21:41 +0200, Hans de Goede wrote:
> +int axp209_set_ldo3(int mvolt)
> +{
> + int cfg = axp209_mvolt_to_cfg(mvolt, 700, 2275, 25);
> +
> + if (mvolt == -1)
> + cfg = 0x80; /* determined by LDO3IN pin */
Thus would seem more natural as
if (mvolt
Sometimes it is useful to ignore Ctrl-C, because checking for it causes the
CLI to drop characters. In particular for tests involving sandbox, where
input commands are piped in, some commands will call ctrlc() which will
drop characters from the test script.
Add a CONFIG_SYS_CTRLC_IGNORE option wh
On 06/05/2014 10:41 AM, Mark Rutland wrote:
> On Thu, Jun 05, 2014 at 04:07:17PM +0100, York Sun wrote:
>> On 06/05/2014 03:09 AM, Mark Rutland wrote:
>>> On Wed, Jun 04, 2014 at 05:27:30PM +0100, York Sun wrote:
On 06/02/2014 11:01 AM, Mark Rutland wrote:
> On Mon, Jun 02, 2014 at 05:06:1
This was lost sometime in the Kbuild conversion. Add it back.
Check that the trace test now passes:
$ ./test/trace/test-trace.sh
Simple trace test / sanity check using sandbox
/tmp/filemHKPGw
Build sandbox
O=sandbox FTRACE=1
GEN /home/sjg/c/src/third_party/u-boot/files/sandbox/Makefile
Con
These cause U-Boot to print a list of available commands. It doesn't break
the test, but it is best to remove them from the output.
Signed-off-by: Simon Glass
---
test/trace/test-trace.sh | 22 +++---
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/test/trace/tes
This performs a command, then repeats it, and checks that the repeat
happens.
Signed-off-by: Simon Glass
---
test/cmd_repeat.sh | 29 +
test/common.sh | 20
test/trace/test-trace.sh | 20 +++-
3 files changed, 52 i
A recent bug reported showed that the built-in CLI was not correctly
handling repeatable commands. A recent series fixes this.
http://patchwork.ozlabs.org/patch/356568/
http://patchwork.ozlabs.org/patch/356569/
http://patchwork.ozlabs.org/patch/356507/
Add a simple test for this. At present we re
On Mon, May 19, 2014 at 02:14:03PM +0200, Luka Perkov wrote:
> Hi Tom,
>
> On Fri, May 16, 2014 at 01:58:05PM -0400, Tom Rini wrote:
> > On Fri, May 16, 2014 at 07:26:51PM +0200, Luka Perkov wrote:
> > > when trying to build env with "-mfloat-abi=hard" I'm hitting this error:
> > >
> > > /opt/ope
On 5 June 2014 12:14, Simon Glass wrote:
> On 5 June 2014 12:07, Thomas Betker wrote:
>>
>> run_command() returns 0 for success, 1 for failure. Fix places which
>> assume that failure is indicated by a negative return code.
>>
>> Signed-off-by: Thomas Betker
>
> This has come through fine to pat
On 5 June 2014 12:07, Thomas Betker wrote:
> Replace run_command() by run_command_repeatable() in places which
> depend on the return code to indicate repeatability.
>
> Signed-off-by: Thomas Betker
Acked-by: Simon Glass
Tested-by: Simon Glass
___
U-
On 5 June 2014 12:07, Thomas Betker wrote:
> run_command() returns 0 on success and 1 on error. However, there are some
> invocations which expect 0 or 1 for success (not repeatable or repeatable)
> and -1 for error; add run_command_repeatable() for this purpose.
>
> Signed-off-by: Thomas Betker
On 5 June 2014 12:07, Thomas Betker wrote:
>
> run_command() returns 0 for success, 1 for failure. Fix places which
> assume that failure is indicated by a negative return code.
>
> Signed-off-by: Thomas Betker
This has come through fine to patchwork - it may have been your
missing name that was
On Tue, 2014-06-03 at 21:41 +0200, Hans de Goede wrote:
> Add support for the Allwinner A13 and A10s SoCs also know as the Allwinner
> sun5i family, and the A13-OLinuXinoM A13 based and r7-tv-dongle A10s based
> boards.
>
> The only differences compared to the already supported sun4i and sun7i
> f
On Wed, May 28, 2014 at 05:17:33PM +0200, Stefano Babic wrote:
> On 23/04/2014 14:20, Masahiro Yamada wrote:
> > arch/arm/include/asm/spl.h requires all SoCs to have
> > arch/arm/include/asm/arch-*/spl.h.
> >
> > But many of them just define BOOT_DEVICE_* macros.
> >
> > Those macros are used in
On Tue, 2014-06-03 at 21:41 +0200, Hans de Goede wrote:
> Add support for the Allwinner A10 SoC also known as the Allwinner sun4i
> family,
> and add the Cubieboard board which uses the A10 SoC.
>
> Compared to sun7 only the DRAM controller is a bit different:
> -Controller reset bits are inverte
I am resending the patches because they didn't make it to Patchwork the
first time, probably due to a configuration issue on my side.
The intent of these patches is to get command repeat to work again.
Currently, successful commands won't be repeated but failed commands
will -- neither is as ex
Replace run_command() by run_command_repeatable() in places which
depend on the return code to indicate repeatability.
Signed-off-by: Thomas Betker
---
common/cli_simple.c | 2 +-
common/cmd_bedbug.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/common/cli_simple.c b/com
run_command() returns 0 on success and 1 on error. However, there are some
invocations which expect 0 or 1 for success (not repeatable or repeatable)
and -1 for error; add run_command_repeatable() for this purpose.
Signed-off-by: Thomas Betker
---
common/cli.c | 24
run_command() returns 0 for success, 1 for failure. Fix places which
assume that failure is indicated by a negative return code.
Signed-off-by: Thomas Betker
---
arch/arm/cpu/arm926ejs/kirkwood/cpu.c | 2 +-
board/gdsys/p1022/controlcenterd.c| 6 +-
common/cmd_bootm.c
This enables the necessary clocks, in AHB0 and in PLL6_CFG. This is done
for sun7i only since I don't have access to any other sunxi platforms
with sata included.
The PHY setup is derived from the Alwinner releases and Linux, but is mostly
undocumented.
The Allwinner AHCI controller also requires
This patch enables CONFIG_CMD_GPIO for the Allwinner (sunxi) platform as well
as providing the common gpio API (gpio_request/free, direction in/out, get/set
etc).
Signed-off-by: Chen-Yu Tsai
Signed-off-by: Hans de Goede
Signed-off-by: Ma Haijun
Signed-off-by: Oliver Schinagl
Signed-off-by: Ian
This is a sun7i (A20) based followup to the sun4i (A10)
Cubieboard. It has GMAC using MII mode.
Signed-off-by: Ian Campbell
Acked-by: Hans de Goede
---
board/sunxi/Makefile | 1 +
board/sunxi/dram_cubieboard2.c | 31 +++
boards.cfg | 2
Signed-off-by: Ian Campbell
---
v2: Split out from "ahci: provide sunxi SATA driver using AHCI
platform framework"
---
arch/arm/cpu/armv7/sunxi/clock_sun4i.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/arch/arm/cpu/armv7/sunxi/clock_sun4i.c
b/arch/arm/cpu/armv7/sunxi/cl
This has been disabled for ARM in initr_scsi since that function was
introduced. However it works fine for me on Cubieboard and Cubietruck (with the
upcoming AHCI glue patch).
I also tested on two random ARM platforms which seem to define CONFIG_CMD_SCSI:
- highbank worked fine (on midway hardwar
In 73545f75b66d "ahci: wait longer for link" I increased the
timeout to 40ms based on the observed behaviour of a WD disk on a
Cubietruck. Since then Karsten Merker and myself have both
observed timeouts with HGST disks (Karsten on Cubietruck, me on
Cubieboard2). Increasing the timeout to ~175ms fi
The following enables AHCI support for sun7i boards, which in turn
requires GPIO support. It also adds support for the Cubieboard2 board.
This is based on v2 of Hans' "sunxi: Bug fixes, sun4i and sun5i support,
pmic support and network improvements" series[0]. (Other than e.g.
boards.cfg and Makef
On Thursday, June 05, 2014 at 05:27:08 PM, Fabio Estevam wrote:
> Tim,
>
> On Wed, Jun 4, 2014 at 9:16 PM, Tim Harvey wrote:
> > work-around the problem on my end as well. Note that I do not see this
> > issue unless I'm using one of our boards with a PCIe switch and If I
> > disable PCI support
On Thu, Jun 05, 2014 at 04:07:17PM +0100, York Sun wrote:
> On 06/05/2014 03:09 AM, Mark Rutland wrote:
> > On Wed, Jun 04, 2014 at 05:27:30PM +0100, York Sun wrote:
> >> On 06/02/2014 11:01 AM, Mark Rutland wrote:
> >>> On Mon, Jun 02, 2014 at 05:06:13PM +0100, York Sun wrote:
> On 06/02/2014
On 05/29/2014 03:29 PM, Stephen Warren wrote:
> From: Stephen Warren
>
> For each of Jetson TK1, Venice2, and Beaver:
>
> - Enable the first USB controller in DT, and describe its configuration.
>
> - Enable USB device/gadget support. This allows the user to type e.g.
> "ums 0 mmc 0" at the c
On Tue, Jun 03, 2014 at 12:19:56PM +, Alexey Brodkin wrote:
> Dear Tom,
>
> The following changes since commit 3fe1a8545b55d31a6db2d9e60d962c4f6e048913:
>
> powerpc: hiddendragon: remove orphan board (2014-05-30 14:03:24 -0400)
>
> are available in the git repository at:
>
> git://git.
On Sun, Jun 01, 2014 at 07:47:35PM +0200, Marek Vasut wrote:
> The following changes since commit 90b51c33f362926e17d4c07dcef1ce822abaa89f:
>
> Merge branch 'master' of git://git.denx.de/u-boot-arm (2014-05-30 11:34:39
> -0400)
>
> are available in the git repository at:
>
>
> git://git.d
1 - 100 of 136 matches
Mail list logo