From: Enric Balletbo i Serra
Move CONFIG_SPL_TEXT_BASE down to 0x4020 and set CONFIG_SPL_MAX_SIZE
to (SRAM_SCRATCH_SPACE_ADDR - CONFIG_SPL_TEXT_BASE), so that it's clear
what the limit is.
This will also help some compilers to fit all the code into the allocated
space.
Signed-off-by: Enric
> Am 03.05.2016 um 01:11 schrieb Peter Robinson :
>
>> On Mon, May 2, 2016 at 10:43 PM, Alexander Graf wrote:
>> We can now successfully boot EFI applications from disk, but users
>> may want to also run them from a PXE setup.
>>
>> This patch implements rudimentary network support, allowing a
This should return a non-zero value if there is a missing property. Update
the return value accordingly. The only expected error is -FDT_ERR_NOTFOUND.
Signed-off-by: Simon Glass
---
lib/fdtdec.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/fdtdec.c b/lib/fdtdec.c
inde
On 2.5.2016 18:27, Stephen Warren wrote:
> On 05/02/2016 06:29 AM, Michal Simek wrote:
>> Slow network or big image filesize is not able to be finished
>> in 30s. Add option to user to extend timeout(in miliseconds).
>>
>> env__net_tftp_readable_file = {
>> "fn": "192.168.0.105:zc706/image.ub"
Adjust the driver to use struct display_timing for its display timing.
This is what is used by driver-model and allows the LCD init code to be
common.
Signed-off-by: Simon Glass
---
drivers/video/atmel_lcdfb.c | 106 +---
1 file changed, 70 insertions(+),
On Mon, 2016-05-02 at 12:22 -0700, Thomas Hoff wrote:
> Thanks Simon!
>
> Hey Sjoerd,
>
> Were you able to chainboot u-boot for your acer cb5?
Yes, that's what the Nyan big in kernelci does constantly :).
The trick is using the description from the mail Simon linked to, but
making sure the offs
Add these definitions so that GPIOs can be used with driver model.
Signed-off-by: Simon Glass
---
arch/arm/mach-at91/arm926ejs/at91sam9m10g45_devices.c | 18 ++
1 file changed, 18 insertions(+)
diff --git a/arch/arm/mach-at91/arm926ejs/at91sam9m10g45_devices.c
b/arch/arm/mach-
The code does not compile if ECC is enabled.
Signed-off-by: Simon Glass
---
drivers/mtd/nand/atmel_nand.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/mtd/nand/atmel_nand.c b/drivers/mtd/nand/atmel_nand.c
index 8fac824..15958cb 100644
--- a/drivers/mtd/nand/atmel_nand.c
+++ b/d
Add driver-model support to this driver. Most features can be controlled
from the device tree.
Signed-off-by: Simon Glass
---
drivers/video/atmel_lcdfb.c | 91 +
include/atmel_lcd.h | 9 +
2 files changed, 100 insertions(+)
diff --git a/
This empty line should not be there. Remove it.
Signed-off-by: Simon Glass
---
drivers/mtd/nand/nand_base.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/mtd/nand/nand_base.c b/drivers/mtd/nand/nand_base.c
index 9e8fc1f..bcd4d70 100644
--- a/drivers/mtd/nand/nand_base.c
+++ b/drive
Add register definitions for the AT91 RTC so that this can potentially be
used in U-Boot.
Signed-off-by: Simon Glass
---
arch/arm/mach-at91/include/mach/at91_rtc.h | 71 ++
1 file changed, 71 insertions(+)
create mode 100644 arch/arm/mach-at91/include/mach/at91_rtc.
This needs to be set to avoid a fatal error when ECC is used.
Signed-off-by: Simon Glass
---
drivers/mtd/nand/atmel_nand.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/mtd/nand/atmel_nand.c b/drivers/mtd/nand/atmel_nand.c
index 4e278fa..8fac824 100644
--- a/drivers/mtd/nand/atmel
Add this file from Linux v4.5.
Signed-off-by: Simon Glass
---
arch/arm/dts/Makefile |1 +
arch/arm/dts/at91sam9g45.dtsi | 1335
include/dt-bindings/clock/at91.h | 23 +
include/dt-bindings/dma/at91.h | 52 ++
include/dt-bindin
This uses the wrote base register value. Fix it.
Signed-off-by: Simon Glass
---
drivers/mtd/nand/atmel_nand.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/mtd/nand/atmel_nand.c b/drivers/mtd/nand/atmel_nand.c
index 7cc1de0..4e278fa 100644
--- a/drivers/mtd/nan
Add driver-model support to this driver. The old code remains for now so
that we can convert boards one at a time.
Signed-off-by: Simon Glass
---
drivers/net/macb.c | 119 +
1 file changed, 119 insertions(+)
diff --git a/drivers/net/macb.c b/
The end address of the cache flush must be cache-line-aligned since
otherwise (at least on ARM926-EJS) the request is ignored. When the cache
is enabled this means that packets are not sent.
Signed-off-by: Simon Glass
---
drivers/net/macb.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
At present CONFIG_SKIP_LOWLEVEL_INIT prevents U-Boot from calling
lowlevel_init(). This means that the instruction cache is not enabled and
the board runs very slowly.
What is really needed in many cases is to skip the call to lowlevel_init()
but still perform CP15 init. Add an option to handle th
Adjust this driver to avoid using struct netdev in functions that driver
model will call. Also refactor the receive function to be compatible with
driver model.
Signed-off-by: Simon Glass
---
drivers/net/macb.c | 199 +
1 file changed, 124 ins
Avoid generating this section if there is nothing in it.
Signed-off-by: Simon Glass
---
net/bootp.c | 9 +
1 file changed, 9 insertions(+)
diff --git a/net/bootp.c b/net/bootp.c
index d7852db..71f09bd 100644
--- a/net/bootp.c
+++ b/net/bootp.c
@@ -655,6 +655,15 @@ static int bootp_exte
This is available on AT91SAM9G45. Add the peripheral address and flag
definitions.
Signed-off-by: Simon Glass
---
arch/arm/mach-at91/include/mach/at91_sck.h| 21 +
arch/arm/mach-at91/include/mach/at91sam9g45.h | 1 +
2 files changed, 22 insertions(+)
create mode 100644
Flushing part of the cache should be done on cache boundaries. Trying to
flush part of a cache line is not supported and the request may be ignored
or print warnings.
Adjust the bootm code to align the end address to prevent this problem.
Signed-off-by: Simon Glass
---
common/bootm.c | 2 +-
1
Hello Simon, Wenyou,
Am 03.05.2016 um 02:47 schrieb Yang, Wenyou:
Hi Simon,
Thank you for your support.
-Original Message-
From: s...@google.com [mailto:s...@google.com] On Behalf Of Simon Glass
Sent: 2016年5月2日 2:56
To: Yang, Wenyou
Cc: U-Boot Mailing List
Subject: Re: [U-Boot] [PAT
On Mon, 2016-04-25 at 22:53 +0200, Boris Brezillon wrote:
> On Mon, 25 Apr 2016 13:36:46 -0400
> Tom Rini wrote:
>
> > On Mon, Apr 25, 2016 at 04:43:14PM +0200, Boris Brezillon wrote:
> >
> > > Hi Scott,
> > >
> > > I've recently contributed a lot of MTD/NAND related patches (and intend
> > > t
On Thu, 2016-04-28 at 14:04 +0800, Gong Qianyu wrote:
> IFC is considered as a required component in Layerscape platforms' Linux.
What does this mean?
> But if IFC is not enabled in U-Boot on some boards, accessing IFC memory
> space would cause kernel call trace. So disable IFC node in such case
On Mon, 2016-05-02 at 13:26 -0600, Simon Glass wrote:
> Hi Scott,
>
> On 2 May 2016 at 13:03, Scott Wood wrote:
> > On Mon, 2016-05-02 at 12:57 -0600, Simon Glass wrote:
> > > Hi Scott,
> > >
> > > On 1 May 2016 at 17:34, Scott Wood wrote:
> > > > On Sun, 2016-05-01 at 12:55 -0600, Simon Glass
Correct speed grading info for i.MX6UL
Signed-off-by: Peng Fan
Cc: Stefano Babic
---
arch/arm/cpu/armv7/mx6/soc.c | 15 +++
1 file changed, 15 insertions(+)
diff --git a/arch/arm/cpu/armv7/mx6/soc.c b/arch/arm/cpu/armv7/mx6/soc.c
index d4b22ad..aaa1adb 100644
--- a/arch/arm/cpu/arm
Hi Mingkai,
> -Original Message-
> From: Mingkai Hu
> Sent: Saturday, April 30, 2016 8:26 PM
> To: Qianyu Gong ; u-boot@lists.denx.de; york sun
>
> Cc: Shaohui Xie ; Zhiqiang Hou ;
> Wenbin Song ; Qianyu Gong
> Subject: RE: [PATCH] armv8/ls1043ardb: fix the limitation of using 'cpld
> r
Hi Tom,
2016-04-30 9:39 GMT+08:00 Tom Rini :
> - Move the command portion of arch/x86/cpu/qemu/fw_cfg.c into
> cmd/qemu_fw_cfg.c
> - Move arch/x86/include/asm/fw_cfg.h to include/qemu_fw_cfg.h
> - Rename ACPI table portion to arch/x86/cpu/qemu/acpi_table.c
>
> Signed-off-by: Tom Rini
> ---
> Th
Hi Tom,
On Mon, May 02, 2016 at 10:04:47PM -0400, Tom Rini wrote:
>On Tue, May 03, 2016 at 09:17:51AM +0800, Peng Fan wrote:
>> Hi Tom,
>>
>> On Mon, May 02, 2016 at 07:41:35PM -0400, Tom Rini wrote:
>> >On Fri, Apr 29, 2016 at 09:56:09AM +0800, Peng Fan wrote:
>> >
>> >> This commit "2bb014820c4
When dfu_fill_entity fail, need to free dfu to avoid memory leak.
Reported by Coverity:
"
Resource leak (RESOURCE_LEAK)
leaked_storage: Variable dfu going out of scope leaks the storage
it points to.
"
Signed-off-by: Peng Fan
Cc: "Łukasz Majewski"
Cc: Marek Vasut
---
drivers/dfu/dfu.c | 4 +++
Reported by Coverity:
Logically dead code (DEADCODE)
dead_error_line: Execution cannot reach this statement:
(f_dfu->strings + --i).s =
If calloc failed, i is still 0 and no need to call free,
so discard the dead code.
Signed-off-by: Peng Fan
Cc: "Łukasz Majewski"
Cc: Marek Vasut
---
dri
On Tue, May 03, 2016 at 09:17:51AM +0800, Peng Fan wrote:
> Hi Tom,
>
> On Mon, May 02, 2016 at 07:41:35PM -0400, Tom Rini wrote:
> >On Fri, Apr 29, 2016 at 09:56:09AM +0800, Peng Fan wrote:
> >
> >> This commit "2bb014820c49a63902103bac710bc86b5772e843"
> >> do some clean up to use the code in li
Introduce dm_spi_claim_bus, dm_spi_release_bus and dm_spi_xfer
Convert spi_claim_bus, spi_release_bus and spi_xfer to use
the new API.
Signed-off-by: Peng Fan
Cc: Simon Glass
Cc: Jagan Teki
---
V4:
Convert spi_claim_bus, spi_release_bus and spi_xfer to call the use APIs.
V3:
As Simon sugges
Introduce driver to support "fairchild,74hc595" devices.
1. Take linux drivers/drivers/gpio/gpio-74x164.c as reference.
2. Following the naming used in Linux driver with gen_7x164 as the prefix.
3. Enable CONFIG_DM_74X164 to use this driver.
4. Follow Documentation/devicetree/bindings/gpio/gpio-74x
1. Support compatible string "spi-gpio" which is used by Linux
Linux use different bindings, so use UBOOT_COMPAT and
LINUX_COMPAT to differentiate them.
2. Introduce SPI_MASTER_NO_RX and SPI_MASTER_NO_TX to handle
no rx or no tx case.
3. Tested on i.MX6 UltraLite board with 74LV595 spi-gpi
When doing xfer, should use device->parent, but not device
When doing bit xfer, should use "!!(tmpdout & 0x80)", but not
"(tmpdout & 0x80)"
Signed-off-by: Peng Fan
Cc: Simon Glass
Cc: Jagan Teki
Reviewed-by: Simon Glass
---
V4:
None
V3:
None
V2:
Follow Simon's comments, split bug fix int
When doing xfer, should use device->parent, but not device
When doing bit xfer, should use "!!(tmpdout & 0x80)", but not
"(tmpdout & 0x80)"
Signed-off-by: Peng Fan
Cc: Simon Glass
Cc: Jagan Teki
Reviewed-by: Simon Glass
---
V4:
None
V3:
None
V2:
Follow Simon's comments, split bug fix int
Hi Tom,
On Mon, May 02, 2016 at 07:41:35PM -0400, Tom Rini wrote:
>On Fri, Apr 29, 2016 at 09:56:09AM +0800, Peng Fan wrote:
>
>> This commit "2bb014820c49a63902103bac710bc86b5772e843"
>> do some clean up to use the code in lib/time.c.
>> But usec2ticks is still being used by security related job
On Wed, Apr 20, 2016 at 10:48:13PM -0300, Fabio Estevam wrote:
> From: Fabio Estevam
>
> mx6ul_evk does not come with a eMMC populated, so we should not
> define CONFIG_SUPPORT_EMMC_BOOT as it causes SPL to not be able
> to boot some brands of SD cards, such as SanDisk microSD HC - 8GB:
>
> U-B
On Mon, May 02, 2016 at 09:59:33PM -0300, Fabio Estevam wrote:
> Tom,
>
> On Tue, Apr 26, 2016 at 1:33 PM, Stefano Babic wrote:
>
> > Fine with me if you want to pick it up directly without PR.
>
> Are you applying this one directly?
Thanks for the reminder.
--
Tom
signature.asc
Descriptio
On Sun, May 01, 2016 at 11:35:55AM -0600, Simon Glass wrote:
> Add some functions needed by the SCSI code. This allows it to be compiled
> for sandbox, thus increasing build coverage.
>
> Signed-off-by: Simon Glass
> ---
>
> Changes in v2: None
>
> drivers/block/Makefile | 2 +-
> driv
Tom,
On Tue, Apr 26, 2016 at 1:33 PM, Stefano Babic wrote:
> Fine with me if you want to pick it up directly without PR.
Are you applying this one directly?
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Hi Simon,
Thank you for your support.
> -Original Message-
> From: s...@google.com [mailto:s...@google.com] On Behalf Of Simon Glass
> Sent: 2016年5月2日 2:56
> To: Yang, Wenyou
> Cc: U-Boot Mailing List
> Subject: Re: [U-Boot] [PATCH] dm: at91: Add driver model support for the spi
> drive
On Fri, Apr 29, 2016 at 09:56:09AM +0800, Peng Fan wrote:
> This commit "2bb014820c49a63902103bac710bc86b5772e843"
> do some clean up to use the code in lib/time.c.
> But usec2ticks is still being used by security related job ring code.
> Bring back the function to avoid build break.
>
> Signed-o
On Sun, May 01, 2016 at 07:58:31PM +0300, matwey.korni...@gmail.com wrote:
> Since 770e68c0a37fded897d4bdda661614fc81cb33d2
> BoneGreen is detected in board_late_init as board_name 'BBG1'
>
> Signed-off-by: Matwey V. Kornilov
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Descriptio
On Sat, Apr 30, 2016 at 07:18:00PM -0700, Vagrant Cascadian wrote:
> Signed-off-by: Vagrant Cascadian
> Reviewed-by: Simon Glass
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@l
On Sun, May 01, 2016 at 03:01:27AM +0200, Andreas Bießmann wrote:
> The getopt(3) optstring '-' is a GNU extension which is not available on BSD
> systems like OS X.
>
> Remove this dependency by implementing argument parsing in another way. This
> will also change the lately introduced '-b' swit
On Sun, May 01, 2016 at 03:46:16AM +0200, Andreas Bießmann wrote:
> I'll switch my mails to my own server, so drop all gmail references.
>
> Signed-off-by: Andreas Bießmann
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
On Fri, Apr 29, 2016 at 10:00:11PM +0200, Anatolij Gustschin wrote:
> env library is broken as the config file pointer is only initialized
> in main(). When running in the env library parse_config() fails:
>
> Cannot parse config file '(null)': Bad address
>
> Ensure that config file pointer i
On Thu, Apr 28, 2016 at 09:08:18AM +0200, Michal Simek wrote:
> dtb is already included in binary that's why there is no need to replace
> u-boot-spl.bin with u-boot-spl-dtb.bin. This is only needed for
> OF_SEPARATE is enabled. Only copy -nodtb.bin version which is straight
> output from objcopy
On Thu, Apr 28, 2016 at 07:08:34AM +0200, Stefan Roese wrote:
> From: Ronald Zachariah
>
> The function ext4fs_read_symlink was unable to handle a symlink
> which had target name of exactly 60 characters.
>
> Signed-off-by: Ronald Zachariah
> Signed-off-by: Stefan Roese
> Reviewed-by: Stephen
On Sun, May 01, 2016 at 05:12:24PM -0600, Simon Glass wrote:
> There is an extra close() call which is not needed.
>
> Reported-by: Coverity (CID: 143065)
> Signed-off-by: Simon Glass
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
_
On Fri, Apr 15, 2016 at 01:43:25PM -0700, Vagrant Cascadian wrote:
> This reverts commit b5788dc0dd9570e98552833767f4373db965985d.
>
> Ram size is incorrectly reported as 512MB on a firefly-rk3288 board
> with 2GB of ram. Reverting this patch displays the full amount of ram.
>
> Signed-off-by: V
On Sun, May 01, 2016 at 12:35:54AM +0200, Marek Vasut wrote:
> If serial support is not compiled into U-Boot, which may be the case
> for some SPL builds, the following warning will be generated in disk.c:
>
> cmd/disk.c: In function 'common_diskboot':
> cmd/disk.c:16:6: warning: variable 'dev' s
On Mon, May 02, 2016 at 06:38:58PM -0400, Tom Rini wrote:
> We need to be passing -T firmware here and aren't.
>
> Signed-off-by: Tom Rini
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
___
U-Boot mailing lis
On Mon, May 02, 2016 at 12:16:26PM -0400, Tom Rini wrote:
> Unfortunately with this change we now are unable to do FS mode boots
> from MMC1 as with the way the code works today we will always load and
> assume that the hard-coded raw location contains U-Boot. Further, we
> cannot fix this by jus
On Mon, May 02, 2016 at 12:16:25PM -0400, Tom Rini wrote:
> We cannot change the long standing hard-coded offset for raw boot mode
> for everyone to accommodate how Android expects things to be done here.
>
> This reverts commit ef5ebe951bec72631cdbc7cef9079e6c684e5d0b.
>
> Signed-off-by: Tom Ri
On Sun, May 01, 2016 at 01:18:57AM +0900, Masahiro Yamada wrote:
> Hi Tom,
>
> Please pull some more fixes for v2016.05.
>
>
> The following changes since commit fccdb287f5f5f2349d3ca1c7cdf972015417d46d:
>
> Merge branch 'master' of git://git.denx.de/u-boot-video (2016-04-28
> 13:15:52 -0400
On Mon, May 2, 2016 at 10:43 PM, Alexander Graf wrote:
> We can now successfully boot EFI applications from disk, but users
> may want to also run them from a PXE setup.
>
> This patch implements rudimentary network support, allowing a payload
> to send and receive network packets.
>
> With this p
We need to be passing -T firmware here and aren't.
Signed-off-by: Tom Rini
---
arch/arm/imx-common/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/imx-common/Makefile b/arch/arm/imx-common/Makefile
index c208628..d34a784 100644
--- a/arch/arm/imx-common/Make
Hi Teddy,
On 2 May 2016 at 02:57, Teddy Reed wrote:
> On Sun, May 1, 2016 at 11:56 AM, Simon Glass wrote:
>> Hi Teddy,
>>
>> On 27 April 2016 at 11:32, Teddy Reed wrote:
>>> Hello all,
>>>
>>> I'm looking to support "multiple levels" of keys within u-boot's
>>> verified boot. I need something s
Hi Teddy,
On 2 May 2016 at 14:24, Teddy Reed wrote:
>
> On Mon, May 2, 2016 at 7:06 AM, Simon Glass wrote:
> > Hi Teddy,
> >
> > On 29 April 2016 at 18:44, Teddy Reed wrote:
> >> On Fri, Apr 29, 2016 at 4:09 PM, Simon Glass wrote:
> >>> Hi Teddy,
> >>>
> >>> On 25 April 2016 at 10:25, Teddy Re
We can now successfully boot EFI applications from disk, but users
may want to also run them from a PXE setup.
This patch implements rudimentary network support, allowing a payload
to send and receive network packets.
With this patch, I was able to successfully run grub2 with network
access insid
On 02.05.16 18:14, Tom Rini wrote:
> On Mon, May 02, 2016 at 11:12:11AM +0200, Alexander Graf wrote:
>
> [snip]
>> So Tom, how would you like to roll this? We can either
>>
>> 1) Check raw after fs, default to fs and revert my patch or
>> 2) Leave fs boot broken (regression) or
>> 3) Leave
Fix the device tree name for the Pine64+ for the naming that's going
into the upstream kernel.
Signed-off-by: Peter Robinson
---
configs/pine64_plus_defconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configs/pine64_plus_defconfig b/configs/pine64_plus_defconfig
index 0
The code assumed that if the interface is not RGMII configured
then it must be SGMII configured. This device has the ability
to support most of the MII interfaces. Therefore add the
helper for SGMII and only configure the device if the interface is
configured for SGMII.
Signed-off-by: Dan Murphy
Add a helper to phy.h to identify whether the
phy is configured for SGMII all variables.
Signed-off-by: Dan Murphy
Reviewed-by: Mugunthan V N
Reviewed-by: Michal Simek
Tested-by: Mugunthan V N
Acked-by: Joe Hershberger
---
v8 - Add acked/Tested/reviewed by information
v7 - no changes from v6
Add the ability to pass the phy-handle node offset
to the phy driver. This allows the phy driver
to access the DT subnode's data and parse accordingly.
Signed-off-by: Dan Murphy
Tested-by: Michal Simek
Acked-by: Joe Hershberger
---
v8 - Add acked/Tested/reviewed by information
v7 - no changes
Move the phy_interface_is_rgmii to the phy.h
file for all phy's to be able to use the API.
This now aligns with the Linux kernel based on
commit e463d88c36d42211aa72ed76d32fb8bf37820ef1
Signed-off-by: Dan Murphy
Reviewed-by: Mugunthan V N
Reviewed-by: Michal Simek
Tested-by: Mugunthan V N
Ack
Add the device tree bindings and the accompanying documentation
for the TI DP83867 Giga bit ethernet phy driver.
The original document was from:
[commit 2a10154abcb75ad0d7b6bfea6210ac743ec60897 from the Linux kernel]
Signed-off-by: Dan Murphy
Reviewed-by: Mugunthan V N
Tested-by: Mugunthan
Not all devices use the same internal delay or fifo depth.
Add the ability to set the internal delay for rx or tx and the
fifo depth via the devicetree. If the value is not set in the
devicetree then set the delay to the default.
If devicetree is not used then use the default defines within the
d
Add the ability to read the phy-handle node of the
cpsw slave. Upon reading this handle the phy-id
can be stored based on the reg node in the DT.
The phy-handle also needs to be stored and passed
to the phy to access any phy data that is available.
Signed-off-by: Dan Murphy
Tested-by: Mugunthan
On Mon, May 2, 2016 at 7:06 AM, Simon Glass wrote:
> Hi Teddy,
>
> On 29 April 2016 at 18:44, Teddy Reed wrote:
>> On Fri, Apr 29, 2016 at 4:09 PM, Simon Glass wrote:
>>> Hi Teddy,
>>>
>>> On 25 April 2016 at 10:25, Teddy Reed wrote:
Hi all,
I'm curious if anyone has a script (or
Hi Scott,
On 2 May 2016 at 13:03, Scott Wood wrote:
> On Mon, 2016-05-02 at 12:57 -0600, Simon Glass wrote:
>> Hi Scott,
>>
>> On 1 May 2016 at 17:34, Scott Wood wrote:
>> > On Sun, 2016-05-01 at 12:55 -0600, Simon Glass wrote:
>> > > Hi,
>> > >
>> > > On 30 April 2016 at 20:18, Vagrant Cascadia
Thanks Simon!
Hey Sjoerd,
Were you able to chainboot u-boot for your acer cb5?
Cheers,
Thomas
On Sun, May 1, 2016 at 11:55 AM, Simon Glass wrote:
> Hi Thomas,
>
> On 28 April 2016 at 13:27, Thomas Hoff wrote:
> > Hello,
> >
> > Could someone help point me in the right direction about chainl
On Mon, 2016-05-02 at 12:57 -0600, Simon Glass wrote:
> Hi Scott,
>
> On 1 May 2016 at 17:34, Scott Wood wrote:
> > On Sun, 2016-05-01 at 12:55 -0600, Simon Glass wrote:
> > > Hi,
> > >
> > > On 30 April 2016 at 20:18, Vagrant Cascadian wrote:
> > >
> > > Please can you add a commit message?
>
Hi Scott,
On 1 May 2016 at 17:34, Scott Wood wrote:
> On Sun, 2016-05-01 at 12:55 -0600, Simon Glass wrote:
>> Hi,
>>
>> On 30 April 2016 at 20:18, Vagrant Cascadian wrote:
>>
>> Please can you add a commit message?
>
> I don't understand these "empty/missing commit message" remarks when there's
Fix incorrect parametr in CMD_CHECK_BITS_CLR command
Pass CLR parameter to DCD header for CMD_CHECK_BITS_CLR
Signed-off-by: Adrian Alonso
---
tools/imximage.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/imximage.c b/tools/imximage.c
index 7c21922..092d550 100644
---
Hi,
Updated with C-style comments:
For multiple ethernet interfaces the FDT offset of '/aliases' will
change as we
are adding MAC addresses to the FDT.
Therefore only the first interface ('ethernet0') will get properly
updated in
the FDT, with the rest getting FDT errors when we try to set th
On Mon, May 2, 2016 at 1:03 PM, Dan Murphy wrote:
> Tom
>
> On 05/02/2016 12:58 PM, Tom Rini wrote:
>> On Mon, May 02, 2016 at 12:54:43PM -0500, Dan Murphy wrote:
>>> Joe
>>>
>>> On 05/02/2016 11:08 AM, Joe Hershberger wrote:
On Fri, Apr 29, 2016 at 6:59 AM, Dan Murphy wrote:
> Add the a
Tom
On 05/02/2016 12:58 PM, Tom Rini wrote:
> On Mon, May 02, 2016 at 12:54:43PM -0500, Dan Murphy wrote:
>> Joe
>>
>> On 05/02/2016 11:08 AM, Joe Hershberger wrote:
>>> On Fri, Apr 29, 2016 at 6:59 AM, Dan Murphy wrote:
Add the ability to read the phy-handle node of the
cpsw slave. Up
On Mon, May 02, 2016 at 12:54:43PM -0500, Dan Murphy wrote:
> Joe
>
> On 05/02/2016 11:08 AM, Joe Hershberger wrote:
> > On Fri, Apr 29, 2016 at 6:59 AM, Dan Murphy wrote:
> >> Add the ability to read the phy-handle node of the
> >> cpsw slave. Upon reading this handle the phy-id
> >> can be sto
Joe
On 05/02/2016 11:08 AM, Joe Hershberger wrote:
> On Fri, Apr 29, 2016 at 6:59 AM, Dan Murphy wrote:
>> Add the ability to read the phy-handle node of the
>> cpsw slave. Upon reading this handle the phy-id
>> can be stored based on the reg node in the DT.
>>
>> The phy-handle also needs to be
On Tue, Apr 26, 2016 at 8:57 PM, Bin Meng wrote:
> On Wed, Apr 27, 2016 at 8:06 AM, Bin Meng wrote:
>> Hi Lev,
>>
>> On Fri, Jan 8, 2016 at 7:04 AM, Lev Iserovich
>> wrote:
>>> For multiple ethernet interfaces the FDT offset of '/aliases' will change as
>>> we
>>> are adding MAC addresses to the
On 05/02/2016 06:29 AM, Michal Simek wrote:
Slow network or big image filesize is not able to be finished
in 30s. Add option to user to extend timeout(in miliseconds).
env__net_tftp_readable_file = {
"fn": "192.168.0.105:zc706/image.ub",
"addr": 0x2000,
"size": 20484981,
Unfortunately with this change we now are unable to do FS mode boots
from MMC1 as with the way the code works today we will always load and
assume that the hard-coded raw location contains U-Boot. Further, we
cannot fix this by just changing other logic to try FS-then-RAW as it
would also make us
We cannot change the long standing hard-coded offset for raw boot mode
for everyone to accommodate how Android expects things to be done here.
This reverts commit ef5ebe951bec72631cdbc7cef9079e6c684e5d0b.
Signed-off-by: Tom Rini
---
include/configs/ti_armv7_common.h | 4 ++--
1 file changed, 2
On Mon, May 02, 2016 at 11:12:11AM +0200, Alexander Graf wrote:
[snip]
> So Tom, how would you like to roll this? We can either
>
> 1) Check raw after fs, default to fs and revert my patch or
> 2) Leave fs boot broken (regression) or
> 3) Leave raw boot broken (same as 2016.03)
>
> Given t
On Fri, Apr 29, 2016 at 6:59 AM, Dan Murphy wrote:
> Add the ability to read the phy-handle node of the
> cpsw slave. Upon reading this handle the phy-id
> can be stored based on the reg node in the DT.
>
> The phy-handle also needs to be stored and passed
> to the phy to access any phy data that
On 29.04.2016 12:13, Marek Vasut wrote:
>> On 28.04.2016 00:36, Marek Vasut wrote:
>>> The indirect write code is buggy pile of nastiness which fails horribly
>>> when the system runs fast enough to saturate the controller. The failure
>>> results in some pages (256B) not being written to the flash
On Sun, May 01, 2016 at 01:45:35PM -0600, Simon Glass wrote:
> Hi,
> On 27 April 2016 at 09:14, Andreas Dannenberg wrote:
> > Yeah please let me/us know if there is something you have that could be
> > recycled.
>
> I just sent a patch referring to this. I didn't find anything but in
> fact it is
Hi Teddy,
On 29 April 2016 at 18:44, Teddy Reed wrote:
> On Fri, Apr 29, 2016 at 4:09 PM, Simon Glass wrote:
>> Hi Teddy,
>>
>> On 25 April 2016 at 10:25, Teddy Reed wrote:
>>> Hi all,
>>>
>>> I'm curious if anyone has a script (or if I've missed something within
>>> the verified-boot documenta
On Mon, May 02, 2016 at 09:08:27AM +0200, Alexander Graf wrote:
>
>
> On 02.05.16 04:29, Derald D. Woods wrote:
> > On 05/01/2016 09:17 PM, Derald D. Woods wrote:
> >> On 05/01/2016 08:57 PM, Tom Rini wrote:
> >>> On Sun, May 01, 2016 at 08:32:48PM -0500, Derald D. Woods wrote:
> On 05/01/20
the last value acceptable value for offset is last_usable_lba + 1
and not last_usable_lba - 1
issue found with SDCARD partition commands on u-boot 2015.10
but this part of code don't change
1- create GPT partion on all the card
> gpt write mmc 0 name=test,start=0,size=0
> part list mmc 0
Pa
Slow network or big image filesize is not able to be finished
in 30s. Add option to user to extend timeout(in miliseconds).
env__net_tftp_readable_file = {
"fn": "192.168.0.105:zc706/image.ub",
"addr": 0x2000,
"size": 20484981,
"crc32": "873a30ae",
"timeout": 5,
}
Sign
Hi Simon,
On Sun, May 1, 2016 at 7:46 PM, Simon Glass wrote:
> Hi Mario,
>
> On 26 April 2016 at 08:08, Mario Six wrote:
> >
> > Signed-off-by: Mario Six
> > ---
> > arch/powerpc/include/asm/arch-mpc85xx/gpio.h | 2 +
> > arch/powerpc/include/asm/immap_85xx.h| 2 +
> > drivers/gpi
From: Alban Bedel
When running on a SoC with a secure bootloader CoreSight isn't
allowed, so add an option to disable the CoreSight init.
Signed-off-by: Alban Bedel
Reviewed-by: Julian Scheel
Signed-off-by: Julian Scheel
---
arch/arm/mach-tegra/Kconfig | 4
arch/arm/mach-tegra/cpu.c |
Add support for the tegra (t30 and newer) watchdog component.
Signed-off-by: Julian Scheel
---
arch/arm/include/asm/arch-tegra/tegra.h | 2 ++
arch/arm/include/asm/arch-tegra/wdt.h | 41 ++
arch/arm/mach-tegra/board2.c| 4 +++
drivers/watchdog/Makefile
Add support for platforms based on the Meerkat COM module. Includes support
for the minimal reference platform called Kein Baseboard, which in fact is
sufficient to run most existing Meerkat carriers.
Signed-off-by: Julian Scheel
---
Changes in v4:
- rebased to tegra/master (2016-05-22, cc9db6a
From: Alban Bedel
The init simply hardcoded the i2c bus and address to those used on
jetson. Extend the init function to take the bus number and device
address as parameter. As only jetson is using this code for now just
fix this single use of the function.
Signed-off-by: Alban Bedel
Reviewed-b
1 - 100 of 138 matches
Mail list logo