From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-10.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1A103C48BCF for ; Sat, 12 Jun 2021 23:58:37 +0000 (UTC) Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 9AC126109E for ; Sat, 12 Jun 2021 23:58:34 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 9AC126109E Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=orangecms.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 8E42380808; Sun, 13 Jun 2021 01:58:20 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=orangecms.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Received: by phobos.denx.de (Postfix, from userid 109) id 3B49B80377; Sat, 12 Jun 2021 21:16:45 +0200 (CEST) Received: from wp010.webpack.hosteurope.de (wp010.webpack.hosteurope.de [IPv6:2a01:488:42:1000:50ed:8411::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 70AE2800C1 for ; Sat, 12 Jun 2021 21:16:42 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=orangecms.org Authentication-Results: phobos.denx.de; spf=none smtp.mailfrom=info@orangecms.org Received: from [5.147.49.95] (helo=[192.168.11.213]); authenticated by wp010.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) id 1ls97a-0003h4-17; Sat, 12 Jun 2021 21:16:42 +0200 To: u-boot@lists.denx.de From: Daniel Maslowski Subject: Cannot build with SPI_SUNXI Message-ID: <4cc336ac-08bf-88ac-522b-e8cf82ca8e32@orangecms.org> Date: Sat, 12 Jun 2021 21:16:38 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.10.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-bounce-key: webpack.hosteurope.de;info@orangecms.org;1623525402;9fff0dd4; X-HE-SMSGID: 1ls97a-0003h4-17 X-Mailman-Approved-At: Sun, 13 Jun 2021 01:58:17 +0200 X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.34 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.2 at phobos.denx.de X-Virus-Status: Clean Hi there, I am trying to get an OLinuXino-A64 board with a SPI flash to work: - U-Boot in the SPI flash, with TF-A, SPL and DTB - Linux in the SPI flash, loaded and run by U-Boot I can build U-Boot with SPI_SUNXI_SPL just fine. It boots from the flash, and jumping to regular U-Boot works, too. However, the second U-Boot no longer recognizes the SPI bus. I figured out that there is a dedicated option `CONFIG_SPI_SUNXI`. Now when I activate that and try to build again, the linker is having trouble finding core device driver functions: MKIMAGE u-boot-dtb.img COPY u-boot.bin CC spl/common/spl/spl.o CC spl/lib/display_options.o CC spl/drivers/spi/spi-sunxi.o AR spl/lib/built-in.o AR spl/common/spl/built-in.o AR spl/drivers/spi/built-in.o AR spl/drivers/built-in.o LD spl/u-boot-spl drivers/spi/spi-sunxi.o: In function `sun4i_spi_set_mode': /home/bob/build/racklet/olinuxino-a64/u-boot/drivers/spi/spi-sunxi.c:459: undefined reference to `dev_get_priv' drivers/spi/spi-sunxi.o: In function `sun4i_spi_set_cs': /home/bob/build/racklet/olinuxino-a64/u-boot/drivers/spi/spi-sunxi.c:167: undefined reference to `dev_get_priv' drivers/spi/spi-sunxi.o: In function `sun4i_spi_release_bus': /home/bob/build/racklet/olinuxino-a64/u-boot/drivers/spi/spi-sunxi.c:329: undefined reference to `dev_get_priv' and so on. I am using the U-Boot config and patch for SPI flash in DTS and defconfig in here: https://github.com/orangecms/arm-cpu/tree/main/olinuxino-a64 I'd be glad to get this to work; any hint is welcome. :) Thanks and stay safe! Dan -- Daniel Maslowski # IT'S TINY, QUICK & ORANGE # # https://www.orangecms.org # Twentmannstr. 56 D-45141 Essen Germany