All of lore.kernel.org
 help / color / mirror / Atom feed
From: Otavio Salvador <otavio@ossystems.com.br>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 2/5] rv1108: Enable BOUNCE_BUFFER
Date: Tue, 20 Nov 2018 16:55:31 -0200	[thread overview]
Message-ID: <20181120185535.11822-3-otavio@ossystems.com.br> (raw)
In-Reply-To: <20181120185535.11822-1-otavio@ossystems.com.br>

In order to be able to build the Rockchip eMMC driver on rv1108, the
BOUNCE_BUFFER option needs to be selected. Select it like it is done
on the other Rockchip SoC common files.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---

Changes in v2:
- new patch

 include/configs/rv1108_common.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/include/configs/rv1108_common.h b/include/configs/rv1108_common.h
index 2ab3b85e0c..cc0384e2f4 100644
--- a/include/configs/rv1108_common.h
+++ b/include/configs/rv1108_common.h
@@ -17,6 +17,9 @@
 #define CONFIG_SYS_TIMER_BASE		0x10350020
 #define CONFIG_SYS_TIMER_COUNTER	(CONFIG_SYS_TIMER_BASE + 8)
 
+/* MMC/SD IP block */
+#define CONFIG_BOUNCE_BUFFER
+
 #define CONFIG_SYS_SDRAM_BASE		0x60000000
 #define CONFIG_SYS_INIT_SP_ADDR		(CONFIG_SYS_TEXT_BASE + 0x100000)
 #define CONFIG_SYS_LOAD_ADDR		(CONFIG_SYS_SDRAM_BASE + 0x2000000)
-- 
2.19.1

  parent reply	other threads:[~2018-11-20 18:55 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-20 18:55 [U-Boot] [PATCH v2 0/5] Submit upstream changes made while porting a customer board to mainline Otavio Salvador
2018-11-20 18:55 ` [U-Boot] [PATCH v2 1/5] clk_rv1108: Sync with vendor tree Otavio Salvador
2018-11-27  1:43   ` Andy Yan
2018-11-27  9:46     ` Otavio Salvador
2018-11-30  3:39     ` vicent.chi at rock-chips.com
2018-11-30  9:58       ` Otavio Salvador
2018-11-30 10:37         ` Otavio Salvador
2018-11-30 11:18           ` Philipp Tomsich
2018-11-30 11:24             ` Otavio Salvador
2018-11-30 11:26               ` Philipp Tomsich
2018-11-20 18:55 ` Otavio Salvador [this message]
2018-11-27  1:45   ` [U-Boot] [PATCH v2 2/5] rv1108: Enable BOUNCE_BUFFER Andy Yan
2018-11-20 18:55 ` [U-Boot] [PATCH v2 3/5] rv1108: Enable eMMC support Otavio Salvador
2018-11-26 16:18   ` Otavio Salvador
2018-11-27  1:56     ` Andy Yan
2018-11-27  1:59       ` Philipp Tomsich
2018-11-27  1:51   ` Andy Yan
2018-11-27  9:33     ` Otavio Salvador
2018-11-20 18:55 ` [U-Boot] [PATCH v2 4/5] rv1108: Make USB OTG functional Otavio Salvador
2018-11-27  1:54   ` Andy Yan
2018-11-20 18:55 ` [U-Boot] [PATCH v2 5/5] rv1108: Add support for default distro_bootcmd Otavio Salvador
2018-11-27  1:55   ` Andy Yan

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=20181120185535.11822-3-otavio@ossystems.com.br \
    --to=otavio@ossystems.com.br \
    --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.