Hi
Sorry for not responding, work and vacation came in the way.
No further work has been done, ill see if i can do some next week.
Kind regards
Andreas
3 aug 2013 kl. 20:35 skrev "Marek Vasut" :
>> Hi Andreas,
>>
>>> I have tried to implement an AUART driver for i.MX28.
>>> However for it to
Hello Andreas,
> Hi
>
> Sorry for not responding, work and vacation came in the way.
>
> No further work has been done, ill see if i can do some next week.
OK
Best regards,
Marek Vasut
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de
Dear Dennis Gilmore,
In message <20130803021104.1feca...@adria.ausil.us> you wrote:
>
> I wanted to start a discussion on defining a unified feature set that
> makes it simpler for the different distros to support ARM systems using
> u-boot. I have based a lot of my thoughts on how calxeda ship t
Dear Stefano,
In message <51fb786e.4010...@denx.de> you wrote:
>
> Maybe can be mkenvimage a solution (tools/mkenvimage) ? It creates an
> environment image from a simple ASCII text. The resulting image could be
> concatenated together with u-boot and in CONFIG_EXTRA_ENV_SETTINGS we
> could have
Dear Dennis,
In message <20130801120603.1683f...@adria.ausil.us> you wrote:
>
> ultimately I want to have a standard way to boot any system that just
> works and does not need the installer to know or care what the target
> system is. using boot.scr and uEnv.txt does not work for my goals.
But yo
Hi Paul,
On Sun, Aug 4, 2013 at 1:59 PM, Paul B. Henson wrote:
> Looks like this was broken in commit
> 35fc84fa1ff51e15ecd3e464dac87eb105ffed30,
> the refactor changed the conditional test when the code was moved.
>
>
This looks right.
Acked-by: Simon Glass
But which board does it actually b
On Fri, Aug 02, 2013 at 11:14:22AM +0200, Stefano Babic wrote:
> Hi Rob, Dennis,
>
> On 01/08/2013 19:19, Rob Herring wrote:
> > You both are missing the point. This patch doesn't address the problem,
> > but does highlight it.
>
> I am aware of it - I have already pointed out that we get many pa
Dear Troy Kisky,
In message <1375399657-25642-2-git-send-email-troy.ki...@boundarydevices.com>
you wrote:
> Add functions for use with mx6 soc
> void otg_enable(void);
> void reset_usb_phy1(void);
>
> Signed-off-by: Troy Kisky
> ---
> arch/arm/cpu/armv7/mx6/soc.c | 47
>
Dear Eric Nelson,
In message <51faef05.1050...@boundarydevices.com> you wrote:
>
> While testing Troy's usbnet patches, I was reminded of
> this mysterious warning issued when the environment has
> no mac address stored, but the device provides one:
>
> printf("\nWarning: %s using MAC addr
Dear paavaanan_...@dell.com,
In message
you
wrote:
>
> To stop autoboot we have 2 ifdef (CONFIG_AUTOBOOT_STOP_ [STR2 ||
> STR1] ). Which is very easy and straightforward to implement. Halting
> a boot with single "Keystroke" is having its own advantages to the
> user. But, why multiple key supp
Looks like this was broken in commit 35fc84fa1ff51e15ecd3e464dac87eb105ffed30,
the refactor changed the conditional test when the code was moved.
On Sat, Aug 03, 2013 at 09:29:09PM -0700, Paul B. Henson wrote:
> This function is only defined if CONFIG_SILENT_CONSOLE is set and
> CONFIG_SILENT_U_B
Dear Stefano Babic,
In message <51fbaf54.1090...@denx.de> you wrote:
>
> Well, I have found it very useful in case I set explicitely the ethaddr
> variable, so I know where the MAC address comes from. Do you find it
> disturbing ? Maybe we could replace "warning" with "info".
No, warning is perf
On Sun, Aug 04, 2013 at 10:00:04PM +0200, Wolfgang Denk wrote:
> Dear Dennis,
>
> In message <20130801120603.1683f...@adria.ausil.us> you wrote:
> >
> > ultimately I want to have a standard way to boot any system that just
> > works and does not need the installer to know or care what the target
>
On Thu, Aug 01, 2013 at 12:19:13PM -0500, Rob Herring wrote:
> On 08/01/2013 03:53 AM, Stefano Babic wrote:
> > Hi Dennis,
> >
> > On 01/08/2013 01:27, Robert Nelson wrote:
[snip]
> >> #define CONFIG_BOOTCOMMAND \
> >>"mmc dev ${mmcdev};" \
> >>"if mmc rescan; then " \
> >>"ech
On 08/04/2013 01:24 PM, Wolfgang Denk wrote:
Dear Stefano Babic,
In message <51fbaf54.1090...@denx.de> you wrote:
Well, I have found it very useful in case I set explicitely the ethaddr
variable, so I know where the MAC address comes from. Do you find it
disturbing ? Maybe we could replace "wa
Dear Tom Rini,
In message <20130804202746.GH5164@bill-the-cat> you wrote:
>
> > But your requirement is just one out of a number of such requirements,
> > and I see no indication that an "one size fits all" approach would be
> > possible.
>
> And today we have no ability to easily opt-in to any
Updated/Corrected the sector_size as per the datasheets.
Signed-off-by: Jagannadha Sutradharudu Teki
---
drivers/mtd/spi/spi_flash_probe.c | 36 ++--
1 file changed, 18 insertions(+), 18 deletions(-)
diff --git a/drivers/mtd/spi/spi_flash_probe.c
b/drivers/mtd/s
Updated/Corrected the sector_size as per the datasheets.
Signed-off-by: Jagannadha Sutradharudu Teki
---
drivers/mtd/spi/spi_flash_probe.c | 20 ++--
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/drivers/mtd/spi/spi_flash_probe.c
b/drivers/mtd/spi/spi_flash_pro
Divided the spi_flash framework into mutiple parts for
- spi_flash.c:
spi flash core file, interaction for spi/qspi driver to
spi_flash framework.
- spi_flash_ops.c
spi flash preffered operations, erase,write and read.
- spi_flash_probe.c
spi flash probing, easy to e
All M25P* flash parts are taken from spi_flash_probe_legacy.c.
Signed-off-by: Jagannadha Sutradharudu Teki
---
drivers/mtd/spi/spi_flash_probe.c | 9 -
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/drivers/mtd/spi/spi_flash_probe.c
b/drivers/mtd/spi/spi_flash_probe.c
inde
Added new spi_flash_probe support, currently added N25Q*
flash part attributes support.
Defined CONFIG_SPI_FLASH_LEGACY for old probing style
which is available on spi_flash_probe_legacy.c, this will
removed soon once all flashes are supported in new spi_flash_probe.
Signed-off-by: Jagannadha Sut
All WINBOND W25* flash parts are taken from spi_flash_probe_legacy.c.
Signed-off-by: Jagannadha Sutradharudu Teki
---
drivers/mtd/spi/spi_flash_probe.c | 33 -
1 file changed, 32 insertions(+), 1 deletion(-)
diff --git a/drivers/mtd/spi/spi_flash_probe.c
b/drive
All SPANSION S25FL* flash parts are taken from spi_flash_probe_legacy.c.
Signed-off-by: Jagannadha Sutradharudu Teki
---
drivers/mtd/spi/spi_flash_probe.c | 26 ++
1 file changed, 22 insertions(+), 4 deletions(-)
diff --git a/drivers/mtd/spi/spi_flash_probe.c
b/drivers/
All GIGADEVICE GD25* flash parts are taken from spi_flash_probe_legacy.c.
Signed-off-by: Jagannadha Sutradharudu Teki
---
drivers/mtd/spi/spi_flash_probe.c | 5 -
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/drivers/mtd/spi/spi_flash_probe.c
b/drivers/mtd/spi/spi_flash_probe
This patch series divides the spi flash framework into
a respective parts, spi_flash_probe, spi_flash_ops and
spi_flash.
spi_flash_probe is a new addition where all flash driver
probing is combined into a common file, this means spi_flash_probe.c
adds a new probing style common to all flashes.
Cu
All MACRONIX MX25L* flash parts are taken from spi_flash_probe_legacy.c.
Signed-off-by: Jagannadha Sutradharudu Teki
---
drivers/mtd/spi/spi_flash_probe.c | 10 +-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/drivers/mtd/spi/spi_flash_probe.c
b/drivers/mtd/spi/spi_flash_
All EON EN25Q* flash parts are taken from spi_flash_probe_legacy.c.
Signed-off-by: Jagannadha Sutradharudu Teki
---
drivers/mtd/spi/spi_flash_probe.c | 5 -
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/drivers/mtd/spi/spi_flash_probe.c
b/drivers/mtd/spi/spi_flash_probe.c
ind
Updated the sector_size as 64 * 1024 as these sectors are 64KB.
Signed-off-by: Jagannadha Sutradharudu Teki
---
drivers/mtd/spi/spi_flash_probe.c | 24
1 file changed, 12 insertions(+), 12 deletions(-)
diff --git a/drivers/mtd/spi/spi_flash_probe.c
b/drivers/mtd/spi/sp
Updated/Corrected the sector_size as per the datasheets.
Signed-off-by: Jagannadha Sutradharudu Teki
---
drivers/mtd/spi/spi_flash_probe.c | 16
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/drivers/mtd/spi/spi_flash_probe.c
b/drivers/mtd/spi/spi_flash_probe.c
i
On Sun, Aug 04, 2013 at 11:03:53PM +0200, Wolfgang Denk wrote:
> Dear Tom Rini,
>
> In message <20130804202746.GH5164@bill-the-cat> you wrote:
> >
> > > But your requirement is just one out of a number of such requirements,
> > > and I see no indication that an "one size fits all" approach would
Dear Tom,
In message <20130804214743.GJ5164@bill-the-cat> you wrote:
>
> > I am not that pessimistic. The tools are all available and in place.
> > "env import" (and other capabilities of the "env" command) allow to
> > import any set of environment from any storage location U-Boot can
> > handl
Dear Dennis,
In message <20130804163442.31dca...@adria.ausil.us> you wrote:
>
> > But your requirement is just one out of a number of such requirements,
> > and I see no indication that an "one size fits all" approach would be
> > possible.
> It should be possible for those systems that want a gen
Hi Wolfgang,
On Sun, 04 Aug 2013 21:48:00 +0200
Wolfgang Denk wrote:
> Dear Dennis Gilmore,
>
> In message <20130803021104.1feca...@adria.ausil.us> you wrote:
> >
> > I wanted to start a discussion on defining a unified feature set
> > that makes it simpler for the different distros to support
Resending unsigned
Hi Wolfgang,
On Sun, 04 Aug 2013 22:00:04 +0200
Wolfgang Denk wrote:
> Dear Dennis,
>
> In message <20130801120603.1683f...@adria.ausil.us> you wrote:
> >
> > ultimately I want to have a standard way to boot any system that
> > just works and does not need the installer to k
2013/7/29 Albert ARIBAUD :
> Hi Axel,
>
> On Sat, 15 Jun 2013 17:10:38 +0800, Axel Lin
> wrote:
>
>> The implementation of gpio_is_valid() has inversed logic, fix it.
>>
>> Signed-off-by: Axel Lin
>> ---
>> Hi,
>> I don't have this hardware to test, but current code looks obviously wrong.
>> I'd
Since Commit 7f5eef9 removed OMAP2420H4 support,
arm1136/omap24xx has not been used at all.
Signed-off-by: Masahiro Yamada
---
arch/arm/cpu/arm1136/omap24xx/Makefile | 31
arch/arm/cpu/arm1136/omap24xx/reset.S | 26 ---
arch/arm/cpu/arm1136/omap24xx/timer.c | 136 ---
On Fri, Aug 2, 2013 at 4:14 AM, Stefano Babic wrote:
> Hi Rob, Dennis,
>
> On 01/08/2013 19:19, Rob Herring wrote:
>> You both are missing the point. This patch doesn't address the problem,
>> but does highlight it.
>
> I am aware of it - I have already pointed out that we get many patches
> that
On Sun, Aug 04, 2013 at 02:10:14PM -0600, Simon Glass wrote:
> But which board does it actually break, please?
I don't think any of the default configs included in u-boot would have
broken, while some of them define CONFIG_SILENT_CONSOLE, none of them
define CONFIG_SILENT_U_BOOT_ONLY. I was worki
Hello Tom,
Am 02.08.2013 22:26, schrieb Tom Rini:
With device trees, boards do not always set CONFIG_MACH_TYPE now, so we
must not rely on this define being set. The kernel uses ~0 to see if we
have a valid machine number or not, so set that as the default, invalid
machine, id and only fix if C
Hi Paul,
On Sun, Aug 4, 2013 at 8:43 PM, Paul B. Henson wrote:
> On Sun, Aug 04, 2013 at 02:10:14PM -0600, Simon Glass wrote:
>
> > But which board does it actually break, please?
>
> I don't think any of the default configs included in u-boot would have
> broken, while some of them define CONFI
This patch have changed mipi dsi write functions' parameters correctly
so that type cast operations were removed. And mipi dsi payload is
composed with array of panel commands to improve readability.
Signed-off-by: Donghwa Lee
---
arch/arm/include/asm/arch-exynos/mipi_dsim.h |2 +-
drivers/v
Hello Andre,
> -#ifdef CONFIG_ARMV7_NONSEC
> +#if defined(CONFIG_ARMV7_NONSEC) || defined(CONFIG_ARMV7_VIRT)
>
> enum nonsec_virt_errors {
> NONSEC_VIRT_SUCCESS,
> NONSEC_ERR_NO_SEC_EXT,
> NONSEC_ERR_NO_GIC_ADDRESS,
> NONSEC_ERR_GIC_ADDRESS_ABOVE_4GB,
> + VIRT_ALRE
Dear Rob Herring,
In message
you wrote:
>
> > Maybe can be mkenvimage a solution (tools/mkenvimage) ? It creates an
> > environment image from a simple ASCII text. The resulting image could be
> > concatenated together with u-boot and in CONFIG_EXTRA_ENV_SETTINGS we
> > could have for all boards
43 matches
Mail list logo