From: Sourav Poddar <sourav.poddar@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [UBOOT][PATCH 0/5] qspi: Add AM437x support
Date: Thu, 19 Dec 2013 16:46:34 +0530 [thread overview]
Message-ID: <52B2D592.9020407@ti.com> (raw)
In-Reply-To: <CAD6G_RS_JfsR9su6nTj2XazFaKxcRG+3BgocvL3D_MHfxcGG4Q@mail.gmail.com>
On Thursday 19 December 2013 02:50 PM, Jagan Teki wrote:
> On Thu, Dec 19, 2013 at 2:28 PM, Sourav Poddar<sourav.poddar@ti.com> wrote:
>> On Thursday 19 December 2013 02:21 PM, Jagan Teki wrote:
>>> On Thu, Dec 19, 2013 at 2:17 PM, Sourav Poddar<sourav.poddar@ti.com>
>>> wrote:
>>>> On Thursday 19 December 2013 12:49 PM, Jagan Teki wrote:
>>>>> On Thu, Dec 19, 2013 at 12:37 PM, Sourav Poddar<sourav.poddar@ti.com>
>>>>> wrote:
>>>>>> On Thursday 19 December 2013 12:24 PM, Jagan Teki wrote:
>>>>>>> On Mon, Nov 25, 2013 at 4:28 PM, Sourav Poddar<sourav.poddar@ti.com>
>>>>>>> wrote:
>>>>>>>> Hi Jagan,
>>>>>>>>
>>>>>>>> On Thursday 14 November 2013 09:09 PM, Sourav Poddar wrote:
>>>>>>>>> The patch series add support for enabling qspi
>>>>>>>>> on AM43xx at uboot.
>>>>>>>>>
>>>>>>>>> Testing done:
>>>>>>>>> -------------
>>>>>>>>> Wrote a uImage to the flash, read it back and boot the
>>>>>>>>> kernel.
>>>>>>>>>
>>>>>>>>> Jagannadha Sutradharudu Teki (1):
>>>>>>>>> sf: macronix: Add support for MX25L51235F
>>>>>>>>>
>>>>>>>>> Sourav Poddar (4):
>>>>>>>>> am43xx: add qspi support
>>>>>>>>> am437x_epos_evm: add SPL API, QSPI, and serial flash support
>>>>>>>>> qspi/spi: Add AM43xx specifics changes
>>>>>>>>> am43xx: add delay before xfer
>>>>>>>>>
>>>>>>>>> arch/arm/cpu/armv7/am33xx/clock_am43xx.c | 1 +
>>>>>>>>> arch/arm/include/asm/arch-am33xx/cpu.h | 4 +++-
>>>>>>>>> arch/arm/include/asm/arch-am33xx/omap.h | 1 +
>>>>>>>>> board/ti/am43xx/mux.c | 11 +++++++++++
>>>>>>>>> drivers/mtd/spi/sf_probe.c | 2 ++
>>>>>>>>> drivers/spi/ti_qspi.c | 29
>>>>>>>>> ++++++++++++++++++++++++++---
>>>>>>>>> include/configs/am43xx_evm.h | 20
>>>>>>>>> ++++++++++++++++++++
>>>>>>>>> 7 files changed, 64 insertions(+), 4 deletions(-)
>>>>>>>>>
>>>>>>>> If these patches seems fine to you, can these be picked?
>>>>>>> Please send the next version patches - fix the comments as we
>>>>>>> discussed
>>>>>>> so
>>>>>>> far.
>>>>>>>
>>>>>> I will send the next version.
>>>>>> But, what about the delay patch, I tried other stuffs but could not see
>>>>>> any
>>>>>> thing
>>>>>> that helps.
>>>>>> So, I will send the delay patch also as of now, to make it work out of
>>>>>> mainline.
>>>>> I am some how OK with that as that change is in ur driver..
>>>>>
>>>>> Just try this change
>>>>> /* FIXME: comments here... */
>>>>> +#ifdef CONFIG_AM43XX
>>>>> + udelay(100);
>>>>> +#endif
>>>>>
>>>>> And also write the bug log on commit message(means with out delay)
>>>>>
>>>>> Try to ass the testing logs on doc/ - for each time you tested a new
>>>>> flash or new driver.
>>>>>
>>>> Jagan,
>>>>
>>>> Just realised that this patches depends on AM43x base patches which are
>>>> in
>>>> ti-uboot mainline tree. So, what should I do in that case. ?
>>> Send all of them together..!
>>>
>> So, I should send all the base patches also?
> am43xx_evm is already available - all patches means related to spi for
> this board.
> If OK then send
>
>> Note: These dependendt patches are already there in tom ti-uboot mainline
>> tree.
>>
>>
I am getting this error while building with this patches
drivers/spi/built-in.o: In function `spi_setup_slave':
/home/a0131647/clone/u-boot/drivers/spi/ti_qspi.c:180: undefined
reference to `gpio_request'
/home/a0131647/clone/u-boot/drivers/spi/ti_qspi.c:181: undefined
reference to `gpio_direction_output'
arm-linux-gnueabihf-ld.bfd: BFD (crosstool-NG
linaro-1.13.1-4.7-2013.03-20130313 - Linaro GCC 2013.03) 2.23.1
assertion fail
/cbuild/slaves/oorts/crosstool-ng/builds/arm-linux-gnueabihf-linux/.build/src/binutils-2.23.1/bfd/elf32-arm.c:7677
arm-linux-gnueabihf-ld.bfd: BFD (crosstool-NG
linaro-1.13.1-4.7-2013.03-20130313 - Linaro GCC 2013.03) 2.23.1
assertion fail
/cbuild/slaves/oorts/crosstool-ng/builds/arm-linux-gnueabihf-linux/.build/src/binutils-2.23.1/bfd/elf32-arm.c:7677
arm-linux-gnueabihf-ld.bfd: error: required section '.rel.plt' not found
in the linker script
arm-linux-gnueabihf-ld.bfd: final link failed: Invalid operation
I think there is something else that need to be merged from ti-uboot
tree as I am not facing this
issue there
prev parent reply other threads:[~2013-12-19 11:16 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-11-14 15:39 [U-Boot] [UBOOT][PATCH 0/5] qspi: Add AM437x support Sourav Poddar
2013-11-14 15:39 ` [U-Boot] [UBOOT][PATCH 1/5] am43xx: add qspi support Sourav Poddar
2013-11-14 15:39 ` [U-Boot] [UBOOT][PATCH 2/5] am437x_epos_evm: add SPL API, QSPI, and serial flash support Sourav Poddar
2013-11-14 15:39 ` [U-Boot] [UBOOT][PATCH 3/5] sf: macronix: Add support for MX66L51235F Sourav Poddar
2013-12-18 18:51 ` Jagan Teki
2013-12-19 5:03 ` Sourav Poddar
2013-12-19 5:52 ` Jagan Teki
2013-12-19 5:54 ` Sourav Poddar
2013-12-19 5:58 ` Jagan Teki
2013-11-14 15:39 ` [U-Boot] [UBOOT][PATCH 4/5] qspi/spi: Add AM43xx specifics changes Sourav Poddar
2013-11-14 15:39 ` [U-Boot] [UBOOT][PATCH 5/5] am43xx: add delay before xfer Sourav Poddar
2013-12-18 18:47 ` Jagan Teki
2013-12-19 5:05 ` Sourav Poddar
2013-12-19 5:54 ` Jagan Teki
2013-12-19 5:54 ` Sourav Poddar
2013-12-19 6:07 ` Jagan Teki
2013-11-15 4:39 ` [U-Boot] [UBOOT][PATCH 0/5] qspi: Add AM437x support Sourav Poddar
2013-11-25 10:58 ` Sourav Poddar
2013-12-19 6:54 ` Jagan Teki
2013-12-19 7:07 ` Sourav Poddar
2013-12-19 7:19 ` Jagan Teki
2013-12-19 7:20 ` Sourav Poddar
2013-12-19 8:47 ` Sourav Poddar
2013-12-19 8:51 ` Jagan Teki
2013-12-19 8:58 ` Sourav Poddar
2013-12-19 9:17 ` Jagan Teki
2013-12-19 9:20 ` Jagan Teki
2013-12-19 9:23 ` Sourav Poddar
2013-12-19 11:16 ` Sourav Poddar [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=52B2D592.9020407@ti.com \
--to=sourav.poddar@ti.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.