c
> 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
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
> ---
> arch/arm/mach-omap2/
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
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: Comp
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
> > ---
> > arch/arm/d
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 respect
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 a/arch/arm/dts
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
> b/board/log
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 t
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 'CONFIG_BOO
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
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
> ---
> ar
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
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
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
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 d
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
> > CONFIG
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: atmel
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
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
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 platfor
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]
> https://www.at91.c
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 avoids
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
> ---
>
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, upd
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 att
On Feb 15, 2018 9:00 AM, "Alexander Graf" wrote:
On 13.02.18 01:00, Derald Woods wrote:
> On Mon, Feb 5, 2018 at 7:13 AM, Derald Woods <mailto:woods.techni...@gmail.com>> wrote:
>
> On Mon, Feb 5, 2018 at 3:42 AM, Alexander Graf <mailto:ag...@sus
On Mon, Feb 5, 2018 at 7:13 AM, Derald Woods
wrote:
> On Mon, Feb 5, 2018 at 3:42 AM, Alexander Graf wrote:
>
>>
>>
>> On 05.02.18 01:39, Derald Woods wrote:
>> > On Tue, Jan 30, 2018 at 7:34 AM, Alexander Graf > > <mailto:ag...@suse.de>> wro
On Mon, Feb 5, 2018 at 3:42 AM, Alexander Graf wrote:
>
>
> On 05.02.18 01:39, Derald Woods wrote:
> > On Tue, Jan 30, 2018 at 7:34 AM, Alexander Graf > <mailto:ag...@suse.de>> wrote:
> >
> > On 01/30/2018 02:09 PM, Derald Woods wrote:
> >
&g
On Tue, Jan 30, 2018 at 7:34 AM, Alexander Graf wrote:
> On 01/30/2018 02:09 PM, Derald Woods wrote:
>
>> 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 Jan 30, 2018 3:17 AM, "Alexander Graf" 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" wrote:
>>
>> Commit 608b0c4ad4e5ec0c
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 that is
the case
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 at 01:43:43PM -0500,
On Thu, Aug 10, 2017 at 7:50 AM, Derald Woods
wrote:
> On Thu, Aug 10, 2017 at 7:25 AM, Derald Woods
> wrote:
>
>> On Mon, Aug 7, 2017 at 5:19 PM, Derald Woods
>> wrote:
>>
>>> On Mon, Aug 7, 2017 at 7:41 AM, Tom Rini wrote:
>>>
>>>&g
On Thu, Aug 10, 2017 at 7:25 AM, Derald Woods
wrote:
> On Mon, Aug 7, 2017 at 5:19 PM, Derald Woods
> wrote:
>
>> On Mon, Aug 7, 2017 at 7:41 AM, Tom Rini wrote:
>>
>>> On Mon, Aug 07, 2017 at 07:35:30AM -0500, Derald Woods wrote:
>>> > On Mon
On Mon, Aug 7, 2017 at 5:19 PM, Derald Woods
wrote:
> On Mon, Aug 7, 2017 at 7:41 AM, Tom Rini 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&
On Mon, Aug 7, 2017 at 7:41 AM, Tom Rini 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: 00bbe96ebabb ("
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 EVM
> (TMDSEVM3530) to boot
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
>
> Reviewed-by: Tom Rini
>
> Thanks. Since yo
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 com
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 Rev. C4, I need to b
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, Adam Ford wrote:
I am
42 matches
Mail list logo