[PATCH] omap3: omap3evm: Migrate to OF_UPSTREAM

2024-08-24 Thread Derald D. Woods
This commit brings the omap3evm inline with the remaining OMAP3XXX variants. Signed-off-by: Derald D. Woods --- arch/arm/dts/Makefile | 4 - arch/arm/dts/omap3-evm-37xx.dts | 107 - arch/arm/dts/omap3-evm-common.dtsi| 198

Re: [PATCH 00/12] omap configuration cleanups

2024-07-28 Thread Derald D. Woods
-- > configs/rut_defconfig | 2 -- > configs/sniper_defconfig | 21 - > 49 files changed, 13 insertions(+), 147 deletions(-) > > -- > 2.45.2 > For "configs/omap3_evm_defconfig": Tested-by: Derald D. Woods

[PATCH 3/3] ARM: omap3: evm: Fix 'fitImage' booting

2022-05-15 Thread Derald D. Woods
;kernel"; fdt = "fdt-omap3-evm.dtb"; }; }; }; ---------- Additionally, the default environment is now stored in "uboot.env" on the FAT partition of MMC '0&#x

[PATCH 2/3] ARM: omap3: evm: Complete DM_I2C migration

2022-05-15 Thread Derald D. Woods
This commits enables DM_I2C and sets the default bus to 0. Signed-off-by: Derald D. Woods --- configs/omap3_evm_defconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/omap3_evm_defconfig b/configs/omap3_evm_defconfig index d451e201c7..2d8e627171 100644 --- a

[PATCH 1/3] ARM: omap3: evm: Power on MMC when setting up PMIC

2022-05-15 Thread Derald D. Woods
This commit copies the related code changes from the BeagleBoard. Reference: - https://source.denx.de/u-boot/u-boot/-/commit/848cfe098f59c47a2542385513fb554430b874d6 Signed-off-by: Derald D. Woods --- board/ti/evm/evm.c | 8 +--- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git

[PATCH 0/3] Updates for omap3-evm

2022-05-15 Thread Derald D. Woods
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: Complete DM_I2C migration ARM: omap3: evm: Fix 'fi

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

2021-08-01 Thread Derald D. Woods
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_BOOTCOMMAND'. Sign

Re: [PATCH] configs: am3517_evm: Fix boot hang

2021-06-26 Thread Derald D. Woods
S=y > -CONFIG_SPL_OF_TRANSLATE=y > CONFIG_DM_PCA953X=y > CONFIG_MMC_OMAP_HS=y > CONFIG_MTD=y > @@ -84,3 +82,4 @@ CONFIG_USB_MUSB_HOST=y > CONFIG_USB_MUSB_AM35X=y > CONFIG_BCH=y > CONFIG_SPL_TINY_MEMSET=y > +# CONFIG_EFI_LOADER is not set > -- > 2.25.1 > Works for

[PATCH v3] ARM: omap3: evm: Complete DM_ETH and DM_USB migrations

2020-07-18 Thread Derald D. Woods
This commit completes the migrations for DM_ETH and DM_USB. The board is now consistent with omap3_beagle and other remaining OMAP3 boards. Cc: Tom Rini Cc: Adam Ford Signed-off-by: Derald D. Woods --- Changes for v3: - Also handle 37xx 'dtsi' variant - My testing is with the 3530

[PATCH v2] ARM: omap3: evm: Complete DM_ETH and DM_USB migrations

2020-07-18 Thread Derald D. Woods
This commit completes the migrations for DM_ETH and DM_USB. The board is now consistent with omap3_beagle and other remaining OMAP3 boards. Cc: Tom Rini Cc: Adam Ford Signed-off-by: Derald D. Woods --- Changes for v2: - Add omitted ethernet node to omap3-evm-u-boot.dtsi * Based on similar

[PATCH] ARM: omap3: evm: Complete DM_ETH and DM_USB migrations

2020-07-18 Thread Derald D. Woods
This commit completes the migrations for DM_ETH and DM_USB. The board is now consistent with omap3_beagle and other remaining OMAP3 boards. Cc: Tom Rini Cc: Adam Ford Signed-off-by: Derald D. Woods --- arch/arm/mach-omap2/omap3/Kconfig | 3 ++ board/ti/evm/evm.c| 82

Re: [PATCH] omap3_beagle: Finish current outstanding DM migrations

2020-07-02 Thread Derald D. Woods
On Wed, Jul 01, 2020 at 08:50:19PM -0400, Tom Rini wrote: > On Wed, Jul 01, 2020 at 07:17:04PM -0500, Derald D. Woods wrote: > > On Tue, Jun 30, 2020 at 03:02:27PM -0400, Tom Rini wrote: > > > At this point in time we can now remove our legacy code and switch to > > &

Re: [PATCH] omap3_beagle: Finish current outstanding DM migrations

2020-07-02 Thread Derald D. Woods
On Tue, Jun 30, 2020 at 03:02:27PM -0400, Tom Rini wrote: > At this point in time we can now remove our legacy code and switch to > enabling DM for USB and Ethernet. > > Cc: Derald D. Woods > Cc: Adam Ford > Signed-off-by: Tom Rini > --- > board/ti/be

Re: [PATCH] omap3_beagle: Change NAND ECC scheme back to OMAP_ECC_HAM1_CODE_HW

2019-12-26 Thread Derald D. Woods
On Thu, Dec 26, 2019 at 10:24:24PM +0100, Patrik Dahlstrom wrote: > On 12/26/19 10:22 PM, Derald D. Woods wrote: > > On Thu, Dec 26, 2019 at 02:57:44PM -0600, Adam Ford wrote: > >> On Thu, Dec 26, 2019 at 12:02 PM Patrik Dahlstrom > >> wrote: > >>> >

Re: [PATCH] omap3_beagle: Change NAND ECC scheme back to OMAP_ECC_HAM1_CODE_HW

2019-12-26 Thread Derald D. Woods
On Thu, Dec 26, 2019 at 02:57:44PM -0600, Adam Ford wrote: > On Thu, Dec 26, 2019 at 12:02 PM Patrik Dahlstrom > wrote: > > > > On 12/22/19 3:48 PM, Adam Ford wrote: > > > On Sun, Dec 22, 2019 at 8:28 AM Tom Rini wrote: > > >> > > >> On Sun

Re: [PATCH] omap3_beagle: Change NAND ECC scheme back to OMAP_ECC_HAM1_CODE_HW

2019-12-22 Thread Derald D. Woods
On Sun, Dec 22, 2019 at 09:10:50AM -0500, Tom Rini wrote: > On Sun, Dec 22, 2019 at 09:46:27AM +0100, Patrik Dahlstrom wrote: > > On 12/22/19 4:24 AM, Derald D. Woods wrote: > > > On Sat, Dec 21, 2019 at 05:18:22PM +0100, Patrik Dahlström wrote: > > >> The omap3_beag

Re: [PATCH] omap3_beagle: Change NAND ECC scheme back to OMAP_ECC_HAM1_CODE_HW

2019-12-21 Thread Derald D. Woods
On Sat, Dec 21, 2019 at 05:18:22PM +0100, Patrik Dahlström wrote: > The omap3_beagle NAND ECC scheme was changed in 4b37928d357 for unknown > reasons, leading to uncorrectible ecc errors. This commit changes it > back to what it was before. > Hello Patrick, Is there a setup/test that you are usi

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

2019-05-29 Thread Derald D. Woods
rek.va...@gmail.com>> wrote: > > >>>> > > >>>> On 5/29/19 1:16 AM, Derald Woods wrote: > > >>>>> On Tue, May 28, 2019 at 4:16 PM Marek Vasut > > mailto:marek.va...@gmail

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

2019-05-27 Thread Derald D. Woods
^ LD drivers/usb/host/built-in.o CC drivers/usb/gadget/f_sdp.o CC fs/ext4/ext4fs.o [...] Signed-off-by: Derald D. Woods --- drivers/usb/musb-new/omap2430.c | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/drivers/usb/musb-new/omap2430.c b/drivers/u

[U-Boot] [PATCH 2/3] ARM: omap3: evm: Enable DM_USB in defconfig

2019-05-27 Thread Derald D. Woods
/MIGRATION.txt for more info. As USB support for older OMAP3 SoC's improves, OMAP3 EVM can be readily adapted. There is some additional 'gpio-hog' support needed to fully setup USB in a similar manner to Linux. Signed-off-by:

[U-Boot] [PATCH 1/3] ARM: dts: omap3-evm: Sync dts(i) files from Linux 5.1.5

2019-05-27 Thread Derald D. Woods
Signed-off-by: Derald D. Woods --- arch/arm/dts/omap3-evm-37xx.dts | 8 arch/arm/dts/omap3-evm-common.dtsi | 7 +-- arch/arm/dts/omap3-evm-processor-common.dtsi | 10 +- 3 files changed, 18 insertions(+), 7 deletions(-) diff --git a/arch/arm/dts

[U-Boot] [PATCH] ARM: at91: Apply PMECC header for NAND_BOOT only

2019-02-16 Thread Derald D. Woods
building and using the 'atmel_pmecc_params' tool. Signed-off-by: Derald D. Woods --- scripts/Makefile.spl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/Makefile.spl b/scripts/Makefile.spl index 9d5921606e..8732479f39 100644 --- a/scripts/Makefile.spl +++ b/scripts/Ma

Re: [U-Boot] [PATCH 1/2] omap3_beagle: Update for DM SPL support

2019-02-16 Thread Derald D. Woods
der at this point anymore. > - A few related updates to SPL options as part of switching to DM SPL. > > Signed-off-by: Tom Rini For BeagleBoard (Rev. C4) and BeagleBoard-xM (Rev. C): Tested-by: Derald D. Woods > --- > arch/arm/dts/omap3-beagle-u-boot.dtsi | 14 ++-

[U-Boot] [PATCH] ARM: omap3: evm: Update DM SPL support

2019-02-16 Thread Derald D. Woods
- Switch to using the omap3-u-boot.dtsi file for needed properties - Enable SPL_OF_CONTROL This commit is based on the following series: https://patchwork.ozlabs.org/project/uboot/list/?series=92472 https://patchwork.ozlabs.org/project/uboot/list/?series=92462 Signed-off-by: Derald D. Woods

Re: [U-Boot] [PATCH 1/2] ARM: DTS: omap3-u-boot.dtsi

2019-02-16 Thread Derald D. Woods
On Sat, Feb 16, 2019 at 01:31:23PM -0600, Adam Ford wrote: > Create generic omap3-u-boot.dtsi file that omap3 based boards > can include to generate device tree in SPL for booting MLO. > > Credit should go to Tom Rini. > > Signed-off-by: Adam Ford > For OMAP3-EVM (3530):

Re: [U-Boot] [PATCH 2/2] ARM: omap3_logic: Enable SPL booting device tree

2019-02-16 Thread Derald D. Woods
On Sat, Feb 16, 2019 at 04:22:44PM -0500, Tom Rini wrote: > On Sat, Feb 16, 2019 at 03:08:02PM -0600, Derald D. Woods wrote: > > On Sat, Feb 16, 2019 at 03:49:01PM -0500, Tom Rini wrote: > > > On Sat, Feb 16, 2019 at 01:31:24PM -0600, Adam Ford wrote: > > > >

Re: [U-Boot] [PATCH 2/2] ARM: omap3_logic: Enable SPL booting device tree

2019-02-16 Thread Derald D. Woods
On Sat, Feb 16, 2019 at 03:49:01PM -0500, Tom Rini wrote: > On Sat, Feb 16, 2019 at 01:31:24PM -0600, Adam Ford wrote: > > > With the generic omap3-u-boot.dtsi file available, this patch > > increased the memory of the various incarnations of the omap3_logic > > board, and points their respective

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

2019-01-19 Thread Derald D. Woods
ts.denx.de/pipermail/u-boot/2018-December/350666.html Fixes: 5541543f ("configs: at91: Remove CONFIG_SYS_EXTRA_OPTIONS assignment") Reported-by: Daniel Evans Cc: Eugen Hristev Signed-off-by: Derald D. Woods --- configs/at91sam9n12ek_mmc_defconfig | 1 + configs/at91sam9n12

[U-Boot] [PATCH v2 0/1] ARM: at91: NAND PMECC Kconfig conversion

2019-01-19 Thread Derald D. Woods
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 (1): ARM: at91: Convert SPL_GENERATE_ATMEL_PMECC_HEADER to Kconfig configs/at91sam9n12ek_mmc_defconfig | 1 + configs

[U-Boot] [PATCH 1/2] nand: atmel: Replace SYS_NAND_ECC_BASE with ATMEL_BASE_ECC

2019-01-19 Thread Derald D. Woods
This commit removes remaining uses of SYS_NAND_ECC_BASE. Including "" in "drivers/mtd/nand/raw/atmel_nand.c" provides access to ATMEL_BASE_ECC. Cc: Simon Glass Signed-off-by: Derald D. Woods --- drivers/mtd/nand/raw/atmel_nand.c | 19 ++- include/configs/sn

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

2019-01-19 Thread Derald D. Woods
ts.denx.de/pipermail/u-boot/2018-December/350666.html Fixes: 5541543f ("configs: at91: Remove CONFIG_SYS_EXTRA_OPTIONS assignment") Reported-by: Daniel Evans Cc: Eugen Hristev Signed-off-by: Derald D. Woods --- v2: - Make ATMEL_NAND_HW_PMECC dependent on ATMEL_NAND_HWECC - Make S

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

2019-01-19 Thread Derald D. Woods
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: Replace SYS_NAND_ECC_BASE with ATMEL_BASE_ECC ARM: at91: Convert SPL_GENERATE_ATMEL_PMECC_HEADER to Kconfig configs

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

2019-01-18 Thread Derald D. Woods
ally, I would make ATMEL_NAND_HW_PMECC dependent on ATMEL_NAND_HWECC as it should be. I can only test on the SAMA5D3-XPLD board. Derald > Maybe we can get more opinions from someone more familiar with the NAND > subsystem ? Adding Miquel and Boris. > > Thanks, > &g

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

2018-12-14 Thread Derald D. Woods
/linux4sam/bin/view/Linux4SAM/AT91Bootstrap [Mailing List Thread] https://lists.denx.de/pipermail/u-boot/2018-December/350666.html Fixes: 5541543f ("configs: at91: Remove CONFIG_SYS_EXTRA_OPTIONS assignment") Reported-by: Daniel Evans Cc: Eugen Hristev Signed-off-by: Derald D. Woods --

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

2018-12-10 Thread Derald D. Woods
On Mon, Dec 10, 2018 at 03:14:05PM +, eugen.hris...@microchip.com wrote: > > > On 10.12.2018 16:54, Derald Woods wrote: > > > > > > On Mon, Dec 10, 2018 at 8:03 AM > <mailto:eugen.hris...@microchip.com>> wrote: > > > > >

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

2018-12-10 Thread Derald D. Woods
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 the > > generation of the PMECC header used for booting from NAND flash. This &

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

2018-12-08 Thread Derald D. Woods
m/bin/view/Linux4SAM/AT91Bootstrap [Mailing List Thread] https://lists.denx.de/pipermail/u-boot/2018-December/350666.html Fixes: 5541543f ("configs: at91: Remove CONFIG_SYS_EXTRA_OPTIONS assignment") Reported-by: Daniel Evans Cc: Robert Nelson Cc: Eugen Hristev Cc: Wenyou Yang Sig

Re: [U-Boot] boot.bin on SD Card for SAMA5D3 Xplained

2018-12-07 Thread Derald D. Woods
On Thu, Dec 06, 2018 at 08:02:19AM +, eugen.hris...@microchip.com wrote: > > > On 05.12.2018 22:38, Robert Nelson wrote: > > On Wed, Dec 5, 2018 at 8:37 AM wrote: > >> > >> > >> > >> On 05.12.2018 02:15, Daniel Evans wrote: > >>> Trying to get uboot SPL boot.bin to run on an SD card for the

Re: [U-Boot] [PATCH v3] serial: omap: Introduce DM specific omap serial

2018-08-27 Thread Derald D. Woods
In addition to this patch, I also applied these OMAP3 related patches: https://patchwork.ozlabs.org/project/uboot/list/?submitter=67132 A WIP branch is here: https://github.com/woodsts/u-boot/commits/omap3-adam-queue Tested-by: Derald D. Woods > --- > Based on the conclusion on the

Re: [U-Boot] [PATCH 2/2] ARM: am3517_evm: Disable DM_I2C_COMPAT

2018-08-27 Thread Derald D. Woods
7 48 4B AM3517_EVM # i2c dev 1 Setting bus to 1 AM3517_EVM # i2c probe Valid chip addresses: 21 [...] Tested-by: Derald D. Woods > > diff --git a/board/logicpd/am3517evm/am3517evm.c > b/board/logicpd/am3517evm/am3517evm.c > index da8be22085..6f728398c3 100644 > --- a/board/logicpd/am

Re: [U-Boot] [PATCH] GPIO: omap_gpio: Fix gpio name names with device tree

2018-08-26 Thread Derald D. Woods
@4831_3: input: 0 [ ] gpio@4831_4: input: 0 [ ] gpio@4831_5: input: 0 [ ] gpio@4831_6: input: 0 [ ] gpio@4831_7: input: 0 [ ] gpio@4831_8: input: 0 [ ] gpio@4831_9: input: 0 [ ] [...] Tested-by: Derald D. Woods > > diff --git a/drivers/gpio/omap_gpio.c b/drive

[U-Boot] [PATCH] ARM: omap3: evm: Enable CONFIG_BLK and misc. cleanup

2018-08-05 Thread Derald D. Woods
boards. CONFIG_SPL_BLK and CONFIG_SPL_DM_MMC are disabled because they currently do not allow the OMAP3-EVM (OMAP34XX) to actually boot. Signed-off-by: Derald D. Woods --- configs/omap3_evm_defconfig | 9 +++-- include/configs/omap3_evm.h | 3 --- 2 files changed, 7 insertions(+), 5 deletions

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

2018-07-18 Thread Derald D. Woods
are for me. My boards boot just fine without EFI. Derald > Signed-off-by: Guillaume GARDET > Cc: Derald D. Woods > Cc: Tom Rini > > --- > configs/omap3_beagle_defconfig | 3 --- > 1 file changed, 3 deletions(-) > > diff --git a/configs/omap3_beagle_defconfig b/con

Re: [U-Boot] Re : Commit d233ccb1d84b90 broke MMC access on BeagleBoard xM

2018-07-18 Thread Derald D. Woods
On Wed, Jul 18, 2018 at 05:04:45PM +0200, Guillaume GARDET wrote: > > - Guillaume GARDET a écrit : > > > > Hi, > > > > commit d233ccb1d84b901f7e23e6d9b4f2c6a57198b23b (HEAD, refs/bisect/bad) > > Author: Derald D. Woods > > Date: Mon Feb 26 1

Re: [U-Boot] [PATCH 0/2] dm: Complete CONFIG_BLK migration

2018-06-28 Thread Derald D. Woods
On Thu, Jun 28, 2018 at 10:47:36AM -0500, Adam Ford wrote: > On Wed, Jun 27, 2018 at 4:41 PM Tom Rini wrote: > > > > On Sat, Jun 23, 2018 at 07:59:30AM -0600, Simon Glass wrote: > > > The time has come to migrate all boards to use CONFIG_BLK. This series > > > is just a test to see what boards wou

Re: [U-Boot] [PATCH 0/2] dm: Complete CONFIG_BLK migration

2018-06-28 Thread Derald D. Woods
On Wed, Jun 27, 2018 at 05:40:31PM -0400, Tom Rini wrote: > On Sat, Jun 23, 2018 at 07:59:30AM -0600, Simon Glass wrote: > > The time has come to migrate all boards to use CONFIG_BLK. This series > > is just a test to see what boards would have to be removed if we required > > CONFIG_BLK, as we pla

[U-Boot] [PATCH v3 1/3] ARM: omap3: beagle: Set 'mtdids' and 'mtdparts' in board file

2018-02-26 Thread Derald D. Woods
BeagleBoard 'xM' does not really have NAND. CONFIG_MTDIDS_DEFAULT and CONFIG_MTDPARTS_DEFAULT can/should be empty for 'xM'. This commit sets the defined values if they exist. Signed-off-by: Derald D. Woods --- board/ti/beagle/beagle.c | 8 1 file changed, 8 inserti

[U-Boot] [PATCH v3 3/3] ARM: omap3: evm: Sync with omap3_beagle configuration

2018-02-26 Thread Derald D. Woods
0x0f76(-) 0x008a - Signed-off-by: Derald D. Woods --- configs/omap3_evm_defconfig | 21 +++--- include/configs/omap3_evm.h | 71 ++--- 2 files changed, 52 insertions

[U-Boot] [PATCH v3 2/3] ARM: omap3: beagle: Enable DM_SERIAL, update distro usage and NAND layout

2018-02-26 Thread Derald D. Woods
D="run findfdt; run somethingelse" The use of 'run findfdt' is required. Signed-off-by: Derald D. Woods --- configs/omap3_beagle_defconfig | 25 - include/configs/omap3_beagle.h | 239 +++-- 2 files changed, 152 ins

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

2018-02-26 Thread Derald D. Woods
will be a very similar and comparable set of boards. Derald D. Woods (3): ARM: omap3: beagle: Set 'mtdids' and 'mtdparts' in board file ARM: omap3: beagle: Enable DM_SERIAL, update distro usage and NAND layout ARM: omap3: evm: Sync with omap3_beagle configuration boar

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

2018-02-25 Thread Derald D. Woods
On Sat, Feb 24, 2018 at 01:39:45PM -0600, Derald Woods wrote: > 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 S

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

2018-02-24 Thread Derald D. Woods
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 attempt to make this set of boards use the same > > default configuration items where possible. This was prompted by an >

[U-Boot] [PATCH v2 2/3] ARM: omap3: beagle: Enable DM_SERIAL, update distro usage and NAND layout

2018-02-24 Thread Derald D. Woods
n ramboot" or CONFIG_BOOTCOMMAND="run findfdt; run somethingelse" The use of 'run findfdt' is required. Signed-off-by: Derald D. Woods --- configs/omap3_beagle_defconfig | 29 +++-- include/configs/omap3_beagle.h | 239 +++-

[U-Boot] [PATCH v2 1/3] ARM: omap3: beagle: Set 'mtdids' and 'mtdparts' in board file

2018-02-24 Thread Derald D. Woods
BeagleBoard 'xM' does not really have NAND. CONFIG_MTDIDS_DEFAULT and CONFIG_MTDPARTS_DEFAULT can/should be empty for 'xM'. This commit sets the defined values if they exist. Signed-off-by: Derald D. Woods --- board/ti/beagle/beagle.c | 8 1 file changed, 8 inserti

[U-Boot] [PATCH v2 3/3] ARM: omap3: evm: Sync with omap3_beagle configuration

2018-02-24 Thread Derald D. Woods
: kernel 0x0060(6m) 0x002a 5: rootfs 0x0f76(-) 0x008a - Signed-off-by: Derald D. Woods --- configs/omap3_evm_defconfig | 25 +--- include/configs/omap3_evm.h | 71

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

2018-02-24 Thread Derald D. Woods
predictable, as there will be a very similar comparable set of boards. Derald D. Woods (3): ARM: omap3: beagle: Set 'mtdids' and 'mtdparts' in board file ARM: omap3: beagle: Enable DM_SERIAL, update distro usage and NAND layout ARM: omap3: evm: Sync with omap3_beagle c

[U-Boot] [RFC PATCH 1/3] ARM: omap3: beagle: Set 'mtdids' and 'mtdparts' in board file

2018-02-11 Thread Derald D. Woods
BeagleBoard 'xM' does not really have NAND. CONFIG_MTDIDS_DEFAULT and CONFIG_MTDPARTS_DEFAULT can/should be empty for 'xM'. This commit sets the defined values if they exist. Signed-off-by: Derald D. Woods --- board/ti/beagle/beagle.c | 8 1 file changed, 8 inserti

[U-Boot] [RFC PATCH 3/3] ARM: omap3: evm: Sync with omap3_beagle configuration

2018-02-11 Thread Derald D. Woods
: kernel 0x0060(6m) 0x002a 5: rootfs 0x0f76(-) 0x008a - Signed-off-by: Derald D. Woods --- configs/omap3_evm_defconfig | 25 +--- include/configs/omap3_evm.h | 71

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

2018-02-11 Thread Derald D. Woods
ges in the default NAND layout of MTDPARTS_DEFAULT and using ENV_IS_IN_FAT. More detail is provided with the patches. As most things are configurable now, this should not be an issue. I am trying to get simple defaults that just boot and expose the common core features. Derald D. Woods (3):

[U-Boot] [RFC PATCH 2/3] ARM: omap3: beagle: Enable DM_SERIAL, update distro usage and NAND layout

2018-02-11 Thread Derald D. Woods
n ramboot" or CONFIG_BOOTCOMMAND="run findfdt; run somethingelse" The use of 'run findfdt' is required. Signed-off-by: Derald D. Woods --- configs/omap3_beagle_defconfig | 29 - include/configs/omap3_beagle.h | 241 +++-

[U-Boot] [PATCH 2/2] ARM: omap3: evm: Remove CONFIG_SYS_NS16550_REG_SIZE undefine

2018-02-04 Thread Derald D. Woods
This commit removes an attempt to workaround a previous compilation warning that is is now fixed in "include/configs/ti_omap3_common.h". Signed-off-by: Derald D. Woods --- include/configs/omap3_evm.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/configs/omap3_evm.h

[U-Boot] [PATCH 1/2] ARM: omap3: ti_omap3_common: Fix CONFIG_SYS_NS16550_REG_SIZE compiler warning

2018-02-04 Thread Derald D. Woods
/ti_omap3_common.h:33:0: note: this is the location of the previous definition # define CONFIG_SYS_NS16550_REG_SIZE (-4) LD spl/drivers/serial/built-in.o ... ---8<------- Signed-off-by: Derald D. Woods --- include/conf

[U-Boot] [PATCH 0/2] ARM: omap3: evm: Fix serial driver compiler warnings

2018-02-04 Thread Derald D. Woods
This small series resolves compiler warnings that are generated when DM_SERIAL is enabled for OMAP3 boards using "include/configs/ti_omap3_common.h". Derald D. Woods (2): ARM: omap3: ti_omap3_common: Fix CONFIG_SYS_NS16550_REG_SIZE compiler warning ARM: omap3: e

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

2018-01-29 Thread Derald D. Woods
t one was not > probed correctly. > > Unfortunately, that breaks omap3_evm. So while investigating why that is > the case, let's disable the full search for everyone but bcm283x where it > is needed. > > Fixes: 608b0c4ad4e5ec0c ("serial: Use next serial device if probing fai

Re: [U-Boot] [U-Boot, v3, 01/15] serial: Use next serial device if probing fails

2018-01-28 Thread Derald D. Woods
On Sun, Jan 28, 2018 at 01:54:50PM -0500, Tom Rini wrote: > On Thu, Jan 25, 2018 at 12:05:42PM +0100, Alexander Graf wrote: > > > Currently our serial device search chokes on the fact that the serial > > probe function could fail. If it does, instead of searching for the next > > usable serial dev

[U-Boot] [PATCH v2] Convert CONFIG_SYS_BOOT_GET_{CMDLINE, KBD} to Kconfig

2018-01-22 Thread Derald D. Woods
This converts the following to Kconfig: CONFIG_SYS_BOOT_GET_CMDLINE CONFIG_SYS_BOOT_GET_KBD Signed-off-by: Derald D. Woods --- v2: - Drop selection for ARM --- Kconfig | 12 arch/Kconfig | 4 arch/m68k/include

[U-Boot] [PATCH 2/2] ARM: omap3: evm: Fix distro bootcmd UBIFS and MMC support

2018-01-20 Thread Derald D. Woods
boot/zImage fdt /boot/omap3-evm.dtb append console=ttyO0,115200n8 root=ubi0:rootfs rw ubi.mtd=rootfs noinitrd rootfstype=ubifs rootwait ---8<--- Fixes: a47ca2cf67 ("ARM: omap3: evm: Add kernel image loading fro

[U-Boot] [PATCH 1/2] distro bootcmd: Allow board defined UBI partition and volume names

2018-01-20 Thread Derald D. Woods
" \ BOOTENV [...] ---8<----------- Signed-off-by: Derald D. Woods --- include/config_distro_bootcmd.h | 15 ++- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/include/config_distro_bootcmd.h b/include/config_distro_bootcmd.h index 5c469a23fa..f567cebd38 1006

[U-Boot] [PATCH 0/2] ARM: omap3: evm: Fix distro bootcmd

2018-01-20 Thread Derald D. Woods
This series fixes an omap3_evm boot hang on master. It contains a patch to "config_distro_bootcmd.h" which allows board defined UBI partition and volume names. This is used by omap3_evm to eliminate some lines of code. Derald D. Woods (2): distro bootcmd: Allow board defined UBI par

[U-Boot] [PATCH] ARM: omap3: evm: Add kernel image loading from UBIFS and EXT4

2018-01-06 Thread Derald D. Woods
-evm.dtb append console=ttyO0,115200n8 root=/dev/mmcblk0p2 rw rootfstype=ext4 rootwait ---8<------- Signed-off-by: Derald D. Woods --- include/configs/omap3_evm.h | 57 +++-- 1 file cha

[U-Boot] [PATCH 2/2] ARM: dts: omap3-beagle{-xm}: Enable DM and devicetree for BeagleBoard

2017-12-29 Thread Derald D. Woods
This commit updates the configuration files needed to support OF_CONTROL on the OMAP3 BeagleBoard(s). --- board/ti/beagle/beagle.c | 11 configs/omap3_beagle_defconfig | 5 ++ include/configs/omap3_beagle.h | 145 +++-- 3 files changed, 69 insertio

[U-Boot] [PATCH 1/2] ARM: dts: omap3-beagle{-xm}: Add support for BeagleBoard

2017-12-29 Thread Derald D. Woods
This commit adds OMAP3 BeagleBoard devicetree files from Linux v4.15-rc5. This includes standard OMAP34XX board revisions as well as the 'xM' which is OMAP36XX. Signed-off-by: Derald D. Woods --- arch/arm/dts/Makefile | 5 + arch/arm/dts/omap3-beagle-u

[U-Boot] [PATCH 0/2] ARM: omap3-beagle{-xm}: evm: Add OF_CONTROL support

2017-12-29 Thread Derald D. Woods
--with-mode=thumb] Derald D. Woods (2): ARM: dts: omap3-beagle{-xm}: Add support for BeagleBoard ARM: dts: omap3-beagle{-xm}: Enable DM and devicetree for BeagleBoard arch/arm/dts/Makefile | 5 + arch/arm/dts/omap3-beagle-u-boot.dtsi | 29 ++ arch/arm/dts/omap3

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

2017-12-28 Thread Derald D. Woods
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, Tom Rini wrote: > > > On Thu, Dec 28, 2017 at 11:48:29AM -0600, Derald D. Woods wrote: > > > >

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

2017-12-28 Thread Derald D. Woods
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, Tom Rini wrote: > > > On Thu, Dec 28, 2017 at 11:48:29AM -0600, Derald D. Woods wrote: > > > >

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

2017-12-28 Thread Derald D. Woods
On Thu, Dec 28, 2017 at 01:43:43PM -0500, Tom Rini wrote: > On Thu, Dec 28, 2017 at 11:48:29AM -0600, Derald D. Woods wrote: > > On Thu, Dec 28, 2017 at 10:37:18AM -0500, Tom Rini wrote: > > > On Thu, Dec 28, 2017 at 01:25:43AM -0600, Derald D. Woods wrote: > > > &g

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

2017-12-28 Thread Derald D. Woods
On Thu, Dec 28, 2017 at 10:37:18AM -0500, Tom Rini wrote: > On Thu, Dec 28, 2017 at 01:25:43AM -0600, Derald D. Woods wrote: > > > This commit keeps the 'fdtaddr' as provided by DEFAULT_LINUX_BOOT_ENV. > > > > Signed-off-by: Derald D. Woods > > --- >

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

2017-12-27 Thread Derald D. Woods
This commit keeps the 'fdtaddr' as provided by DEFAULT_LINUX_BOOT_ENV. Signed-off-by: Derald D. Woods --- include/configs/omap3_evm.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/omap3_evm.h b/include/configs/omap3_evm.h index 629d60b961..d95ccdf035 100644 ---

[U-Boot] [PATCH] Convert CONFIG_SYS_BOOT_GET_{CMDLINE, KBD} to Kconfig

2017-12-27 Thread Derald D. Woods
This converts the following to Kconfig: CONFIG_SYS_BOOT_GET_CMDLINE CONFIG_SYS_BOOT_GET_KBD Additionally, ARM now selects CONFIG_SYS_BOOT_GET_CMDLINE. This enables the 'boot_get_cmdline' call to be reached from 'image_setup_linux' in "common/image.c&q

[U-Boot] [PATCH v4 2/3] ARM: dts: omap3-evm: Enable DM and devicetree for TMDSEVM{3530, 3730}

2017-12-27 Thread Derald D. Woods
This commit updates the configuration files needed to support OF_CONTROL on the OMAP3 EVM baseboard. Additionally: - CONFIG_SYS_THUMB_BUILD is enabled - CONFIG_SPL_ENV_SUPPORT is enabled Tested using GCC 7.2.0 [--with-float=hard --with-mode=thumb]. Signed-off-by: Derald D. Woods -- v4: - Fix

[U-Boot] [PATCH v3 2/3] ARM: dts: omap3-evm: Enable DM and devicetree for TMDSEVM{3530, 3730}

2017-12-27 Thread Derald D. Woods
-by: Derald D. Woods -- v3: - Remove CONFIG_SPL_EXT_SUPPORT from default config v2: - Added CONFIG_SPL_ENV_SUPPORT and CONFIG_SPL_EXT_SUPPORT - Bring back bus and filesystem commands previously dropped - Update commit message --- arch/arm/mach-omap2/omap3/Kconfig | 4 configs

Re: [U-Boot] [U-Boot, 2/3] ARM: dts: omap3-evm: Enable DM and devicetree for TMDSEVM{3530, 3730}

2017-12-27 Thread Derald D. Woods
On Wed, Dec 27, 2017 at 08:15:11AM -0500, Tom Rini wrote: > On Sat, Dec 16, 2017 at 08:36:06PM -0600, Derald D. Woods wrote: > > > This commit updates the configuration files needed to support OF_CONTROL > > on the OMAP3 EVM baseboard. > > > > Additionally: &

Re: [U-Boot] [PATCH 0/3] ARM: omap3: evm: Add OF_CONTROL support

2017-12-26 Thread Derald D. Woods
On Tue, Dec 26, 2017 at 11:14:55AM -0500, Tom Rini wrote: > On Mon, Dec 25, 2017 at 09:34:03PM -0600, Derald D. Woods wrote: > > On Sat, Dec 16, 2017 at 02:14:47PM -0600, Derald D. Woods wrote: > > > This series adds OF_CONTROL support for TMDSEVM{3530,3730} and > > > a

Re: [U-Boot] [PATCH 0/3] ARM: omap3: evm: Add OF_CONTROL support

2017-12-25 Thread Derald D. Woods
On Sat, Dec 16, 2017 at 02:14:47PM -0600, Derald D. Woods wrote: > This series adds OF_CONTROL support for TMDSEVM{3530,3730} and > additionally updates ethaddr setup with smc911x initialization. > > Devicetree files are taken from Linux v4.15-rc3. Note that this is the > fi

[U-Boot] [PATCH 2/3] ARM: dts: omap3-evm: Enable DM and devicetree for TMDSEVM{3530, 3730}

2017-12-16 Thread Derald D. Woods
-by: Derald D. Woods --- v2: - Added CONFIG_SPL_ENV_SUPPORT and CONFIG_SPL_EXT_SUPPORT - Bring back bus and filesystem commands previously dropped - Update commit message arch/arm/mach-omap2/omap3/Kconfig | 4 configs/omap3_evm_defconfig | 6 +- include/configs/omap3_evm.h

[U-Boot] OMAP34XX FDT, OF_CONTROL, and bootargs

2017-12-16 Thread Derald D. Woods
y. Thanks. Derald D. Woods ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

[U-Boot] [PATCH 3/3] ARM: omap3: evm: Refactor 'board_eth_init'

2017-12-16 Thread Derald D. Woods
This commit clears 'ethaddr' before calling 'smc911x_initialize' to allow the SROM MAC address to be assigned properly. Signed-off-by: Derald D. Woods --- board/ti/evm/evm.c | 24 +--- 1 file changed, 5 insertions(+), 19 deletions(-) diff --git a/board/

[U-Boot] [PATCH 2/3] ARM: dts: omap3-evm: Enable DM and devicetree for TMDSEVM{3530, 3730}

2017-12-16 Thread Derald D. Woods
This commit updates the configuration files needed to support OF_CONTROL on the OMAP3 EVM baseboard. Tested using GCC 7.2.0 [--with-float=hard --with-mode=thumb]. Signed-off-by: Derald D. Woods --- arch/arm/mach-omap2/omap3/Kconfig | 4 configs/omap3_evm_defconfig | 9

[U-Boot] [PATCH 1/3] ARM: dts: omap3-evm: Add support for TMDSEVM{3530, 3730}

2017-12-16 Thread Derald D. Woods
This commit adds OMAP3 EVM devicetree files from Linux v4.15-rc3. Note that this is the first addition of OMAP34XX devicetree files. Signed-off-by: Derald D. Woods --- arch/arm/dts/Makefile | 4 + arch/arm/dts/omap-gpmc-smsc911x.dtsi| 55 ++ arch/arm

[U-Boot] [PATCH 0/3] ARM: omap3: evm: Add OF_CONTROL support

2017-12-16 Thread Derald D. Woods
HCI 1.00 scanning bus 0 for devices... 1 USB Device(s) found Hit any key to stop autoboot: 0 OMAP3_EVM # echo $stdin;echo $stdout;echo $stderr serial@4806a000 serial@4806a000 serial@4806a000 --- 8< ----- Derald D. Woods (3): AR

[U-Boot] [PATCH] omap3: evm: Explicitly use DISTRO_DEFAULTS features at startup

2017-11-28 Thread Derald D. Woods
s followed. Signed-off-by: Derald D. Woods --- configs/omap3_evm_defconfig | 2 +- include/configs/omap3_evm.h | 94 - 2 files changed, 68 insertions(+), 28 deletions(-) diff --git a/configs/omap3_evm_defconfig b/configs/omap3_evm_defconfig index

Re: [U-Boot] [PATCH 2/2] ARM: omap3: am3517-evm: Add device tree and DM support

2017-09-20 Thread Derald D. Woods
On Tue, Sep 19, 2017 at 08:32:11PM -0500, Adam Ford wrote: > With the device tree ported from Linux 4.13, this enables > Driver Model and Device Tree support for the am3517-evm > > Signed-off-by: Adam Ford Tested-by: Derald D. Woods > --- > arch/arm/mach-omap2/om

Re: [U-Boot] [PATCH 1/2] arm: dts: am3517_evm: Sync DTS files with Linux 4.13-RC5

2017-09-20 Thread Derald D. Woods
o get to fixing them there, > and do a future re-sync at a later date. > > Signed-off-by: Adam Ford Tested-by: Derald D. Woods > --- > arch/arm/dts/am3517-evm-u-boot.dtsi | 12 > arch/arm/dts/am3517-evm.dts | 61 + > arch/arm/dts/am3517-u-boot.

[U-Boot] [PATCH v3] omap3: evm: Fixes for CONFIG_NAND, SPL_OS_BOOT, USB, and environment

2017-09-02 Thread Derald D. Woods
- Pass MTDPARTS kernel arguments to kernel - Use Kconfig CONFIG_NAND instead of CONFIG_SYS_EXTRA_OPTIONS="NAND" - Call 'usb_stop' on kernel start - Update Falcon mode setup to match other OMAP3 boards - Use "uEnv.txt" as boot script instead of "boot.scr" --- Changes in v3: - Fix subject 'PATCHi' -

[U-Boot] [PATCHi v2] omap3: evm: Fixes for CONFIG_NAND, SPL_OS_BOOT, USB, and environment

2017-09-02 Thread Derald D. Woods
- Pass MTDPARTS kernel arguments to kernel - Use Kconfig CONFIG_NAND instead of CONFIG_SYS_EXTRA_OPTIONS="NAND" - Call 'usb_stop' on kernel start - Update Falcon mode setup to match other OMAP3 boards - Use "uEnv.txt" as boot script instead of "boot.scr" --- Changes in v2: - Rebase with master on

Re: [U-Boot] [PATCH 2/2] omap3: am3517_evm: Enable TI_COMMON_CMD_OPTION

2017-08-28 Thread Derald D. Woods
On Tue, Aug 22, 2017 at 10:50:02AM -0500, Adam Ford wrote: > Enable TI_COMMON_CMD_OPTIONS and remove similar options > from the defconfig. Updated with savedefconfig. > > Signed-off-by: Adam Ford Tested-by: Derald D. Woods > --- > board/logicpd/am3517evm/Kconfig

Re: [U-Boot] [PATCH 1/2] ARM: OMAP3: am3517_evm: Move header to ti_omap3_common.h

2017-08-28 Thread Derald D. Woods
e EMIF4) are explictly defined > and a few items are undefined or redefined, but overall the number > of lines of code shink. > > Signed-off-by: Adam Ford Tested-by: Derald D. Woods > --- > include/configs/am3517_evm.h | 48 > +--

[U-Boot] [PATCH] omap3: evm: Fixes for CONFIG_NAND, SPL_OS_BOOT, USB, and environment

2017-08-28 Thread Derald D. Woods
- Pass MTDPARTS kernel arguments to kernel - Use Kconfig CONFIG_NAND instead of CONFIG_SYS_EXTRA_OPTIONS="NAND" - Call 'usb_stop' on kernel start - Update Falcon mode setup to match other OMAP3 boards - Use "uEnv.txt" as boot script instead of "boot.scr" --- board/ti/evm/evm.c | 20 ++

[U-Boot] [PATCH v3] omap3: evm: Update board, defconfig, and maintainer file

2017-08-05 Thread Derald D. Woods
This patch brings the OMAP3 EVM to a bootable state, on master, as of v2017.09-rc1. Signed-off-by: Derald D. Woods --- Changes in v3: - Update MAINTAINERS file - Update commit message Changes in v2: - Unset {EFI,ISO}_PARTITION - Unset EFI_LOADER - Unset SPL_EXT_SUPPORT - Unset THUMB_BUILD

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

2017-08-04 Thread Derald D. Woods
This patch brings the OMAP3 EVM to a bootable state, on master, as of v2017.09-rc1. Signed-off-by: Derald D. Woods --- Changes in v2: - Unset {EFI,ISO}_PARTITION - Unset EFI_LOADER - Unset SPL_EXT_SUPPORT - Unset THUMB_BUILD ** It does boot with THUMB_BUILD, it just should not be default

  1   2   >