On 26.04.2016 08:58, Sergey Kubushyn wrote:
On Tue, 26 Apr 2016, Stefan Roese wrote:
OK, if nobody worked on this so far I'll bite the bullet -- working on a
NAND boot only i.mx6 module right now at my day job and need manufacturing
tools for production. Just didn't want to re-invent the wheel a
Hi Marek,
> On 04/25/2016 05:40 PM, Lukasz Majewski wrote:
> > Hi Marek,
> >
> > Please find DFU related code to be pulled to u-boot-usb branch.
> >
> > The following changes since commit
> > e6c0bc0643e5a4387fecbcf83080d0b796eb067c:
> >
> > usb: gadget Move: CONFIG_G_DNL_* to Kconfig (2016-0
Dear Tom,
The following changes since commit ff6552e8cc13c9b2283002144e297d63b30ac400:
xpress: Update include (2016-04-13 15:45:50 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-samsung master
for you to fetch changes up to 4ecad8a62942a460b177f34f1eea7326614025f4
Hello Richard,
Am 26.04.2016 um 09:20 schrieb Richard Weinberger:
Am 26.04.2016 um 07:17 schrieb Heiko Schocher:
Also, as the UBI/UIFS case may show, it is not always a trivial job
to do such a sync, as concepts in Linux changes ...
While we are at it, how do you QA?
I do some very basic ub
Hi Tom,
2016-04-25 17:16 GMT+02:00 Tom Rini :
> On Mon, Apr 25, 2016 at 05:09:50PM +0200, Enric Balletbo Serra wrote:
>> Hi Tom,
>>
>> 2016-04-25 16:44 GMT+02:00 Tom Rini :
>> > In the case of booting from NAND on these boards, remove MMC support
>> > from SPL so that we can continue to fit into t
Am 26.04.2016 um 07:17 schrieb Heiko Schocher:
> Also, as the UBI/UIFS case may show, it is not always a trivial job
> to do such a sync, as concepts in Linux changes ...
While we are at it, how do you QA?
Did you ever port port UBI or MTD tests to u-boot and let them run?
Maybe there are more iss
Hi Simon,
i realized this patch (v3) is invalid, due to my tests done with
"CONFIG_DM_SRIAL" (missing 'A'), so was using the legacy driver still.
Also, i found a small issue in start.S files.
I send v4 asap later.
thanks,
regards,
Angelo Dureghello
On 25/04/2016 23:54, Simon Glass wrote:
On Tue, Apr 26, 2016 at 04:45:53PM +0900, Minkyu Kang wrote:
> Dear Tom,
>
> The following changes since commit ff6552e8cc13c9b2283002144e297d63b30ac400:
>
> xpress: Update include (2016-04-13 15:45:50 -0400)
>
> are available in the git repository at:
>
> git://git.denx.de/u-boot-samsung
- Add definitions and macros for buck regulators SW2,SW3A/B and SW4 (SWx)
with low and high output voltage ranges
- Add definitions for LDO mode
(ON/OFF/LPM combinations at Normal & Standby modes)
Signed-off-by: Eran Matityahu
---
include/power/pfuze100_pmic.h | 208 +
On Tue, Apr 26, 2016 at 10:20:47AM +0200, Enric Balletbo Serra wrote:
> Hi Tom,
>
> 2016-04-25 17:16 GMT+02:00 Tom Rini :
> > On Mon, Apr 25, 2016 at 05:09:50PM +0200, Enric Balletbo Serra wrote:
> >> Hi Tom,
> >>
> >> 2016-04-25 16:44 GMT+02:00 Tom Rini :
> >> > In the case of booting from NAND o
On Tue, Apr 26, 2016 at 11:23:39AM +0900, Masahiro Yamada wrote:
> The recently added uniphier_ld20_defconfig missed the tree-wide
> re-sync by commit 89cb2b5f8be4 ("configs: Re-sync with cmd/Kconfig").
>
> Signed-off-by: Masahiro Yamada
Applied to u-boot/master, thanks!
--
Tom
signature.as
On 04/26/2016 03:47 AM, Yang, Wenyou wrote:
>
>
>> -Original Message-
>> From: Marek Vasut [mailto:ma...@denx.de]
>> Sent: 2016年4月25日 18:30
>> To: Yang, Wenyou
>> Cc: u-boot@lists.denx.de
>> Subject: Re: SAMA5D2 xplained SD/eMMC boot
>>
>> On 04/25/2016 02:55 AM, Yang, Wenyou wrote:
>>>
Signed-off-by: Mario Six
---
arch/powerpc/include/asm/arch-mpc85xx/gpio.h | 2 +
arch/powerpc/include/asm/immap_85xx.h| 2 +
drivers/gpio/Kconfig | 6 +
drivers/gpio/Makefile| 1 +
drivers/gpio/mpc85xx_gpio.c | 182 +
The functions for accessing GPIOs on MPC85xx are hardcoded in
arch/powerpc/include/asm/mpc85xx_gpio.h This leads to problems if another GPIO
controller supporting the driver model is to be used simultaneously.
Therefore, this patch moves the "static" functions into a DM-compatible driver,
and also
Signed-off-by: Mario Six
---
drivers/gpio/gpio-uclass.c | 30 ++
include/asm-generic/gpio.h | 29 +
2 files changed, 59 insertions(+)
diff --git a/drivers/gpio/gpio-uclass.c b/drivers/gpio/gpio-uclass.c
index b58d4e6..16b9648 100644
--- a/d
Signed-off-by: Mario Six
---
drivers/gpio/mpc85xx_gpio.c | 41 +
1 file changed, 41 insertions(+)
diff --git a/drivers/gpio/mpc85xx_gpio.c b/drivers/gpio/mpc85xx_gpio.c
index 2289eb7..6e920e6 100644
--- a/drivers/gpio/mpc85xx_gpio.c
+++ b/drivers/gpio/mpc8
The patch:
"configs: Re-sync almost all of cmd/Kconfig"
(sha1: 78d1e1d0a157c8b48ea19be6170b992745d30f38)
doesn't remove empty if-endif. This patch is fixing it.
Signed-off-by: Michal Simek
---
include/configs/xilinx_zynqmp.h | 4
1 file changed, 4 deletions(-)
diff --git a/include/configs
Enable some additional features of the eMMC boot partitions.
Signed-off-by: Michal Simek
---
include/configs/xilinx_zynqmp.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/configs/xilinx_zynqmp.h b/include/configs/xilinx_zynqmp.h
index 7a16f4915069..76e1d93bdb35 100644
--- a/includ
On Tue, Apr 26, 2016 at 04:12:06PM +0200, Michal Simek wrote:
> The patch:
> "configs: Re-sync almost all of cmd/Kconfig"
> (sha1: 78d1e1d0a157c8b48ea19be6170b992745d30f38)
> doesn't remove empty if-endif. This patch is fixing it.
>
> Signed-off-by: Michal Simek
Applied to u-boot/master, thanks
Hi Angelo,
On 26 April 2016 at 03:03, Angelo Dureghello wrote:
>
> Hi Simon,
>
> i realized this patch (v3) is invalid, due to my tests done with
> "CONFIG_DM_SRIAL" (missing 'A'), so was using the legacy driver still.
>
> Also, i found a small issue in start.S files.
>
> I send v4 asap later.
Internal SRAM starts at 0x4020 and ends at 0x4020, so there
are 64KB available to be used for SPL. This will also help some
compilers to fit all the code into the allocated space.
Signed-off-by: Enric Balletbo i Serra
---
include/configs/omap3_igep00x0.h | 7 +++
1 file changed, 7 in
Tom/Stefano,
On Wed, Apr 20, 2016 at 10:48 PM, 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:
>
>
On Tue, Apr 26, 2016 at 12:58:05PM -0300, Fabio Estevam wrote:
> Tom/Stefano,
>
> On Wed, Apr 20, 2016 at 10:48 PM, 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
On 26/04/2016 17:58, Fabio Estevam wrote:
> Tom/Stefano,
>
> On Wed, Apr 20, 2016 at 10:48 PM, 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 bran
On 04/25/2016 05:22 PM, Tom Rini wrote:
...
I know company lawyers come up with various policies and some are more
restrictive than others. Anything about the exact guidelines you can
share would be appreciated.
They're simple and I would assume quite standard:
1) When creating a new file, ad
On 04/25/2016 06:14 PM, Tom Rini wrote:
On Mon, Apr 25, 2016 at 05:34:55PM -0600, Stephen Warren wrote:
On 04/25/2016 05:26 PM, Tom Rini wrote:
On Mon, Apr 25, 2016 at 05:11:16PM -0600, Stephen Warren wrote:
On 04/25/2016 05:05 PM, Tom Rini wrote:
On Mon, Apr 25, 2016 at 04:43:34PM -0600, Ste
On 04/25/2016 05:22 PM, Tom Rini wrote:
Lawyers can argue, but projects have guidelines. I mean heck, I've see
you remind people to fix the include order in new patches. Do they need
to add an NVIDIA copyright notice too? No, of course not.
Well honestly all patch review does contribute to
Hi Tom,
On 26/04/2016 18:04, Tom Rini wrote:
> On Tue, Apr 26, 2016 at 12:58:05PM -0300, Fabio Estevam wrote:
>> Tom/Stefano,
>>
>> On Wed, Apr 20, 2016 at 10:48 PM, Fabio Estevam wrote:
>>> From: Fabio Estevam
>>>
>>> mx6ul_evk does not come with a eMMC populated, so we should not
>>> define CO
On 04/25/2016 11:08 AM, Joe Hershberger wrote:
Hi Stephen,
On Wed, Apr 20, 2016 at 6:31 PM, Stephen Warren wrote:
From: Stephen Warren
Currently, if multiple rtl8169 devices exist on the PCI bus, they all
get the same name, which prevents the user from selecting which to use
via the ethact e
On 04/26/2016 10:53 AM, Stephen Warren wrote:
On 04/25/2016 11:08 AM, Joe Hershberger wrote:
Hi Stephen,
On Wed, Apr 20, 2016 at 6:31 PM, Stephen Warren
wrote:
From: Stephen Warren
Currently, if multiple rtl8169 devices exist on the PCI bus, they all
get the same name, which prevents the us
Dear Stephen,
In message <571ea99f.7030...@wwwdotorg.org> you wrote:
>
> BTW, while code re-org is not the most involved of coding, I don't see a
> reason to make developers decide legal issues such as what amounts to a
> change that's large enough to change the copyright date, or add a
> copyr
Dear Stephen,
In message <571f94be.2030...@wwwdotorg.org> you wrote:
>
> Guidance on "non-trivial" isn't given. I would take it to mean anything
> other than typos and whitespace fixes.
recommended search term: Copyright Creativity Requirement
Best regards,
Wolfgang Denk
--
DENX Software Eng
On Tue, Apr 26, 2016 at 10:23:36AM -0600, Stephen Warren wrote:
> On 04/25/2016 05:22 PM, Tom Rini wrote:
>
> >Lawyers can argue, but projects have guidelines. I mean heck, I've see
> >you remind people to fix the include order in new patches. Do they need
> >to add an NVIDIA copyright notice to
On Tue, Apr 26, 2016 at 10:18:06AM -0600, Stephen Warren wrote:
> On 04/25/2016 05:22 PM, Tom Rini wrote:
> ...
> >I know company lawyers come up with various policies and some are more
> >restrictive than others. Anything about the exact guidelines you can
> >share would be appreciated.
>
> They
On Tue, Apr 26, 2016 at 10:21:08AM -0600, Stephen Warren wrote:
> On 04/25/2016 06:14 PM, Tom Rini wrote:
> >On Mon, Apr 25, 2016 at 05:34:55PM -0600, Stephen Warren wrote:
> >>On 04/25/2016 05:26 PM, Tom Rini wrote:
> >>>On Mon, Apr 25, 2016 at 05:11:16PM -0600, Stephen Warren wrote:
> On 04/2
With FIT images support enabled, u-boot.img size increases up to 612 KiB.
Extend "bootloader" partition size accordingly.
With extended "bootloader" partition there is no gap between "misc" and
"efs" partitions anymore. Keep "efs" partition alignment intact anyway
(start=1280K), so that Android pa
In message <20160426181301.92f78100...@atlas.denx.de> I wrote:
> Dear Stephen,
>
> In message <571f94be.2030...@wwwdotorg.org> you wrote:
> >
> > Guidance on "non-trivial" isn't given. I would take it to mean anything
> > other than typos and whitespace fixes.
>
> recommended search term: Copyri
Dear Tom,
In message <20160426001803.GO29322@bill-the-cat> you wrote:
>
> I know I did v2016.05-rc2 just last week, but that's because I was off
> schedule. We are two weeks out from scheduled release, so he's -rc3.
rc2 and rc3 tarballs are now on FTP and ACD.
Best regards,
Wolfgang Denk
--
On 2016-04-25, Tom Rini wrote:
> I know I did v2016.05-rc2 just last week, but that's because I was off
> schedule. We are two weeks out from scheduled release, so he's -rc3.
> Please test this everywhere you can.
I'm having issues with v2016.05-rc3 booting beaglebone black from eMMC
and microSD,
On Mon, Jan 5, 2015 at 8:15 PM, Joshua Scott
wrote:
> The Marvell Link Street mv88e60xx is a series of FastEthernet switch
> chips, some of which also support Gigabit ports. It is similar to the
> mv88e61xx series which support Gigabit on all ports.
>
> There is already a driver for the mv88e61xx
On Thu, Jan 7, 2016 at 5:04 PM, Lev Iserovich
wrote:
> 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 err
On Fri, Jan 22, 2016 at 4:42 PM, Joe Hershberger
wrote:
> On Sun, Jan 17, 2016 at 3:52 PM, Simon Glass wrote:
>> Some ethernet devices may be on a PCI bus. Probe the first PCI controller to
>> find these, so that ethernet init will complete correctly.
>>
>> Signed-off-by: Simon Glass
>> ---
>>
>
On 04/26/2016 12:15 PM, Tom Rini wrote:
On Tue, Apr 26, 2016 at 10:18:06AM -0600, Stephen Warren wrote:
On 04/25/2016 05:22 PM, Tom Rini wrote:
...
I know company lawyers come up with various policies and some are more
restrictive than others. Anything about the exact guidelines you can
share
Hi Joshua,
On Tue, Apr 26, 2016 at 2:19 PM, Joe Hershberger
wrote:
> On Mon, Jan 5, 2015 at 8:15 PM, Joshua Scott
> wrote:
>> The Marvell Link Street mv88e60xx is a series of FastEthernet switch
>> chips, some of which also support Gigabit ports. It is similar to the
>> mv88e61xx series which su
From: Stephen Warren
The rtl8169 driver uses a global variable to store the register address
of the adapter being operated upon. This is updated to point at the
correct adapter when sending or receiving a packet, or shutting down the
adapter, but not when initializing the adapter. Consequently, s
From: Stephen Warren
It is possible for HW to contain multiple instances of the same device. In
this case, the name passed to device_bind() may not be unique across all
devices within its uclass. One example is a system with multiple identical
PCI Ethernet devices. Another might be a system with
On 04/26/2016 03:30 PM, Stephen Warren wrote:
From: Stephen Warren
It is possible for HW to contain multiple instances of the same device. In
this case, the name passed to device_bind() may not be unique across all
devices within its uclass. One example is a system with multiple identical
PCI E
On Mon, Apr 25, 2016 at 4:53 PM, Joe Hershberger
wrote:
> On Tue, Apr 12, 2016 at 3:46 AM, Mugunthan V N wrote:
>> Different TI platforms has to read with different combination to
>> get the mac address from efuse. So add support to read mac address
>> based on machine/device compatibles.
>>
>> T
On Mon, Apr 25, 2016 at 5:01 PM, Joe Hershberger
wrote:
> On Tue, Apr 12, 2016 at 3:46 AM, Mugunthan V N wrote:
>> Enable eth driver model for am437x_gp_evm as cpsw supports
>> driver model.
>>
>> Signed-off-by: Mugunthan V N
>> Reviewed-by: Tom Rini
>
> Acked-by: Joe Hershberger
This patch d
On Mon, Apr 25, 2016 at 5:01 PM, Joe Hershberger
wrote:
> On Tue, Apr 12, 2016 at 3:46 AM, Mugunthan V N wrote:
>> Enable eth driver model for dra74_evm as cpsw supports
>> driver model.
>>
>> Signed-off-by: Mugunthan V N
>> Reviewed-by: Tom Rini
>
> Acked-by: Joe Hershberger
This patch does
On Mon, Apr 25, 2016 at 5:01 PM, Joe Hershberger
wrote:
> On Tue, Apr 12, 2016 at 3:46 AM, Mugunthan V N wrote:
>> Enable eth driver model for am437x_sk_evm as cpsw supports
>> driver model.
>>
>> Signed-off-by: Mugunthan V N
>> Reviewed-by: Tom Rini
>
> Acked-by: Joe Hershberger
This patch d
On Mon, Apr 25, 2016 at 4:32 PM, Joe Hershberger
wrote:
> On Fri, Apr 15, 2016 at 7:27 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.
>
> It would be great if the phy
On Mon, Apr 25, 2016 at 4:35 PM, Joe Hershberger
wrote:
> On Fri, Apr 15, 2016 at 7:27 AM, Dan Murphy wrote:
>> 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 i
On Tue, Apr 26, 2016 at 4:29 PM, Stephen Warren wrote:
> From: Stephen Warren
>
> The rtl8169 driver uses a global variable to store the register address
> of the adapter being operated upon. This is updated to point at the
> correct adapter when sending or receiving a packet, or shutting down th
On Tue, Apr 26, 2016 at 02:44:24PM -0600, Stephen Warren wrote:
> On 04/26/2016 12:15 PM, Tom Rini wrote:
> >On Tue, Apr 26, 2016 at 10:18:06AM -0600, Stephen Warren wrote:
> >>On 04/25/2016 05:22 PM, Tom Rini wrote:
> >>...
> >>>I know company lawyers come up with various policies and some are mor
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 FDT.
> Therefore only the first interface ('ethernet0') will get properly updated
> in
> the FDT, with the rest gettin
init_early_memctl_regs() will also be called in board_early_init_f().
So remove the duplicate call in spl code.
Signed-off-by: Gong Qianyu
---
arch/arm/cpu/armv8/fsl-layerscape/spl.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/arch/arm/cpu/armv8/fsl-layerscape/spl.c
b/arch/arm/cpu/arm
There is no MODE_FAT but MODE_FS. Fix it.
Signed-off-by: Gong Qianyu
---
arch/arm/cpu/armv8/fsl-layerscape/spl.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/cpu/armv8/fsl-layerscape/spl.c
b/arch/arm/cpu/armv8/fsl-layerscape/spl.c
index 4c8a9a0..5883c00 100644
--
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 FDT.
>> Therefore only the first interface ('ethernet0') w
There is no MODE_FAT but MODE_FS. Fix it.
Signed-off-by: Gong Qianyu
---
arch/arm/cpu/armv7/ls102xa/spl.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/cpu/armv7/ls102xa/spl.c b/arch/arm/cpu/armv7/ls102xa/spl.c
index 1dfbf54..0289058 100644
--- a/arch/arm/cpu/armv7
On 04/15/2016 02:13 PM, Diego wrote:
> In data venerdì 15 aprile 2016 12:53:36, Marek Vasut ha scritto:
>> On 04/14/2016 03:20 PM, Diego wrote:
>>> On 18.02.2016, Schrempf Frieder wrote:
At the moment I have two sticks with the same chip around for which
setting USB_MAX_XFER_BLK from 6553
Hello Enric,
Am 26.04.2016 um 17:05 schrieb Enric Balletbo i Serra:
Internal SRAM starts at 0x4020 and ends at 0x4020, so there
are 64KB available to be used for SPL. This will also help some
compilers to fit all the code into the allocated space.
Signed-off-by: Enric Balletbo i Serra
To support 16bpp we just need to change the raster_ctrl register
accordingly. Also 32bpp mode should work as well, but was not tested.
According to the TRM the uppermost byte will be ignored when
LCD_TFT_24BPP_UNPACK is set.
The switch logic is based on the Liunx kernel tilcdc driver:
drivers/gpu/
The DMA was outputting the palette on the screen because the base
for the DMA was not after the palette. In addition to that, the ceiling was
also too high, this led that the output on the screen was shifted.
NOTE: According to the TRM, even in 16/24bit mode a palette is required
in the first 32 b
On Wednesday 27 April 2016 03:06 AM, Joe Hershberger wrote:
> On Mon, Apr 25, 2016 at 4:53 PM, Joe Hershberger
> wrote:
>> On Tue, Apr 12, 2016 at 3:46 AM, Mugunthan V N wrote:
>>> Different TI platforms has to read with different combination to
>>> get the mac address from efuse. So add support
On Wednesday 27 April 2016 03:08 AM, Joe Hershberger wrote:
> On Mon, Apr 25, 2016 at 5:01 PM, Joe Hershberger
> wrote:
>> On Tue, Apr 12, 2016 at 3:46 AM, Mugunthan V N wrote:
>>> Enable eth driver model for am437x_gp_evm as cpsw supports
>>> driver model.
>>>
>>> Signed-off-by: Mugunthan V N
>
66 matches
Mail list logo