[U-Boot] [PATCH] mx53loco: Fix PMIC name
Robert Nelson
robertcnelson at gmail.com
Wed Jan 2 19:27:20 CET 2013
On Wed, Dec 26, 2012 at 11:51 AM, Robert Nelson <robertcnelson at gmail.com> wrote:
> On Wed, Dec 26, 2012 at 11:21 AM, Fabio Estevam <festevam at gmail.com> wrote:
>> On Wed, Dec 26, 2012 at 3:08 PM, Robert Nelson <robertcnelson at gmail.com> wrote:
>>
>>> I'll keep debugging it here, did reverting this commit, help with the resets?
>>> http://git.denx.de/?p=u-boot.git;a=commit;h=28e5ac2d974547bde0c72aa0c1d66fd22c6ef3ad
>>
>> Tried reverting it and still see the data-aborts.
>>
>> I am also testing on my mx53loco board with the mc34708 pmic and I see
>> that it hangs on boot about 10% of the attempts:
>> U-Boot 2013.01-rc2-00172-gf8cfcf1-dirty (Dec 26 2012 - 15:15:27)
>>
>> Board: MX53 LOCO
>> I2C: ready
>> DRAM: 1 GiB
>> MMC: FSL_SDHC: 0, FSL_SDHC: 1
>>
>> This did not happen prior to commit c73368150 (pmic: Extend PMIC
>> framework to support multiple instances
>> of PMIC devices).
>
> Okay, now we are on the same page, upgraded to:
> "arm-linux-gnueabihf-gcc (crosstool-NG
> linaro-1.13.1-4.7-2012.12-20121214 - Linaro GCC 2012.12) 4.7.3
> 20121205 (prerelease)"..
>
> With your Dialog patch, it is properly setting 1Ghz, and just keeps
> rebooting.. :)
>
> U-Boot 2013.01-rc2-00173-ga0d04f3 (Dec 26 2012 - 11:47:34)
>
> Board: MX53 LOCO
> I2C: ready
> DRAM: 1 GiB
> MMC: FSL_SDHC: 0, FSL_SDHC: 1
> *** Warning - bad CRC, using default environment
> In: serial
> Out: serial
> Err: serial
> CPU: Freescale i.MX53 family rev2.0 at 1000 MHz
> Reset cause: WDOG
> Net: FEC
> Warning: FEC using MAC address from net device
>
> Hit any key to stop autoboot: 0
>
> data abort
> MAYBE you should read doc/README.arm-unaligned-accesses
> pc : [<aff72250>] lr : [<aff72228>]
> sp : af565d68 ip : fffffff4 fp : 00000000
> r10: 00000003 r9 : affab8d9 r8 : af565f58
> r7 : 00000000 r6 : e5bc345d r5 : af6df330 r4 : e5bc345d
> r3 : af6df334 r2 : af6df333 r1 : 00000000 r0 : af6df330
> Flags: nzCv IRQs off FIQs off Mode SVC_32
>
> Resetting CPU ...
> resetting ...
Okay success on another bisect run to find what was causing the Data
Abort with linaro's gcc toolchain..
gcc version 4.7.3 20121205 (prerelease) (crosstool-NG
linaro-1.13.1-4.7-2012.12-20121214 - Linaro GCC 2012.12)
Reverting, Troy's last 4 imximage changes:
ab857f2613be39274d0870768720067ff9d859c0 (imximage: make
set_imx_hdr_v1/v2 easier to read)
ad0826dcd81ba6cf4cc93a4ca8337e1bc676c238 (imximage: change parameters
to set_imx_hdr)
243319825fa6e79885d57b6b78e72f3fe10ef69c (imximage: delay setting of image size)
348ca8efb79652d2b259fbd0ed6d317a77a8cbb9 (imximage: fix size of image
to load.) (this was the first bad bisect, the previous 3 are needed
for a clean revert)
Along with Fabio's "mx53loco: Call PMIC related functions from
board_late_init()"
The Dialog based mx53loco is no operating correctly with linaro's toolchain...
U-Boot 2013.01-rc2-00176-gbc67175-dirty (Jan 02 2013 - 12:14:51)
Board: MX53 LOCO
I2C: ready
DRAM: 1 GiB
MMC: FSL_SDHC: 0, FSL_SDHC: 1
*** Warning - bad CRC, using default environment
In: serial
Out: serial
Err: serial
CPU: Freescale i.MX53 family rev2.0 at 1000 MHz
Reset cause: POR
Net: FEC
Warning: FEC using MAC address from net device
Hit any key to stop autoboot: 0
mmc0 is current device
** Unrecognized filesystem type **
** Unrecognized filesystem type **
Booting from net ...
BOOTP broadcast 1
Regards,
--
Robert Nelson
http://www.rcn-ee.com/
More information about the U-Boot
mailing list