Re: [PATCH v2] ARM: omap3: evm: Name this directory omap3evm

2023-01-09 Thread Derald Woods
; similarity index 100% > rename from board/ti/evm/evm.c > rename to board/ti/omap3evm/evm.c > diff --git a/board/ti/evm/evm.h b/board/ti/omap3evm/evm.h > similarity index 100% > rename from board/ti/evm/evm.h > rename to board/ti/omap3evm/evm.h > -- > 2.38.1 > Sorry for the late response. It has been a busy New Year for me so far. The patch looks good to me. Reviewed-by: Derald Woods

Re: [PATCH] ARM: omap3: evm: Name this directory omap3

2022-10-07 Thread Derald Woods
On Fri, Oct 07, 2022 at 12:33:14PM -0500, Andrew Davis wrote: > Before this was named just evm, which doesn't match the naming > of the other TI board file directory and makes it look like a > common directory for evms. Name this omap3. > > Signed-off-by: Andrew Davis > --- >

Re: [PATCH 0/3] Updates for omap3-evm

2022-06-06 Thread Derald Woods
On Mon, Jun 6, 2022 at 10:16 AM Tom Rini wrote: > On Mon, Jun 06, 2022 at 10:09:16AM -0500, Derald Woods wrote: > > On Sun, May 15, 2022 at 10:25 PM Derald D. Woods < > woods.techni...@gmail.com> > > wrote: > > > > > This patch set brings omap3-evm

Re: [PATCH 0/3] Updates for omap3-evm

2022-06-06 Thread Derald Woods
On Sun, May 15, 2022 at 10:25 PM Derald D. Woods wrote: > This patch set brings omap3-evm inline with similar boards and improves > the ability to boot a 'fitImage' using DEFAULT_FIT_TI_ARGS. > > Derald D. Woods (3): > ARM: omap3: evm: Power on MMC when setting up PMIC > ARM: omap3: evm:

Re: [PATCH 2/3] ARM: dts: omap3-devkit8000: Fix CONFIG_DM_I2C warning

2022-05-15 Thread Derald Woods
On Sun, May 15, 2022 at 9:01 AM Tom Rini wrote: > On Sun, May 15, 2022 at 03:38:21PM +0200, Anthoine Bourgeois wrote: > > > Seems that u-boot can't probe i2c bus at 2.6Mhz speed, so lower > > the speed to the default value 100Khz. > > > > Signed-off-by: Anthoine Bourgeois > > --- > >

Re: [PATCH 2/2] ARM: am3517_evm: Remove hard-coded pin muxing

2022-02-26 Thread Derald Woods
On Sat, Feb 26, 2022 at 3:18 PM Adam Ford wrote: > With updated device trees now supporting pinmuxing for USB, > ethernet, MMC, and other peripherals necessary to start MLO > and U-Boot, the hard-coded pinmux options can be removed since > they are now handed by DM and only muxed when the

Re: [PATCH 1/2] ARM: dts: am3517-evm: Sync DTS with Linux 5.17-rc5

2022-02-26 Thread Derald Woods
On Sat, Feb 26, 2022 at 3:17 PM Adam Ford wrote: > Sync the am3517-evm device tree files with those from Linux > 5.17-rc5 with some additional fixes for pinmuxing Ethernet and > moving the pinmux references to the respective peripherals. > > Signed-off-by: Adam Ford > > diff --git

Re: [PATCH] ARM: am3517-evm: Remove more non-DM legacy ethernet reset code

2022-02-26 Thread Derald Woods
On Sat, Feb 26, 2022 at 10:13 AM Adam Ford wrote: > The ethernet controller is DM compliant, and the device tree > defines it. There is no need to manually handle pulling > the ethernet out of reset. > > Signed-off-by: Adam Ford > > diff --git a/board/logicpd/am3517evm/am3517evm.c >

Re: [PATCH 0/7] Migrate omap_ehci to use phy driver

2022-02-21 Thread Derald Woods
On Sat, Feb 19, 2022 at 5:09 PM Adam Ford wrote: > With the NOP PHY driver available, it can support toggling the > GPIOS to handle coming out of reset. This series cleans up > the OMAP EHCI host driver, enables PHY support, and removes > the code to toggle the reset GPIO's. > > This series was

Re: [PATCH] ARM: omap3: evm: Enable booting 'fitImage' with DEFAULT_FIT_TI_ARGS

2021-08-23 Thread Derald Woods
On Sun, Aug 1, 2021 at 10:46 PM Derald D. Woods wrote: > This commit uses the existing DEFAULT_MMC_TI_ARGS and > DEFAULT_FIT_TI_ARGS defintions to replace the 'mmc*' environment > variables in the configuration. The check for the 'boot_fit' is handled > like the 'am335x_*' boards with

Re: [PATCH v2] ARM: dts: at91: sama5d3: add u-boot properties to sama5d3 pit timer

2021-04-07 Thread Derald Woods
On Wed, Apr 7, 2021 at 1:32 AM wrote: > On 4/7/21 1:16 AM, Derald Woods wrote: > > On Tue, Apr 6, 2021 at 4:40 AM Manuel Reis > <mailto:mluis.r...@gmail.com>> wrote: > > > > in the early SPL boot stage whenever there is a call to udelay, > > dm

Re: [PATCH v2] ARM: dts: at91: sama5d3: add u-boot properties to sama5d3 pit timer

2021-04-06 Thread Derald Woods
On Tue, Apr 6, 2021 at 4:40 AM Manuel Reis wrote: > in the early SPL boot stage whenever there is a call to udelay, > dm_timer_init fails to find the pit timer whenever it traverses > the device tree, if this property is not present > > Signed-off-by: Manuel Reis > CC: Eugen Hristev > --- >

Re: [U-Boot] [PATCH 3/3] usb: musb-new: omap2430: Fix compilation warning with USB_MUSB_GADGET

2019-05-29 Thread Derald Woods
On Wed, 29 May 2019, 05:07 Marek Vasut, wrote: > On 5/29/19 3:34 AM, Derald Woods wrote: > > On Tue, May 28, 2019 at 7:49 PM Marek Vasut > wrote: > >> > >> On 5/29/19 2:00 AM, Derald Woods wrote: > >>> On Tue, May 28, 2019 at 6:27 PM Marek Vasut

Re: [U-Boot] [PATCH 3/3] usb: musb-new: omap2430: Fix compilation warning with USB_MUSB_GADGET

2019-05-28 Thread Derald Woods
On Tue, May 28, 2019 at 7:49 PM Marek Vasut wrote: > > On 5/29/19 2:00 AM, Derald Woods wrote: > > On Tue, May 28, 2019 at 6:27 PM Marek Vasut wrote: > >> > >> On 5/29/19 1:16 AM, Derald Woods wrote: > >>> On Tue, May 28, 2019 at 4:16 PM Marek Vasu

Re: [U-Boot] [PATCH 3/3] usb: musb-new: omap2430: Fix compilation warning with USB_MUSB_GADGET

2019-05-28 Thread Derald Woods
On Tue, May 28, 2019 at 6:27 PM Marek Vasut wrote: > > On 5/29/19 1:16 AM, Derald Woods wrote: > > On Tue, May 28, 2019 at 4:16 PM Marek Vasut wrote: > >> > >> On 5/28/19 4:22 AM, Derald D. Woods wrote: > >>> This commit addresses the f

Re: [U-Boot] [PATCH 3/3] usb: musb-new: omap2430: Fix compilation warning with USB_MUSB_GADGET

2019-05-28 Thread Derald Woods
On Tue, May 28, 2019 at 4:16 PM Marek Vasut wrote: > > On 5/28/19 4:22 AM, Derald D. Woods wrote: > > This commit addresses the following warning, when _NOT_ USB_MUSB_HOST: > > > > [...] > > CC drivers/usb/gadget/f_mass_storage.o > > CC drivers/usb/musb-new/omap2430.o > > CC

Re: [U-Boot] [PATCH v3 1/1] ARM: at91: Convert SPL_GENERATE_ATMEL_PMECC_HEADER to Kconfig

2019-01-20 Thread Derald Woods
On Sun, Jan 20, 2019 at 6:57 AM Tom Rini wrote: > On Sat, Jan 19, 2019 at 09:37:14PM -0600, Derald D. Woods wrote: > > > This commit converts the following items to Kconfig: > > > > CONFIG_ATMEL_NAND_HWECC > > CONFIG_ATMEL_NAND_HW_PMECC > > CONFIG_PMECC_CAP > > CONFIG_PMECC_SECTOR_SIZE > >

Re: [U-Boot] [PATCH 0/2] ARM: at91: NAND PMECC Kconfig conversion

2019-01-19 Thread Derald Woods
On Sat, Jan 19, 2019, 5:29 PM Tom Rini On Sat, Jan 19, 2019 at 02:02:29PM -0600, Derald D. Woods wrote: > > > This series converts to SPL_GENERATE_ATMEL_PMECC_HEADER Kconfig. The > > focus is Kconfig conversion and clean build for the affected boards. > > > > Derald D. Woods (2): > > nand:

Re: [U-Boot] [PATCH] ARM: at91: Convert SPL_GENERATE_ATMEL_PMECC_HEADER to Kconfig

2019-01-11 Thread Derald Woods
On Fri, Jan 11, 2019, 10:51 AM Derald Woods > On Fri, Jan 11, 2019, 5:27 AM >> >> >> On 10.01.2019 03:00, Derald Woods wrote: >> > On Mon, Jan 7, 2019 at 3:40 AM > > <mailto:eugen.hris...@microchip.com>> wrote: >> > >> > Hi De

Re: [U-Boot] [PATCH] ARM: at91: Convert SPL_GENERATE_ATMEL_PMECC_HEADER to Kconfig

2019-01-11 Thread Derald Woods
On Fri, Jan 11, 2019, 5:27 AM > > On 10.01.2019 03:00, Derald Woods wrote: > > On Mon, Jan 7, 2019 at 3:40 AM > <mailto:eugen.hris...@microchip.com>> wrote: > > > > Hi Derald, > > > > Thank you for the patch, > > > > Som

Re: [U-Boot] [PATCH] ARM: at91: Convert SPL_GENERATE_ATMEL_PMECC_HEADER to Kconfig

2019-01-09 Thread Derald Woods
On Mon, Jan 7, 2019 at 3:40 AM wrote: > Hi Derald, > > Thank you for the patch, > > Some minor questions inline. > Sorry for the late response. Family and day job take priority. The patch is the simplest technical conversion that I could produce with my board (SAMA5D3-XPLD) as the test

Re: [U-Boot] [PATCH] ARM: at91: Convert SPL_GENERATE_ATMEL_PMECC_HEADER to Kconfig

2018-12-27 Thread Derald Woods
On Sat, Dec 15, 2018 at 1:37 AM Derald D. Woods wrote: > This commit converts the following items to Kconfig: > > CONFIG_ATMEL_NAND_HWECC > CONFIG_ATMEL_NAND_HW_PMECC > CONFIG_PMECC_CAP > CONFIG_PMECC_SECTOR_SIZE > CONFIG_SPL_GENERATE_ATMEL_PMECC_HEADER > > [PMECC References] >

Re: [U-Boot] [PATCH] ARM: at91: Fix 'boot.bin' generation when CONFIG_SD_BOOT is enabled

2018-12-10 Thread Derald Woods
On Mon, Dec 10, 2018 at 8:03 AM wrote: > > > On 10.12.2018 15:01, Derald D. Woods wrote: > > On Mon, Dec 10, 2018 at 08:32:33AM +, eugen.hris...@microchip.com > wrote: > >> > >> > >> On 08.12.2018 21:49, Derald D. Woods wrote: > >>> On AT91 platforms configured for SD_BOOT, this commit

Re: [U-Boot] [PATCH] arm: omap: configs: various: Remove references to OMAP34XX_UARTx

2018-08-07 Thread Derald Woods
On Tue, Aug 7, 2018, 7:28 AM Adam Ford wrote: > Two boards include a reference to ti_omap3_common.h which > points the UART driver to OMAP34XX_UARTx so the extra define > should be unnecessary. > A patch has already been submitted for OMAP3 EVM. Derald > > > Signed-off-by: Adam Ford > --- >

Re: [U-Boot] [PATCH] omap3: beagle: re-enable EFI support after the following commit removed it by mistake:

2018-07-19 Thread Derald Woods
On Thu, Jul 19, 2018, 2:34 AM Guillaume Gardet wrote: > Hi Derald, > > > Le 19/07/2018 à 01:47, Derald D. Woods a écrit : > > On Wed, Jul 18, 2018 at 09:38:44PM +0200, Guillaume GARDET wrote: > >>commit d233ccb1d84b901f7e23e6d9b4f2c6a57198b23b > >>ARM: omap3: beagle: Enable DM_SERIAL,

Re: [U-Boot] [PATCH v2 0/3] ARM: omap3: beagle, evm: synchronize common setup

2018-02-24 Thread Derald Woods
On Sat, Feb 24, 2018 at 02:12:32PM -0500, Tom Rini wrote: > On Sat, Feb 24, 2018 at 09:29:02AM -0600, Derald D. Woods wrote: > > On Sat, Feb 24, 2018 at 09:35:43AM -0500, Tom Rini wrote: > > > On Sat, Feb 24, 2018 at 08:09:39AM -0600, Derald D. Woods wrote: > > > > > > > This short series is an

Re: [U-Boot] [PATCH] serial: Make full device search optional

2018-02-15 Thread Derald Woods
On Feb 15, 2018 9:00 AM, "Alexander Graf" <ag...@suse.de> wrote: On 13.02.18 01:00, Derald Woods wrote: > On Mon, Feb 5, 2018 at 7:13 AM, Derald Woods <woods.techni...@gmail.com > <mailto:woods.techni...@gmail.com>> wrote: > > On Mon, Feb 5, 2018 a

Re: [U-Boot] [PATCH] serial: Make full device search optional

2018-02-12 Thread Derald Woods
On Mon, Feb 5, 2018 at 7:13 AM, Derald Woods <woods.techni...@gmail.com> wrote: > On Mon, Feb 5, 2018 at 3:42 AM, Alexander Graf <ag...@suse.de> wrote: > >> >> >> On 05.02.18 01:39, Derald Woods wrote: >> > On Tue, Jan 30, 2018 at 7:34 AM, Alexander G

Re: [U-Boot] [PATCH] serial: Make full device search optional

2018-02-05 Thread Derald Woods
On Mon, Feb 5, 2018 at 3:42 AM, Alexander Graf <ag...@suse.de> wrote: > > > On 05.02.18 01:39, Derald Woods wrote: > > On Tue, Jan 30, 2018 at 7:34 AM, Alexander Graf <ag...@suse.de > > <mailto:ag...@suse.de>> wrote: > > > > On 01/30/2018 0

Re: [U-Boot] [PATCH] serial: Make full device search optional

2018-02-04 Thread Derald Woods
On Tue, Jan 30, 2018 at 7:34 AM, Alexander Graf <ag...@suse.de> wrote: > On 01/30/2018 02:09 PM, Derald Woods wrote: > >> On Jan 30, 2018 3:17 AM, "Alexander Graf" <ag...@suse.de > ag...@suse.de>> wrote: >> >> On 01/30/2018 12:41 AM, Deral

Re: [U-Boot] [PATCH] serial: Make full device search optional

2018-01-30 Thread Derald Woods
On Jan 30, 2018 3:17 AM, "Alexander Graf" <ag...@suse.de> wrote: On 01/30/2018 12:41 AM, Derald D. Woods wrote: > On Mon, Jan 29, 2018 at 07:46:09AM -0600, Derald Woods wrote: > >> On Jan 29, 2018 6:57 AM, "Alexander Graf" <ag...@suse.de> wrote: >

Re: [U-Boot] [PATCH] serial: Make full device search optional

2018-01-29 Thread Derald Woods
On Jan 29, 2018 6:57 AM, "Alexander Graf" wrote: Commit 608b0c4ad4e5ec0c ("serial: Use next serial device if probing fails") added code to search for more serial devices if the default one was not probed correctly. Unfortunately, that breaks omap3_evm. So while investigating why

Re: [U-Boot] [PATCH] ARM: omap3: evm: Do not relocate FDT address

2018-01-01 Thread Derald Woods
On Mon, Jan 1, 2018 at 7:29 AM, Tom Rini wrote: > On Thu, Dec 28, 2017 at 05:17:13PM -0600, Derald D. Woods wrote: > > On Thu, Dec 28, 2017 at 02:24:08PM -0500, Tom Rini wrote: > > > On Thu, Dec 28, 2017 at 01:21:05PM -0600, Derald D. Woods wrote: > > > > On Thu, Dec 28, 2017

Re: [U-Boot] [PATCH v2] arm: omap: Fix 'get_device_type()' for OMAP34XX

2017-08-12 Thread Derald Woods
On Thu, Aug 10, 2017 at 7:50 AM, Derald Woods <woods.techni...@gmail.com> wrote: > On Thu, Aug 10, 2017 at 7:25 AM, Derald Woods <woods.techni...@gmail.com> > wrote: > >> On Mon, Aug 7, 2017 at 5:19 PM, Derald Woods <woods.techni...@gmail.com> >> wrote: >

Re: [U-Boot] [PATCH v2] arm: omap: Fix 'get_device_type()' for OMAP34XX

2017-08-10 Thread Derald Woods
On Thu, Aug 10, 2017 at 7:25 AM, Derald Woods <woods.techni...@gmail.com> wrote: > On Mon, Aug 7, 2017 at 5:19 PM, Derald Woods <woods.techni...@gmail.com> > wrote: > >> On Mon, Aug 7, 2017 at 7:41 AM, Tom Rini <tr...@konsulko.com> wrote: >> >>>

Re: [U-Boot] [PATCH v2] arm: omap: Fix 'get_device_type()' for OMAP34XX

2017-08-10 Thread Derald Woods
On Mon, Aug 7, 2017 at 5:19 PM, Derald Woods <woods.techni...@gmail.com> wrote: > On Mon, Aug 7, 2017 at 7:41 AM, Tom Rini <tr...@konsulko.com> wrote: > >> On Mon, Aug 07, 2017 at 07:35:30AM -0500, Derald Woods wrote: >> > On Mon, Jul 31, 2017 at 7:41 AM,

Re: [U-Boot] [PATCH v2] arm: omap: Fix 'get_device_type()' for OMAP34XX

2017-08-07 Thread Derald Woods
On Mon, Aug 7, 2017 at 7:41 AM, Tom Rini <tr...@konsulko.com> wrote: > On Mon, Aug 07, 2017 at 07:35:30AM -0500, Derald Woods wrote: > > On Mon, Jul 31, 2017 at 7:41 AM, Derald D. Woods < > woods.techni...@gmail.com> > > wrote: > > > > > Fixes: 00

Re: [U-Boot] [PATCH v2] arm: omap: Fix 'get_device_type()' for OMAP34XX

2017-08-07 Thread Derald Woods
On Mon, Jul 31, 2017 at 7:41 AM, Derald D. Woods wrote: > Fixes: 00bbe96ebabb ("arm: omap: Unify get_device_type() function") > > The control status register value is embedded in a structure somewhere > in SRAM, with the last refactoring effort. This patch allows OMAP3

Re: [U-Boot] [PATCH] omap3evm: Update board and defconfig files

2017-08-03 Thread Derald Woods
On Thu, Aug 3, 2017 at 6:31 AM, Tom Rini wrote: > On Wed, Aug 02, 2017 at 10:00:06PM -0500, Derald D. Woods wrote: > > > This patch brings the OMAP3 EVM to a bootable state, on master, as of > > v2017.09-rc1. > > > > Signed-off-by: Derald D. Woods

[U-Boot] OMAP35xx boards working on master?

2017-07-29 Thread Derald Woods
Are any OMAP35xx boards/systems working since this commit: "arm: omap: Unify get_device_type() function" http://git.denx.de/?p=u-boot.git;a=commit;h=00bbe96ebabbc83777cd8d6c6fd2791c5c8cf619 I have an OMAP3EVM (3530) system which stopped booting, with the default config, at this commit. The

Re: [U-Boot] OMAP 3530 - BeagleBoard Rev. C4

2016-05-05 Thread Derald Woods
On Thu, May 5, 2016 at 10:46 AM, Tom Rini wrote: > On Wed, May 04, 2016 at 10:45:09PM -0500, Derald D. Woods wrote: > > > Hi Tom, > > > > Is anyone still attempting to boot the OMAP 3530 BeagleBoard with > > U-Boot master? > > Yes, but... > > > In order to boot my BeagleBoard

Re: [U-Boot] [PATCH] omap3: Reduce logic/overo SPL max image size

2016-05-03 Thread Derald Woods
On Sun, May 1, 2016 at 12:09 PM, Derald D. Woods wrote: > On 05/01/2016 08:58 AM, Tom Rini wrote: > >> On Sat, Apr 30, 2016 at 07:12:28PM -0500, Derald D. Woods wrote: >> >>> On 04/28/2016 06:34 PM, Tom Rini wrote: >>> On Thu, Apr 28, 2016 at 05:55:17PM -0500,