Hello Tom,
please pull from u-boot-i2c.git:
The following changes since commit 63c4f17b2f8017d22241522a48c765073b8791b0:
cm_t35: use scf0403 driver (2013-11-12 10:12:07 +0100)
are available in the git repository at:
git://git.denx.de/u-boot-i2c.git master
for you to fetch changes up to f
Hello Heiko,
Am 08.11.2013 09:38, schrieb Heiko Schocher:
remove omap1510 i2c driver, as there is no board which uses it
Signed-off-by: Heiko Schocher
Cc: Tom Rini
Cc: Wolfgang Denk
Acked-by: Tom Rini
---
drivers/i2c/Makefile | 1 -
drivers/i2c/omap1510_i2c.c | 277 ---
Hello Heiko,
Am 08.11.2013 09:38, schrieb Heiko Schocher:
- add zync i2c driver to new multibus/multiadpater support
- adapted all config files, which uses this driver
Signed-off-by: Heiko Schocher
Cc: Joe Hershberger
Cc: Michal Simek
---
README | 5 +
drivers/i2c/Makefil
Hello Alexey,
Am 07.11.2013 14:52, schrieb Alexey Brodkin:
This delay applies to any data transfer on I2C bus.
For example 1kB data read with per-byte access (which happens if
environment is stored in I2C EEPROM) takes more than 10 seconds.
Moreover data bus driver has to care about bus state
Hello Alexey,
Am 07.11.2013 14:52, schrieb Alexey Brodkin:
As it is stated in DesignWare I2C databook: writes to IC_TAR (0x4)
register succeed only when IC_ENABLE[0] is set to 0.
Signed-off-by: Alexey Brodkin
Cc: Tom Rini
cc: Armando Visconti
Cc: Stefan Roese
Cc: Albert ARIBAUD
Cc: Heiko Schoc
Hello Alexey,
Am 07.11.2013 14:51, schrieb Alexey Brodkin:
Data "offset" is not used directly in case of I2C EEPROM. Istead it is
split into "block number" and "offset within mentioned block". Which are
"addr[0]" and "addr[1]" respectively.
Signed-off-by: Alexey Brodkin
Cc: Jean-Christophe PLA
Hello Marek,
Am 04.11.2013 14:29, schrieb Marek Vasut:
The endless waiting for a bit to be set can cause a hang, add a timeout
so we prevent such situation. A testcase for such a hang is below. The
testcase assumes a device to be present at address 0x50 and a device to
NOT be present at address
Hello Nobuhiro,
Am 29.10.2013 05:33, schrieb Nobuhiro Iwamatsu:
This updates to new I2C framwwork on sh_i2c.
And this also updates boards(kzm9g and ecovec) that using sh_i2c.
Signed-off-by: Nobuhiro Iwamatsu
Signed-off-by: Nobuhiro Iwamatsu
Applied to u-boot-i2c.git, thanks!
bye,
Heiko
--
DE
Hello Heiko,
Am 22.10.2013 11:03, schrieb Heiko Schocher:
- add omap24xx driver to new multibus/multiadpater support
- adapted all config files, which uses this driver
Tested on the am335x based siemens boards rut, dxr2 and pxm2
posted here:
http://patchwork.ozlabs.org/patch/263211/
Signed-off
Hi Christoffer,
On Tue, 12 Nov 2013 14:34:00 -0800, Christoffer Dall
wrote:
> On 12 November 2013 13:29, Albert ARIBAUD wrote:
> > Hi Christoffer,
> >
> > On Tue, 12 Nov 2013 09:09:23 -0800, Christoffer Dall
> > wrote:
> >
> >> I suspect that if you are in Hyp mode, you should not worry about
Hi Minkyu Kang,
On Wed, Nov 13, 2013 at 11:34 AM, Rajeshwari Birje
wrote:
> Hi Minkyu Kang,
>
> Thank you for comments.
>
> On Wed, Nov 13, 2013 at 8:31 AM, Minkyu Kang wrote:
>> Dear Rajeshwari S Shinde,
>>
>>
>> On 29 October 2013 16:23, Rajeshwari S Shinde
>> wrote:
>>
>>> Adds code in pinmu
Hi Minkyu Kang,
Thank you for comments.
On Wed, Nov 13, 2013 at 8:31 AM, Minkyu Kang wrote:
> Dear Rajeshwari S Shinde,
>
>
> On 29 October 2013 16:23, Rajeshwari S Shinde wrote:
>
>> Adds code in pinmux and gpio framework to support Exynos5420.
>>
>> Signed-off-by: Naveen Krishna Chatradhi
>>
Stefano,
I'll reply to this, since including the __attribute__ was my suggestion.
> > + u32 res10[25];
> > + u32 mpmur0;
> > +}__attribute__((packed, aligned(4)));
> > +
>
> I am missing why the packed is needed.
>
This was discussed before, and I tried to explain it already the
Hello Bo,
Am 13.11.2013 02:35, schrieb Bo Shen:
Hi Heiko,
On 11/12/2013 09:50 PM, Heiko Schocher wrote:
Hello Andreas,
Am 12.11.2013 13:56, schrieb Andreas Bießmann:
Hello Heiko,
On 11/12/2013 11:21 AM, Heiko Schocher wrote:
add common phy reset code into a common function.
Signed-off-by:
Hi Minkyu Kang,
Thank you for comments.
On Wed, Nov 13, 2013 at 8:47 AM, Minkyu Kang wrote:
> Dear Rajeshwari S Shinde,
>
>
> On 29 October 2013 16:23, Rajeshwari S Shinde wrote:
>
>> This patch adds support for SMDK5420.
>> exynos5.dtsi created is a common file which has the nodes common
>> to
Dear Rajeshwari S Shinde,
On 29 October 2013 16:23, Rajeshwari S Shinde wrote:
> Adds code in pinmux and gpio framework to support Exynos5420.
>
> Signed-off-by: Naveen Krishna Chatradhi
> Signed-off-by: Akshay Saraswat
> Signed-off-by: Rajeshwari S Shinde
> Acked-by: Simon Glass
> ---
> Cha
Dear Rajeshwari S Shinde,
On 29 October 2013 16:23, Rajeshwari S Shinde wrote:
> Adding initial config for SMDK5420 to build and boot U-Boot
> over Exynos based SMDK5420.
>
> Signed-off-by: Rajeshwari S Shinde
> Signed-off-by: Akshay Saraswat
> Acked-by: Simon Glass
> ---
> Changes in V2:
>
Dear Rajeshwari S Shinde,
On 29 October 2013 16:23, Rajeshwari S Shinde wrote:
> Adds base addresses of various IPs and controllers required for
> Exynos5420.
>
> Signed-off-by: Rajeshwari S Shinde
> Signed-off-by: Akshay Saraswat
> Acked-by: Simon Glass
> ---
> Changes in V2:
> - Non
Dear Rajeshwari S Shinde,
On 29 October 2013 16:23, Rajeshwari S Shinde wrote:
> This patch intends to add DDR3 initialization code for Exynos5420.
>
> Signed-off-by: Rajeshwari S Shinde
> Signed-off-by: Akshay Saraswat
> Acked-by: Simon Glass
> ---
> Changes in V2:
> - Corrected a co
Dear Rajeshwari S Shinde,
On 29 October 2013 16:23, Rajeshwari S Shinde wrote:
> This patch adds support for SMDK5420.
> exynos5.dtsi created is a common file which has the nodes common
> to both 5420 and 5250.
>
> Signed-off-by: Akshay Saraswat
> Signed-off-by: Rajeshwari S Shinde
> Acked-by:
On Tue, 2013-11-05 at 23:16 +0530, Jagannadha Sutradharudu Teki wrote:
> +#define zynq_nand_smc_base ((struct zynq_nand_smc_regs *)ZYNQ_SMC_BASEADDR)
__iomem
Please consider running sparse on new code.
> +/*
> + * struct zynq_nand_command_format - Defines NAND flash command format
> + * @start
Dear Rajeshwari S Shinde,
On 29 October 2013 16:23, Rajeshwari S Shinde wrote:
> Adding the base patch for Exynos based SMDK5420.
> This shall enable compilation and basic boot support for
> SMDK5420.
>
> Signed-off-by: Rajeshwari S Shinde
> Signed-off-by: Akshay Saraswat
> Acked-by: Simon Gla
Hi Heiko,
On 11/12/2013 09:50 PM, Heiko Schocher wrote:
Hello Andreas,
Am 12.11.2013 13:56, schrieb Andreas Bießmann:
Hello Heiko,
On 11/12/2013 11:21 AM, Heiko Schocher wrote:
add common phy reset code into a common function.
Signed-off-by: Heiko Schocher
Cc: Andreas Bießmann
Cc: Bo Shen
C
On Tue, Nov 12, 2013 at 9:17 AM, Michal Simek wrote:
> On 11/12/2013 03:46 PM, Chin Liang See wrote:
> > Hi all,
> >
> > On Tue, 2013-11-12 at 11:17 +0100, Michal Simek wrote:
> >> On 11/12/2013 10:56 AM, Detlev Zundel wrote:
> >>> Hi Michal,
> >>>
> On 11/11/2013 09:33 PM, Tom Rini wrote:
>
On Tue, 2013-11-05 at 23:16 +0530, Jagannadha Sutradharudu Teki wrote:
> Defined CONFIG_NAND_ZYNQ for enabling zynq nand controller with
> onfi detection support.
Please add it to the README.
-Scott
___
U-Boot mailing list
U-Boot@lists.denx.de
http:/
On 12 November 2013 13:29, Albert ARIBAUD wrote:
> Hi Christoffer,
>
> On Tue, 12 Nov 2013 09:09:23 -0800, Christoffer Dall
> wrote:
>
>> I suspect that if you are in Hyp mode, you should not worry about
>> FIQ/IRQ mode, but just make sure to configure Hyp mode properly to
>> handle interrupts.
Hi Christoffer,
On Tue, 12 Nov 2013 09:09:23 -0800, Christoffer Dall
wrote:
> I suspect that if you are in Hyp mode, you should not worry about
> FIQ/IRQ mode, but just make sure to configure Hyp mode properly to
> handle interrupts. (it's a separate entry in the exception vector and
> you prob
Hi Djoker,
On Tue, 12 Nov 2013 11:49:52 -0800, Djoker
wrote:
> Hello,
>
> I am a newbie in this area. I want to enable FAT file system support
> for U-Boot. But I am unsure as to what CONFIG options I should tweak
> for this. Also, I want to know where are the file system MMC/SD hooks,
> so tha
Hello,
I am a newbie in this area. I want to enable FAT file system support
for U-Boot. But I am unsure as to what CONFIG options I should tweak
for this. Also, I want to know where are the file system MMC/SD hooks,
so that I can hook up my MMC/SD driver to be used by the FAT
filesystem.
I would
Hello,
I am a newbie in this area. I want to enable FAT file system support
for U-Boot. But I am unsure as to what CONFIG options I should tweak
for this. Also, I want to know where are the file system MMC/SD hooks,
so that I can hook up my MMC/SD driver to be used by the FAT
filesystem.
I would
Dear Albert,
In message <20131112181315.3dfe4531@lilith> you wrote:
>
> > Currently it is just reassigned in Patchwork; using multiple trees
> > will complicate this.
>
> How about one branch per custodian? At my previous job we had a couple
> branches, one per distinct "product".
This does not
Dear Vadim,
In message
you wrote:
> Gentlemen, I have not forgotten our discussion regarding setting up a
> sample gerrit server for u-boot during the ELCE mini-summit. Sorry
> for this long and not very clear email, if there is any interest I
> will be glad to answer questions and address conc
Hi Otavio,
On Tue, 12 Nov 2013 16:07:41 -0200, Otavio Salvador
wrote:
> On Tue, Nov 12, 2013 at 3:30 PM, Albert ARIBAUD
> wrote:
> > Hi Otavio,
> >
> > On Tue, 12 Nov 2013 15:16:15 -0200, Otavio Salvador
> > wrote:
> >
> >> Hello Albert,
> >>
> >> On Tue, Nov 12, 2013 at 3:13 PM, Albert ARIBAU
On Tue, Nov 12, 2013 at 10:07 AM, Otavio Salvador
wrote:
> On Tue, Nov 12, 2013 at 3:30 PM, Albert ARIBAUD
> wrote:
>> Hi Otavio,
>>
>> On Tue, 12 Nov 2013 15:16:15 -0200, Otavio Salvador
>> wrote:
>>
>>> Hello Albert,
>>>
>>> On Tue, Nov 12, 2013 at 3:13 PM, Albert ARIBAUD
>>> wrote:
>>> > On
On Tue, Nov 12, 2013 at 3:30 PM, Albert ARIBAUD
wrote:
> Hi Otavio,
>
> On Tue, 12 Nov 2013 15:16:15 -0200, Otavio Salvador
> wrote:
>
>> Hello Albert,
>>
>> On Tue, Nov 12, 2013 at 3:13 PM, Albert ARIBAUD
>> wrote:
>> > On Tue, 12 Nov 2013 15:00:06 -0200, Otavio Salvador
>> > wrote:
>> >
>> >>
On Tue, Nov 12, 2013 at 9:11 AM, Albert ARIBAUD
wrote:
> Hi Vadim,
>
> On Tue, 12 Nov 2013 08:33:46 -0800, Vadim Bendebury (вб)
> wrote:
>
>> On Tue, Nov 12, 2013 at 2:42 AM, Albert ARIBAUD
>> wrote:
>> > Hi Vadim,
>> >
>> > On Mon, 11 Nov 2013 21:21:27 -0800, Vadim Bendebury (вб)
>> > wrote:
>
Hi Otavio,
On Tue, 12 Nov 2013 15:16:15 -0200, Otavio Salvador
wrote:
> Hello Albert,
>
> On Tue, Nov 12, 2013 at 3:13 PM, Albert ARIBAUD
> wrote:
> > On Tue, 12 Nov 2013 15:00:06 -0200, Otavio Salvador
> > wrote:
> >
> >> On Tue, Nov 12, 2013 at 2:55 PM, Vadim Bendebury (вб)
> >> wrote:
> >
Hello Albert,
On Tue, Nov 12, 2013 at 3:13 PM, Albert ARIBAUD
wrote:
> On Tue, 12 Nov 2013 15:00:06 -0200, Otavio Salvador
> wrote:
>
>> On Tue, Nov 12, 2013 at 2:55 PM, Vadim Bendebury (вб)
>> wrote:
>> > On Tue, Nov 12, 2013 at 8:47 AM, Otavio Salvador
>> > wrote:
>> >> Besides, how people w
On Tue, Nov 12, 2013 at 3:07 PM, Vadim Bendebury (вб)
wrote:
> On Tue, Nov 12, 2013 at 9:00 AM, Otavio Salvador
> wrote:
>> On Tue, Nov 12, 2013 at 2:55 PM, Vadim Bendebury (вб)
>> wrote:
>>> On Tue, Nov 12, 2013 at 8:47 AM, Otavio Salvador
>>> wrote:
On Tue, Nov 12, 2013 at 2:36 PM, Vadim
Hi Otavio,
On Tue, 12 Nov 2013 15:00:06 -0200, Otavio Salvador
wrote:
> On Tue, Nov 12, 2013 at 2:55 PM, Vadim Bendebury (вб)
> wrote:
> > On Tue, Nov 12, 2013 at 8:47 AM, Otavio Salvador
> > wrote:
> >> On Tue, Nov 12, 2013 at 2:36 PM, Vadim Bendebury (вб)
> >> wrote:
> >>> On Tue, Nov 12, 2
Hi Vadim,
On Tue, 12 Nov 2013 08:33:46 -0800, Vadim Bendebury (вб)
wrote:
> On Tue, Nov 12, 2013 at 2:42 AM, Albert ARIBAUD
> wrote:
> > Hi Vadim,
> >
> > On Mon, 11 Nov 2013 21:21:27 -0800, Vadim Bendebury (вб)
> > wrote:
> >
> >
> >> For the purposes of this demo the patches submitted for re
On 12 November 2013 08:53, Andre Przywara wrote:
> On 11/12/2013 05:28 PM, Christoffer Dall wrote:
>>
>> On 12 November 2013 03:41, Albert ARIBAUD
>> wrote:
>>>
>>> (Cc:ing Andre and Christoffer as they have discussed HYP on the ML.)
>>>
>>> Hello,
>>>
>>> I am working on changing the way IRQ/FIQ
On Tue, Nov 12, 2013 at 9:00 AM, Otavio Salvador
wrote:
> On Tue, Nov 12, 2013 at 2:55 PM, Vadim Bendebury (вб)
> wrote:
>> On Tue, Nov 12, 2013 at 8:47 AM, Otavio Salvador
>> wrote:
>>> On Tue, Nov 12, 2013 at 2:36 PM, Vadim Bendebury (вб)
>>> wrote:
On Tue, Nov 12, 2013 at 3:07 AM, Otavi
On Tue, Nov 12, 2013 at 2:55 PM, Vadim Bendebury (вб)
wrote:
> On Tue, Nov 12, 2013 at 8:47 AM, Otavio Salvador
> wrote:
>> On Tue, Nov 12, 2013 at 2:36 PM, Vadim Bendebury (вб)
>> wrote:
>>> On Tue, Nov 12, 2013 at 3:07 AM, Otavio Salvador
>>> wrote:
Once I saw this announcement I thought
On 11/12/2013 05:28 PM, Christoffer Dall wrote:
On 12 November 2013 03:41, Albert ARIBAUD wrote:
(Cc:ing Andre and Christoffer as they have discussed HYP on the ML.)
Hello,
I am working on changing the way IRQ/FIQ stacks are set up, from
"on-the-fly in a hurry while in the handler" to "during
On Tue, Nov 12, 2013 at 8:47 AM, Otavio Salvador
wrote:
> On Tue, Nov 12, 2013 at 2:36 PM, Vadim Bendebury (вб)
> wrote:
>> On Tue, Nov 12, 2013 at 3:07 AM, Otavio Salvador
>> wrote:
>>> Once I saw this announcement I thought the same thing as Albert: how
>>> custodians will have their trees the
On Tue, Nov 12, 2013 at 2:36 PM, Vadim Bendebury (вб)
wrote:
> On Tue, Nov 12, 2013 at 3:07 AM, Otavio Salvador
> wrote:
>> Once I saw this announcement I thought the same thing as Albert: how
>> custodians will have their trees there?
>>
>
> It is easy to create multiple projects, one per custod
On Tue, Nov 12, 2013 at 2:42 AM, Albert ARIBAUD
wrote:
> Hi Vadim,
>
> On Mon, 11 Nov 2013 21:21:27 -0800, Vadim Bendebury (вб)
> wrote:
>
>
>> For the purposes of this demo the patches submitted for review were
>> generated by a script I wrote. The script scrapes
>> http://patchwork.ozlabs.org/
On Tue, Nov 12, 2013 at 3:07 AM, Otavio Salvador
wrote:
> Hello Vadim,
>
> On Tue, Nov 12, 2013 at 3:21 AM, Vadim Bendebury (вб)
> wrote:
>> Gentlemen, I have not forgotten our discussion regarding setting up a
>> sample gerrit server for u-boot during the ELCE mini-summit. Sorry
>> for this lon
On 12 November 2013 03:41, Albert ARIBAUD wrote:
> (Cc:ing Andre and Christoffer as they have discussed HYP on the ML.)
>
> Hello,
>
> I am working on changing the way IRQ/FIQ stacks are set up, from
> "on-the-fly in a hurry while in the handler" to "during init, so that
> when entering the handle
Hi Tom,
On Tue, 12 Nov 2013 10:03:51 -0500, Tom Rini wrote:
> Hey,
>
> The following changes since commit 85b8c5c4bf80025de4632ae6c9a8a606e51508a4:
>
> Merge branch 'iu-boot/master' into 'u-boot-arm/master' (2013-11-09 22:59:47
> +0100)
>
> are available in the git repository at:
>
>
>
The physical base address of the NOR flash is 0x1e00
on the Malta boards. The hardware also maps the first 4MiB
of the flash into the 0x1fc0-0x1fff range.
Currently, U-Boot uses the mapped address to access the
flash, which does not work in recent qemu versions.
Since commit a427338b2
2013.11.12. 16:40 keltezéssel, Daniel Schwierzeck írta:
> 2013/11/12 Gabor Juhos :
>> 2013.11.11. 23:36 keltezéssel, Daniel Schwierzeck írta:
>>
> ...
Any idea how can we resolve this properly?
-Gabor
>>>
>>> following seems to work (in both variants with -bios and -pflash)
>>>
2013/11/12 Gabor Juhos :
> 2013.11.11. 23:36 keltezéssel, Daniel Schwierzeck írta:
>
...
>>>
>>> Any idea how can we resolve this properly?
>>>
>>> -Gabor
>>
>> following seems to work (in both variants with -bios and -pflash)
>>
>> #define CONFIG_SYS_TEXT_BASE 0xbe00
>> #define CONFIG_SYS_MONI
On 11/12/2013 02:46 PM, Rob Herring wrote:
> On 11/12/2013 06:32 AM, Michal Simek wrote:
>> Hi Masahiro,
>>
>> On 11/12/2013 10:04 AM, Masahiro Yamada wrote:
>>> Hello Michal
>>>
>>>
This should be fixed by this patch - at least for microblaze.
commit 65ba7add0d609bbd035b8d42fafdaf42
On Tue, Nov 12, 2013 at 10:56:29AM +0100, Detlev Zundel wrote:
> Hi Michal,
>
> > On 11/11/2013 09:33 PM, Tom Rini wrote:
> >> On Mon, Nov 11, 2013 at 08:26:02PM +0100, Pavel Machek wrote:
> >>
> >>> Altera Cyclone 5 board is very different board (big, rectangular,
> >>> expensive) than EBV Socra
On 11/12/2013 03:46 PM, Chin Liang See wrote:
> Hi all,
>
> On Tue, 2013-11-12 at 11:17 +0100, Michal Simek wrote:
>> On 11/12/2013 10:56 AM, Detlev Zundel wrote:
>>> Hi Michal,
>>>
On 11/11/2013 09:33 PM, Tom Rini wrote:
> On Mon, Nov 11, 2013 at 08:26:02PM +0100, Pavel Machek wrote:
>>>
Hi Edward,
On 08/11/2013 10:35, Edward Lin wrote:
> Signed-off-by: Edward Lin
> ---
> arch/arm/include/asm/arch-mx6/mx6_ddr_regs.h | 167
> +++
> 1 file changed, 167 insertions(+)
> create mode 100644 arch/arm/include/asm/arch-mx6/mx6_ddr_regs.h
>
> diff --git a/arch/ar
Hi Fabio,
On Tue, 2013-11-12 at 13:00 -0200, Fabio Estevam wrote:
> >> + /* alimentazione ethernet*/
> >
> > Actually this is pin is Ethernet PHY reset, so the comment in Italian
> > is not correct :-)
>
> Sorry, I looked at the wrong line. Anyway, please change the comment
> to "Ethernet
On Mon, Nov 04, 2013 at 02:05:03PM +0100, Heiko Schocher wrote:
> From: Samuel Egli
>
> - dxr2: define unused pins as input
> - do not enable RTC32K OSC on dxr2 board
> - update default environment
> - add splashpos=m,m to default environment, so splash screen is always
> centered.
> - a
On Mon, Nov 04, 2013 at 02:05:02PM +0100, Heiko Schocher wrote:
> add the possibility to set the bcdDevice number board specific.
> Therefore the weak function g_dnl_get_board_bcd_device_number()
> is introduced. Used on the siemens boards.
>
> Signed-off-by: Heiko Schocher
> Acked-by: Lukasz Maj
Hey,
The following changes since commit 85b8c5c4bf80025de4632ae6c9a8a606e51508a4:
Merge branch 'iu-boot/master' into 'u-boot-arm/master' (2013-11-09 22:59:47
+0100)
are available in the git repository at:
git://git.denx.de/u-boot-ti.git master
for you to fetch changes up to 56eb3da43fab5
On Tue, Nov 12, 2013 at 09:50:43AM -0500, Tom Rini wrote:
> Hey,
>
> The following changes since commit 85b8c5c4bf80025de4632ae6c9a8a606e51508a4:
>
> Merge branch 'iu-boot/master' into 'u-boot-arm/master' (2013-11-09 22:59:47
> +0100)
>
> are available in the git repository at:
>
>
> git
On Tue, Nov 12, 2013 at 12:51 PM, Fabio Estevam wrote:
> Hi Giuseppe,
>
> On Mon, Nov 11, 2013 at 3:11 PM, Giuseppe Pagano
> wrote:
>
>> +static iomux_v3_cfg_t const enet_pads1[] = {
>> + MX6_PAD_ENET_MDIO__ENET_MDIO|
>> MUX_PAD_CTRL(ENET_PAD_CTRL),
>> + MX6_PAD_ENET_MDC_
On Mon, Nov 04, 2013 at 02:04:59PM +0100, Heiko Schocher wrote:
> If no softreset save registers are found on the hardware
> "bootcount" is stored in the environment. To prevent a
> saveenv on all reboots, the environment variable
> "upgrade_available" is introduced. If "upgrade_available" is
> 0,
2013.11.11. 23:36 keltezéssel, Daniel Schwierzeck írta:
<...>
>>> to be consistent with all other architectures, we should keep
>>> CONFIG_SYS_MONITOR_BASE. I think it is neither valid nor intentional
>>> to use a value different from CONFIG_SYS_TEXT_BASE.
>>
>> If it is neither valid nor intenti
On Wed, Nov 06, 2013 at 04:39:47PM +0200, Igor Grinberg wrote:
> Switch to using the generic gpio_led driver instead of the private to
> cm_t35 board led implementation.
>
> Signed-off-by: Igor Grinberg
> Tested-by: Nikita Kiryanov
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Des
On Mon, Nov 11, 2013 at 12:09:40PM -0500, Tom Rini wrote:
> Signed-off-by: Tom Rini
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/list
On Fri, Nov 08, 2013 at 01:54:32PM -0500, Tom Rini wrote:
> Some am33xx boards may not use the RTC block for bootcount (as it may
> not be wired up for the board) and use some other facility. So add
> another symbol for the bootcount driver for the IP block.
>
> Cc: Heiko Schocher
> Signed-off-
On Mon, Nov 04, 2013 at 03:42:52PM -0500, Andrew Bradford wrote:
> From: Andrew Bradford
>
> Commit f6d1f6e4a58edae4776937647381a43fea5e83a5 broke selection of UARTs
> other than UART0 for am335x_evm configurations by setting CONS_INDEX to
> 1 for all configurations. Revert the CONS_INDEX change
On Mon, Nov 04, 2013 at 02:05:00PM +0100, Heiko Schocher wrote:
> As
> http://www.denx.de/wiki/view/U-Boot/DesignPrinciples#2_Keep_it_Fast
> states:
> "Initialize devices only when they are needed within U-Boot"
>
> enable the RTC32K OSC only, if CONFIG_SPL_AM33XX_ENABLE_RTC32K_OSC is
> enabled. E
On Mon, Nov 04, 2013 at 03:31:15PM -0500, Matt Porter wrote:
> Update my email address as ti814x_evm maintainer to save
> people some frustrating bounces and non-response.
>
> Signed-off-by: Matt Porter
>
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
Hi Giuseppe,
On Mon, Nov 11, 2013 at 3:11 PM, Giuseppe Pagano
wrote:
> +static iomux_v3_cfg_t const enet_pads1[] = {
> + MX6_PAD_ENET_MDIO__ENET_MDIO| MUX_PAD_CTRL(ENET_PAD_CTRL),
> + MX6_PAD_ENET_MDC__ENET_MDC | MUX_PAD_CTRL(ENET_PAD_CTRL),
> + MX6_PAD
Hey,
The following changes since commit 85b8c5c4bf80025de4632ae6c9a8a606e51508a4:
Merge branch 'iu-boot/master' into 'u-boot-arm/master' (2013-11-09 22:59:47
+0100)
are available in the git repository at:
git://git.denx.de/u-boot-ti.git master
for you to fetch changes up to 79c5c08d7c560
Hi all,
On Tue, 2013-11-12 at 11:17 +0100, Michal Simek wrote:
> On 11/12/2013 10:56 AM, Detlev Zundel wrote:
> > Hi Michal,
> >
> >> On 11/11/2013 09:33 PM, Tom Rini wrote:
> >>> On Mon, Nov 11, 2013 at 08:26:02PM +0100, Pavel Machek wrote:
> >>>
> Altera Cyclone 5 board is very different b
On Tue, Nov 12, 2013 at 10:49:39AM +0100, Anatolij Gustschin wrote:
> Hi Tom,
>
> here are LCD panel support patches for cm_t35 board and a fix for
> Raspberry Pi LCD driver.
>
> Please pull. Thanks!
>
> Anatolij
>
> The following changes since commit 649acfe149e8a534a17eab54004a51d69b5556ed:
Hi Tapani,
On 11/12/2013 04:05 AM, Tapani wrote:
Thank you Eric,
< snip >
and paste it into the spot where it's used:
MX6_PAD_DEF(SD2_DAT1__USDHC2_DAT1)
(As opposed to having to hand-edit to remove the MX6Q_PAD_ prefix
from one of the declarations)
Technical point: Could you cla
Trats2 config is updated to support DFU mode.
Malloc pool must be increased for DFU buffer allocation.
Signed-off-by: Piotr Wilczek
Signed-off-by: Kyungmin Park
CC: Minkyu Kang
---
Changes for v2:
- modified subject to reflect that the patch is for Trats2;
- changed u-boot write size to 0x800
Hello,
I'm having a problem with the internal DCDC-converter on a custom
board. I'm now looking for a way to disable the internal
DCDC-converter and use the internal regulators to power the CPU and
memories. If I understand it correctly the pmu is configured in
arch/arm/cpu/arm926ejs/mxs/spl_power
On Mon, Nov 11, 2013 at 3:11 PM, Giuseppe Pagano
wrote:
> uDoo uses APX823-31W5 watchdog chip. Timeout is about 1.2 seconds.
> To disabled watchdog during kernel boot, WDI pin of that chip needs to be in
> "high impedance" state.
> I.mx6 gpio configuration does not contemplate tristate, so pin is
On Mon, Nov 11, 2013 at 3:11 PM, Giuseppe Pagano
wrote:
> Add Ethernet and networking support on uDoo board (FEC + phy Micrel KSZ9031).
>
> Signed-off-by: Giuseppe Pagano
> CC: Stefano Babic
> CC: Fabio Estevam
TFTP transfer worked fine here, so:
Tested-by: Fabio Estevam
Thanks
Hi Giuseppe,
On Mon, Nov 11, 2013 at 3:11 PM, Giuseppe Pagano
wrote:
> Previous uDoo configuration adopts register settings for DDR3, clock, muxing,
> etc. taken from Nitrogen6x. uDoo schematics is rather different from that
> board, and it needs customized setting for most of the registers.
>
On 11/12/2013 06:32 AM, Michal Simek wrote:
> Hi Masahiro,
>
> On 11/12/2013 10:04 AM, Masahiro Yamada wrote:
>> Hello Michal
>>
>>
>>> This should be fixed by this patch - at least for microblaze.
>>>
>>> commit 65ba7add0d609bbd035b8d42fafdaf428ac24751 Author: Rob
>>> Herring Date: Fri Nov
Hello Andreas,
Am 12.11.2013 13:56, schrieb Andreas Bießmann:
Hello Heiko,
On 11/12/2013 11:21 AM, Heiko Schocher wrote:
add common phy reset code into a common function.
Signed-off-by: Heiko Schocher
Cc: Andreas Bießmann
Cc: Bo Shen
Cc: Jens Scharsig
Cc: Sergey Lapin
Cc: Stelian Pop
Cc: Albi
Hello, Rob, Tom, Michal, Daniel.
Commit 8dfafdde88eb (Introduce common timer functions)
broke Microblaze and Sparc boards.
$ git checkout 8dfafdde88eb
$ CROSS_COMPILE=microblaze-unknown-linux-gnu- ./MAKEALL -a microblaze
lib/time.c:45: undefined reference to `timer_read_counter'
lib/libgeneric.o
Hello Heiko,
On 11/12/2013 11:21 AM, Heiko Schocher wrote:
> add common phy reset code into a common function.
>
> Signed-off-by: Heiko Schocher
> Cc: Andreas Bießmann
> Cc: Bo Shen
> Cc: Jens Scharsig
> Cc: Sergey Lapin
> Cc: Stelian Pop
> Cc: Albin Tonnerre
> Cc: Eric Benard
> Cc: Marku
Hi Masahiro,
On 11/12/2013 10:04 AM, Masahiro Yamada wrote:
> Hello Michal
>
>
>> This should be fixed by this patch - at least for microblaze.
>>
>> commit 65ba7add0d609bbd035b8d42fafdaf428ac24751
>> Author: Rob Herring
>> Date: Fri Nov 8 08:40:43 2013 -0600
>>
>> time: add weak annotati
The memory size is autodetected and is passed to the Linux kernel
either via ATAGs or device-tree (dtb). So there is no need to
pass it via the bootargs.
Signed-off-by: Stefan Roese
Cc: Tapani Utriainen
Cc: Thorsten Eisbein
Cc: Tom Rini
---
board/technexion/tao3530/tao3530.c | 12
The Head acoustics (HA) baseboard used the Technexion TAO3530 SOM
and has only some minor differences to the Technexion Thunder baseboard.
This patch adds support for this HA baseboard / TAO3530 as the "omap3_ha"
build target.
Signed-off-by: Stefan Roese
Cc: Tapani Utriainen
Cc: Thorsten Eisbein
Signed-off-by: Stefan Roese
Cc: Tapani Utriainen
Cc: Thorsten Eisbein
Cc: Tom Rini
---
board/technexion/tao3530/tao3530.c | 17 +
1 file changed, 17 insertions(+)
diff --git a/board/technexion/tao3530/tao3530.c
b/board/technexion/tao3530/tao3530.c
index f9ea131..2f3f929 10064
Add SPL support for the Technexion TAO3530 SOM to replace
x-loader. Tested with the Thunder baseboard. Currently this is
only tested with the TAO3530 SOM revision (Ax/Bx).
Tested by booting via MMC and NAND.
Signed-off-by: Stefan Roese
Cc: Tapani Utriainen
Cc: Thorsten Eisbein
Cc: Tom Rini
--
From: Tapani Utriainen
Add support for TechNexion TAO3530 SoM
This patch has been posted quite a long time ago. I ported it to
the latest mainline U-Boot version. With some additional cleanup
and enhancements.
Signed-off-by: Tapani Utriainen
CC: Sandeep Paulraj
Signed-off-by: Stefan Roese
Cc
Add callbacks to set up DP-HPD, backlight and LCD power
on SMDK5420.
Signed-off-by: Ajay Kumar
---
board/samsung/smdk5420/smdk5420.c | 102 +++---
1 file changed, 17 insertions(+), 85 deletions(-)
diff --git a/board/samsung/smdk5420/smdk5420.c
b/board/samsung/sm
Enabling VDD_28IO_DP via LDO38 for SMDK5420.
Signed-off-by: Ajay Kumar
---
board/samsung/common/board.c | 3 +++
include/power/s2mps11_pmic.h | 3 +++
2 files changed, 6 insertions(+)
diff --git a/board/samsung/common/board.c b/board/samsung/common/board.c
index 2536457..224f83d 100644
--- a/bo
Enable FIMD and DP drivers on SMDK5420 so that we get to
see the LCD console on eDP panel.
Signed-off-by: Ajay Kumar
---
include/configs/smdk5420.h | 8
1 file changed, 8 insertions(+)
diff --git a/include/configs/smdk5420.h b/include/configs/smdk5420.h
index 46aeec0..d3fa49b 100644
--
On Exynos5420 and newer versions, the FIMD sysmmus are in
"on state" by default.
We have to disable them in order to make FIMD DMA work.
This patch adds the required framework to exynos_fimd driver,
and disables FIMD sysmmu on Exynos5420.
Signed-off-by: Ajay Kumar
---
arch/arm/dts/exynos5420.dts
Add get_lcd_clk and set_lcd_clk callbacks for Exynos5420 needed by
exynos video driver.
Also, configure ACLK_400_DISP1 as the parent for MUX_ACLK_400_DISP1_SUB_SEL.
Signed-off-by: Ajay Kumar
---
arch/arm/cpu/armv7/exynos/clock.c | 74 +--
arch/arm/cpu/armv7/ex
This patchset adds support for FIMD and DP on SMDK5420.
This patchset is rebased on Rajeshwari's latest SMDK5420 patchset:
[PATCH 00/10 V6] EXYNOS5420: Add SMDK5420 board support
http://comments.gmane.org/gmane.comp.boot-loaders.u-boot/172653
For testing we need:
Naveen's i2c patc
Previously, we used to statically assign values for vl_col, vl_row and
vl_bpix using #defines like LCD_XRES, LCD_YRES and LCD_COLOR16.
Introducing the function exynos_lcd_early_init() would take care of this
assignment on the fly by parsing FIMD DT properties, thereby allowing us
to remove LCD_XRE
RPLL is needed to drive the LCD panel on Exynos5420 based boards.
Signed-off-by: Ajay Kumar
---
arch/arm/cpu/armv7/exynos/clock_init.h | 3 +++
arch/arm/cpu/armv7/exynos/clock_init_exynos5.c | 13 +
2 files changed, 16 insertions(+)
diff --git a/arch/arm/cpu/armv7/exynos/cl
1 - 100 of 135 matches
Mail list logo