Re: OMAP L138 LCDK - giving up maintainership

2019-12-18 Thread Peter Howard
On Wed, 2019-12-18 at 18:26 +0530, Sekhar Nori wrote: > On 18/12/19 6:15 PM, Adam Ford wrote: > > On Tue, Dec 17, 2019 at 5:15 PM Peter Howard < > > p...@northern-ridge.com.au> wrote: > > > Tom and others, > > > > > > I finish at my current job o

OMAP L138 LCDK - giving up maintainership

2019-12-17 Thread Peter Howard
t way just to submit a patch clearing out the maintainer entry in board/davinci/da8xxevm/MAINTAINERS ? Also does anyone on the list wish to take over? Adam, I know you don't have the time from recent emails. Bartosz? Sekhar - do you want to nominate someone from TI? -- Peter Howard Pe

Re: [U-Boot] [PATCH v4 2/5] omap: mmc: Avoid using libfdt with of-platdata

2019-11-09 Thread Peter Howard
On Thu, 2019-11-07 at 15:05 -0500, Tom Rini wrote: > On Thu, Nov 07, 2019 at 08:53:09AM -0700, Simon Glass wrote: > > > At present this driver is enabled in SPL on omapl138_lcdk, which > > uses > > of-platdata. The driver needs to be ported to use of-platdata > > properly. > > For now, avoid a bui

Re: [U-Boot] [PATCH v3 2/2] ARM: davinci: SPL: fix BSS initialization

2019-05-31 Thread Peter Howard
() there to help debug issues with > board_init_r(). > > With this spl_board_init() is no longer needed, we remove it. > > Tested using MMC/SD boot on OMAP-L138 LCDK board. > > Tested-by: Adam Ford #da850evm Tested-by: Peter Howard #omapl138_lcdk > Signed-off-by: Sekhar Nori &g

Re: [U-Boot] [PATCH v3 1/2] ARM: davinci: omal138_lcdk: fix MMC boot breakage due to driver model conversion

2019-05-31 Thread Peter Howard
etting registered for SPL causing MMC/SD > boot breakage. > > Instead use CONFIG_IS_ENABLED(DM_MMC) which will remain false until > CONFIG_SPL_DM_MMC is defined. > > Tested-by: Adam Ford #da850evm Tested-by: Peter Howard #omapl138_lcdk > Signed-off-by: Sekhar Nori >

Re: [U-Boot] [PATCH v3 0/2] ARM: davinci: omapl138_lcdk: fix MMC/SD boot breakage

2019-05-31 Thread Peter Howard
On Thu, 2019-05-30 at 19:04 +0530, Sekhar Nori wrote: > Hi, > > Here is a set of patches that fixes MMC/SD boot breakage introduced > after 2018.09 release. > > This was tested with MMC/SD boot on OMAP-L138 LCDK. > > Peter, > > I dropped your Tested-by: because the patches changed. It will be >

Re: [U-Boot] [PATCH 2/2] ARM: davinci: SPL: fix BSS initialization

2019-05-21 Thread Peter Howard
sted using MMC/SD boot on OMAP-L138 LCDK board. > > Signed-off-by: Sekhar Nori Tested-by: Peter Howard > --- > arch/arm/mach-davinci/spl.c | 6 +- > 1 file changed, 5 insertions(+), 1 deletion(-) > > diff --git a/arch/arm/mach-davinci/spl.c b/arch/arm/mach- > davin

Re: [U-Boot] [PATCH 1/2] ARM: davinci: omal138_lcdk: fix MMC boot breakage due to driver model conversion

2019-05-21 Thread Peter Howard
etting registered for SPL causing MMC/SD > boot breakage. > > Instead use CONFIG_IS_ENABLED(DM_MMC) which will remain false until > CONFIG_SPL_DM_MMC is defined. > > Signed-off-by: Sekhar Nori Tested-by: Peter Howard > --- > board/davinci/da8xxevm/omapl138_lcdk.c | 2

Re: [U-Boot] [PATCH 0/2] ARM: davinci: omapl138_lcdk: fix MMC/SD boot breakage.

2019-05-21 Thread Peter Howard
: omal138_lcdk: fix MMC boot breakage due to driver > model > conversion > ARM: davinci: SPL: fix BSS initialization > > arch/arm/mach-davinci/spl.c| 6 +- > board/davinci/da8xxevm/omapl138_lcdk.c | 2 +- > 2 files changed, 6 insertions(+), 2 deletions(-)

[U-Boot] Building for ARMv5 - uint64_t alignment issues

2018-09-20 Thread Peter Howard
else has hit this (as far as I can tell from the u-boot list) is that anyone building for ARMv5 is using a different toolchain. So . . . can those of you out there building for any of the v5 boards tell me what toolchain you're currently using? And if you hit/fixed/worked around strd issues

Re: [U-Boot] [PATCH] MMC: davinici_mmc: Enable CD and WP with DM and OF_CONTROL

2018-08-22 Thread Peter Howard
On Thu, 2018-08-16 at 23:26 -0500, Adam Ford wrote: > When used with a device tree, this will extract the card detect > and write protect pins from the device tree and configure them > accordingly. This assumes the GPIO_ACTIVE_LOW/HIGH is supported > byt da8xx_gpio. > > Signed-off-by: Adam Ford

Re: [U-Boot] MMC_DAVINCI not compliant with CONFIG_BLK

2018-08-06 Thread Peter Howard
4K or so. If you want to have a look I'm happy to send you my changes so-far. PJH -Original Message- From: Adam Ford Sent: Monday, 6 August 2018 10:11 PM To: U-Boot Mailing List Cc: Peter Howard ; David Lechner ; Stefano Babic ; Heiko Schocher ; Christoph Rüdisser ; Manfre

Re: [U-Boot] MMC_DAVINCI not compliant with CONFIG_BLK

2018-08-06 Thread Peter Howard
Sorry a clarification - my main focus is the LCDK board - it's that one which has the 4K overrun. -Original Message- From: Peter Howard Sent: Tuesday, 7 August 2018 8:22 AM To: 'Adam Ford' ; U-Boot Mailing List Cc: David Lechner ; Stefano Babic ; Heiko Schocher ; Chr

Re: [U-Boot] MMC_DAVINCI not compliant with CONFIG_BLK

2018-08-06 Thread Peter Howard
>From: Adam Ford >Sent: Tuesday, 7 August 2018 9:12 AM >To: Peter Howard >Cc: U-Boot Mailing List ; David Lechner >; Stefano Babic ; Heiko Schocher >; Christoph Rüdisser ; >Manfred Rudigier >Subject: Re: MMC_DAVINCI not compliant with CONFIG_BLK > > >>

Re: [U-Boot] [PATCH] davinci: omapl138_lcdk: fix PLL0 frequency

2018-03-18 Thread Peter Howard
On Fri, 2018-03-16 at 10:45 -0500, David Lechner wrote: > On 03/16/2018 04:26 AM, Sekhar Nori wrote: > > On Thursday 15 March 2018 08:02 PM, David Lechner wrote: > > > > > > Thanks for the tips. I've actually done exactly that (using my > > > own SD > > > card). > > > > > > However, these changes

Re: [U-Boot] [PATCH] davinci: omapl138_lcdk: fix PLL0 frequency

2018-03-17 Thread Peter Howard
: http://processors.wiki.ti.com/index.php/OMAP-L138_Preparing_SD_C > ard_for_Boot > [4]: http://processors.wiki.ti.com/index.php/Processor_SDK_Linux_crea > te_SD_card_script > > > > > > Tested-by: Sekhar Nori > > > > Thanks, > > Sekhar > > > >

Re: [U-Boot] [PATCH] davinci: omapl138_lcdk: fix PLL0 frequency

2018-03-17 Thread Peter Howard
On Wed, 2018-03-14 at 20:36 -0500, David Lechner wrote: > commit 1601dd97edc6 ("davinci: omapl138_lcdk: increase PLL0 > frequency") > changed the PLL0 frequency to 456MHz, which is needed for the LCDC IP > block. However, in doing so, it caused the PLLOUT clock to be outside > of the allowable spec

Re: [U-Boot] [PATCH] davinci: omapl138_lcdk: fix PLL0 frequency

2018-03-15 Thread Peter Howard
cdk.h > index ea7bdf1..1e1c66b 100644 > --- a/include/configs/omapl138_lcdk.h > +++ b/include/configs/omapl138_lcdk.h > @@ -57,7 +57,8 @@ > * PLL configuration > */ > > -#define CONFIG_SYS_DA850_PLL0_PLLM 37 > +/* Requires CONFIG_SYS_DA850_PLL0_POSTDIV=0, set in Kconf

Re: [U-Boot] [PATCH v5 11/11] configs: omapl138_lcdk: decrease the loglevel to reduce the size of the SPL

2017-11-30 Thread Peter Howard
>  CONFIG_VERSION_VARIABLE=y > >  # CONFIG_DISPLAY_CPUINFO is not set > >  # CONFIG_DISPLAY_BOARDINFO is not set > > Peter?  Thanks! Sorry, missed it first time. Fine by me. Reviewed-by: Peter Howard > > ___ > U-Boot m

Re: [U-Boot] [RFC] ARM: davinci: da850: Enable Caches for DA850-EVM

2017-08-29 Thread Peter Howard
*/ My 2c on this would be: 1) If it's going to be for the davinci specifically, I'd do it the same way as for the at91 - i.e. under mach-davinci/arm926ejs 2) Is there any good reason _not_ to add it to arch/arm/cpu/arm926ejs/cache.c rather than per-board? Given it's a featu

Re: [U-Boot] [PATCH 1/3] davinci: omapl138_lcdk: use correct AIS config

2016-11-17 Thread Peter Howard
ini Given these changes, can you modify/remove board/davinci/da8xxevm/README.omapl138-lcdk please? -- Peter Howard ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] Env var initrd_high - logic reversed in check?

2016-06-18 Thread Peter Howard
ent is correct, shouldn't the check be against 0 rather than ~0 ? Thanks -- Peter Howard signature.asc Description: This is a digitally signed message part ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH] Fix to davinci_nand.h to place CEnCFG registers at correct

2016-06-01 Thread Peter Howard
Signed-off-by: Peter Howard --- arch/arm/include/asm/ti-common/davinci_nand.h | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/arch/arm/include/asm/ti-common/davinci_nand.h b/arch/arm/include/as m/ti-common/davinci_nand.h index 11407be..f343ac2 100644 --- a/arch/arm

[U-Boot] [PATCH] davinci: restore CONFIG_SPL=y to configs/omapl138_lcdk_defconfig

2015-04-28 Thread Peter Howard
Signed-off-by: Peter Howard --- configs/omapl138_lcdk_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/omapl138_lcdk_defconfig b/configs/omapl138_lcdk_defconfig index 8f19721..4445c38 100644 --- a/configs/omapl138_lcdk_defconfig +++ b/configs/omapl138_lcdk_defconfig @@ -1,3

[U-Boot] [PATCH] davinci: add support for omapl138-lcdk board

2015-03-22 Thread Peter Howard
Signed-off-by: Peter Howard --- arch/arm/include/asm/mach-types.h | 1 + arch/arm/mach-davinci/Kconfig | 4 + board/davinci/da8xxevm/Kconfig | 13 + board/davinci/da8xxevm/MAINTAINERS | 6 + board/davinci/da8xxevm/Makefile | 1

[U-Boot] davinci: LCDK board

2015-03-11 Thread Peter Howard
t post the patch as it is to the list? Find someone else to play with off list (any volunteers?). Go through more of the target options first? Thanks, -- Peter Howard ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH RFT 2/2] davinci: Do not duplicate setting of gd

2014-12-21 Thread Peter Howard
100644 > --- a/arch/arm/cpu/arm926ejs/davinci/spl.c > +++ b/arch/arm/cpu/arm926ejs/davinci/spl.c > @@ -51,7 +51,6 @@ void board_init_f(ulong dummy) > memset(__bss_start, 0, __bss_end - __bss_start); > > /* Finally, setup gd and move

Re: [U-Boot] [PATCH] da850evm: Use generic board and libfdt, fix size for SPI flash

2014-12-21 Thread Peter Howard
On Fri, 2014-12-19 at 12:14 +0530, Jagan Teki wrote: > On 19 December 2014 at 02:54, Peter Howard wrote: > > On Thu, 2014-12-18 at 12:33 +0530, Jagan Teki wrote: > >> On 17 December 2014 at 06:44, Peter Howard > >> wrote: > >> > Add defines to use CONFIG

Re: [U-Boot] [PATCH RFT 2/2] davinci: Do not duplicate setting of gd

2014-12-19 Thread Peter Howard
On Fri, 2014-12-19 at 16:53 -0500, Tom Rini wrote: > In f0c3a6c we stopped setting gd in board_init_f, but later had to > revert to due problems on certain platforms. As davinci does not look > to have these problems, we can drop the setting here and rely upon > crt0.S to do it. &g

Re: [U-Boot] [PATCH] da850evm: Use generic board and libfdt, fix size for SPI flash

2014-12-18 Thread Peter Howard
On Thu, 2014-12-18 at 12:33 +0530, Jagan Teki wrote: > On 17 December 2014 at 06:44, Peter Howard wrote: > > Add defines to use CONFIG_SYS_GENERIC_BOARD and CONFIG_OF_LIBFDT. > > Semi-separate to this: the size of the image for the da850evm has > > increased to the p

[U-Boot] [PATCH] da850evm: Use generic board and libfdt, fix size for SPI flash

2014-12-16 Thread Peter Howard
size. Signed-off-by: Peter Howard --- include/configs/da850evm.h | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/include/configs/da850evm.h b/include/configs/da850evm.h index e5f8afe..e5a612c 100644 --- a/include/configs/da850evm.h +++ b/include/configs/da850evm.h

Re: [U-Boot] Problem converting da850evm to generic board and use libfdt

2014-12-16 Thread Peter Howard
On Tue, 2014-12-16 at 17:27 +1100, Peter Howard wrote: > On Wed, 2014-12-10 at 19:10 -0700, Simon Glass wrote: > > Hi Peter, > > > > On 10 December 2014 at 18:37, Simon Glass wrote: > > > Hi Peter, > > > > > > On Dec 10, 2014 6:23 PM, "Peter

Re: [U-Boot] Problem converting da850evm to generic board and use libfdt

2014-12-15 Thread Peter Howard
On Wed, 2014-12-10 at 19:10 -0700, Simon Glass wrote: > Hi Peter, > > On 10 December 2014 at 18:37, Simon Glass wrote: > > Hi Peter, > > > > On Dec 10, 2014 6:23 PM, "Peter Howard" wrote: > >> > >> On Wed, 2014-12-10 at 17:49 -0700,

Re: [U-Boot] Problem converting da850evm to generic board and use libfdt

2014-12-10 Thread Peter Howard
On Wed, 2014-12-10 at 17:49 -0700, Simon Glass wrote: > Hi Peter, > > On 10 December 2014 at 17:19, Peter Howard wrote: > > On Wed, 2014-12-10 at 15:43 -0700, Simon Glass wrote: > >> Hi Peter, > >> > >> On 10 December 2014 at 15:17, Peter Howard >

Re: [U-Boot] Problem converting da850evm to generic board and use libfdt

2014-12-10 Thread Peter Howard
On Wed, 2014-12-10 at 15:43 -0700, Simon Glass wrote: > Hi Peter, > > On 10 December 2014 at 15:17, Peter Howard wrote: > > > > On Tue, 2014-12-09 at 17:45 -0700, Simon Glass wrote: > > > Hi Peter, > > > > > > On 9 December 2014 at 17:13, Peter Ho

Re: [U-Boot] Problem converting da850evm to generic board and use libfdt

2014-12-10 Thread Peter Howard
On Tue, 2014-12-09 at 17:45 -0700, Simon Glass wrote: > Hi Peter, > > On 9 December 2014 at 17:13, Peter Howard wrote: > > > > On Wed, 2014-12-03 at 14:20 -0800, Simon Glass wrote: > > > Hi Peter, > > > > > > On 3 December 2014 at 13:53, Peter How

Re: [U-Boot] Problem converting da850evm to generic board and use libfdt

2014-12-09 Thread Peter Howard
On Wed, 2014-12-03 at 14:20 -0800, Simon Glass wrote: > Hi Peter, > > On 3 December 2014 at 13:53, Peter Howard wrote: > > On Wed, 2014-12-03 at 06:38 -0700, Simon Glass wrote: > >> Hi Peter, > >> > >> On 2 December 2014 at 14:59, Peter Howard > &

Re: [U-Boot] Problem converting da850evm to generic board and use libfdt

2014-12-03 Thread Peter Howard
On Wed, 2014-12-03 at 06:38 -0700, Simon Glass wrote: > Hi Peter, > > On 2 December 2014 at 14:59, Peter Howard wrote: > > > > I'm trying to make two changes to building u-boot for the da850evm. > > * Use the generic board code to get rid of the warning,

[U-Boot] Problem converting da850evm to generic board and use libfdt

2014-12-02 Thread Peter Howard
ng against the u-boot-2015.01-rc1 tree) Suggestions? -- Peter Howard ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot