public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v3 01/17] arm: socfpga: Enable ubi and ubifs support
@ 2015-12-22  7:32 Chin Liang See
  2015-12-22  7:32 ` [U-Boot] [PATCH v3 02/17] arm: socfpga: cyclone5: Undefine CONFIG_SPI_FLASH_USE_4K_SECTORS Chin Liang See
                   ` (16 more replies)
  0 siblings, 17 replies; 25+ messages in thread
From: Chin Liang See @ 2015-12-22  7:32 UTC (permalink / raw)
  To: u-boot

When QSPI and NAND is enabled, the ubi and ubifs support
will be enabled too.

Signed-off-by: Chin Liang See <clsee@altera.com>
Cc: Dinh Nguyen <dinguyen@opensource.altera.com>
Cc: Dinh Nguyen <dinh.linux@gmail.com>
Cc: Pavel Machek <pavel@denx.de>
Cc: Marek Vasut <marex@denx.de>
Cc: Stefan Roese <sr@denx.de>
---
Changes for v2
- move CONFIG_SPI_FLASH_USE_4K_SECTORS to Kconfig
---
 include/configs/socfpga_common.h | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/include/configs/socfpga_common.h b/include/configs/socfpga_common.h
index f7c0eb5..dfc3ed5 100644
--- a/include/configs/socfpga_common.h
+++ b/include/configs/socfpga_common.h
@@ -300,6 +300,14 @@ unsigned int cm_get_qspi_controller_clk_hz(void);
 				"- at 1536k(UBI)\0"
 #endif
 
+/* UBI and UBIFS support */
+#if defined(CONFIG_CMD_SF) || defined(CONFIG_CMD_NAND)
+#define CONFIG_CMD_UBI
+#define CONFIG_CMD_UBIFS
+#define CONFIG_RBTREE
+#define CONFIG_LZO
+#endif
+
 /*
  * SPL
  *
-- 
1.9.2.468.g3f0c02a

^ permalink raw reply related	[flat|nested] 25+ messages in thread

end of thread, other threads:[~2015-12-23  3:03 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-22  7:32 [U-Boot] [PATCH v3 01/17] arm: socfpga: Enable ubi and ubifs support Chin Liang See
2015-12-22  7:32 ` [U-Boot] [PATCH v3 02/17] arm: socfpga: cyclone5: Undefine CONFIG_SPI_FLASH_USE_4K_SECTORS Chin Liang See
2015-12-22  7:32 ` [U-Boot] [PATCH v3 03/17] arm: socfpga: arria5: " Chin Liang See
2015-12-22  7:32 ` [U-Boot] [PATCH v3 04/17] arm: socfpga: sockit: " Chin Liang See
2015-12-22 20:28   ` Marek Vasut
2015-12-23  0:21     ` Chin Liang See
2015-12-23  0:47       ` Marek Vasut
2015-12-23  1:36         ` Chin Liang See
2015-12-23  1:47           ` Marek Vasut
2015-12-23  2:57             ` Chin Liang See
2015-12-23  3:03               ` Marek Vasut
2015-12-22  7:32 ` [U-Boot] [PATCH v3 05/17] arm: socfpga: sr1500: " Chin Liang See
2015-12-22  7:32 ` [U-Boot] [PATCH v3 06/17] arm: socfpga: cyclone5_socdk: Enable ubiload console command Chin Liang See
2015-12-22  7:32 ` [U-Boot] [PATCH v3 07/17] arm: socfpga: arria5_socdk: " Chin Liang See
2015-12-22  7:32 ` [U-Boot] [PATCH v3 08/17] arm: socfpga: sockit: " Chin Liang See
2015-12-22  7:32 ` [U-Boot] [PATCH v3 09/17] arm: socfpga: sr1500: " Chin Liang See
2015-12-22  7:32 ` [U-Boot] [PATCH v3 10/17] arm: socfpga: cyclone5_socdk: Enable qspiload " Chin Liang See
2015-12-22  7:32 ` [U-Boot] [PATCH v3 11/17] arm: socfpga: arria5_socdk: " Chin Liang See
2015-12-22  7:32 ` [U-Boot] [PATCH v3 12/17] arm: socfpga: sockit: " Chin Liang See
2015-12-22  7:32 ` [U-Boot] [PATCH v3 13/17] arm: socfpga: sr1500: " Chin Liang See
2015-12-22  7:32 ` [U-Boot] [PATCH v3 14/17] arm: socfpga: cyclone5_socdk: Update qspiboot to use UBIFS Chin Liang See
2015-12-22  7:32 ` [U-Boot] [PATCH v3 15/17] arm: socfpga: arria5_socdk: " Chin Liang See
2015-12-22  7:32 ` [U-Boot] [PATCH v3 16/17] arm: socfpga: sockit: " Chin Liang See
2015-12-22  7:32 ` [U-Boot] [PATCH v3 17/17] arm: socfpga: sr1500: " Chin Liang See
2015-12-22 20:17 ` [U-Boot] [PATCH v3 01/17] arm: socfpga: Enable ubi and ubifs support Marek Vasut

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox