After mtd was synced with Linux 3.14
(ff94bc40af3481d47546595ba73c136de6af6929)
the number of parameters for write_page function of nand_chip was
changed. The additional two var were needed for subpage write.
As keystone has no supbage write they are not needed. So correct
only function definition
From: Anthony Felice
Removed settings in unsupported register fields. They didn’t
do anything, and in most cases, were not documented in the
reference manual.
Changed register settings to comply with JEDEC required values.
Changed timing parameters because they included full clock
periods that
On Saturday, September 06, 2014 at 07:22:32 PM, Marek Vasut wrote:
> Add support for the Kosagi Novena board. Currently supported are:
> - I2C busses
> - FEC Ethernet
> - MMC0, MMC1, Booting from MMC
> - SATA
> - USB ports
> - USB Ethernet
>
> Signed-off-by: Marek Vasut
> ---
> arch/arm/Kconfig
Add support for the Kosagi Novena board. Currently supported are:
- I2C busses
- FEC Ethernet
- MMC0, MMC1, Booting from MMC
- SATA
- USB ports
- USB Ethernet
Signed-off-by: Marek Vasut
---
arch/arm/Kconfig | 4 +
board/kosagi/novena/Kconfig | 23 ++
board/kosagi/novena/M
Hi Scott,
Anything missing from your side in this version of the patch? Patch 1
and 2 of this patch set recently got merged.
--
Stefan
Am 2014-08-18 18:26, schrieb Stefan Agner:
> This adds initial support for Freescale NFC (NAND Flash Controller)
> found in ARM Vybrid SoC's, Power Architecture
Hi Simon,
2014-09-07 1:33 GMT+09:00 Simon Glass :
>> /* Allow the early environment to override the fdt address */
>> gd->fdt_blob = (void *)getenv_ulong("fdtcontroladdr", 16,
>> (uintptr_t)gd->fdt_blob);
>
> You effectively just rem
Applied to u-boot-x86 branch 'patman'
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Applied to u-boot-x86 branch 'patman'
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Applied to u-boot-x86 branch 'patman'
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Applied to u-boot-x86 branch 'patman'
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Applied to u-boot-x86 branch 'patman'
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Applied to u-boot-x86 branch 'patman'
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Applied to u-boot-x86 branch 'patman'
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Applied to u-boot-x86 branch 'patman'
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Applied to u-boot-x86 branch 'patman'
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Applied to u-boot-x86 branch 'patman'
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Applied to u-boot-x86 branch 'patman'
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Applied to u-boot-x86 branch 'patman'
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Hi Masahiro,
On 6 September 2014 09:34, Masahiro YAMADA wrote:
> Hi Simon,
>
>
>
> 2014-09-06 3:59 GMT+09:00 Simon Glass :
>> Hi Masahiro,
>>
>> On 4 September 2014 23:50, Masahiro Yamada wrote:
>>> init_page_table
>>
>> Why do you need a full page table in this code? Can you not use the
>> exis
Hi Masahiro,
On 6 September 2014 09:11, Masahiro YAMADA wrote:
> Hi Simon,
>
> 2014-09-06 4:34 GMT+09:00 Simon Glass :
>> On 28 August 2014 09:21, Simon Glass wrote:
>>> This option is currently not supported, but needs to be, for buildman to
>>> operate as expected.
>>>
>>> Reported-by: York S
Hi Masahiro,
On 6 September 2014 08:39, Masahiro Yamada wrote:
> gd->fdt_blob is used for FDT control of U-Boot.
> If CONFIG_OF_CONTROL is not defined, it is useless.
>
> Signed-off-by: Masahiro Yamada
> Cc: Simon Glass
> ---
>
> common/board_f.c | 10 ++
> 1 file changed, 6 insertions
Hi Simon,
2014-09-06 3:59 GMT+09:00 Simon Glass :
> Hi Masahiro,
>
> On 4 September 2014 23:50, Masahiro Yamada wrote:
>> init_page_table
>
> Why do you need a full page table in this code? Can you not use the
> existing page table features in U-Boot?
I assume you mentioned mmu_setup() funct
Hi Simon,
2014-09-06 4:34 GMT+09:00 Simon Glass :
> On 28 August 2014 09:21, Simon Glass wrote:
>> This option is currently not supported, but needs to be, for buildman to
>> operate as expected.
>>
>> Reported-by: York Sun
>> Signed-off-by: Simon Glass
>
> Applied to u-boot-x86/patman.
This
Hi Simon,
2014-09-06 4:34 GMT+09:00 Simon Glass :
> On 28 August 2014 09:21, Simon Glass wrote:
>> This option is currently not supported, but needs to be, for buildman to
>> operate as expected.
>>
>> Reported-by: York Sun
>> Signed-off-by: Simon Glass
>
> Applied to u-boot-x86/patman.
Rea
Hi Simon,
2014-09-06 1:41 GMT+09:00 Simon Glass :
>> Maybe we can move "\n -> \r\n" logic
>> to the upper layer and allow users to enable/disable it
>> with a CONFIG_ option.
>
> Do you think we could use driver model instead? We have the serial
> infrastructure in place and I will likely merge
gd->fdt_blob is used for FDT control of U-Boot.
If CONFIG_OF_CONTROL is not defined, it is useless.
Signed-off-by: Masahiro Yamada
Cc: Simon Glass
---
common/board_f.c | 10 ++
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/common/board_f.c b/common/board_f.c
index 4ece2
On Wed, Sep 03, 2014 at 06:01:44PM -0600, Simon Glass wrote:
> Hi Masahiro,
>
> On 31 August 2014 20:06, Masahiro Yamada wrote:
> > We have not had a good method to debug the early boot stage such as
> > lowlevel_init function. I guess developers generally use dedicated
> > debuggers for that, b
On Sun, Aug 31, 2014 at 11:09:06AM +0300, Nikita Kiryanov wrote:
> Hi Tom, Stefano,
>
> We really want this series to make it into the next release (V1 was
> submitted only a day after the merge window closed). If there are no
> other comments, can we maybe start applying it?
For the record, I d
On Fri, Sep 05, 2014 at 01:48:41PM -0600, Simon Glass wrote:
> Hi Tom,
>
> This is the rest of the initial patman/buildman series, except for the
> MAKEALL deprecation.
>
> I plan to also pull in the second buildman/patman series (with its
> fixes and new tests) for this release. There is a merg
29 matches
Mail list logo