2014-07-30 05:08:14 +00:00
CONFIG_ARM=y
2021-08-28 01:18:30 +00:00
CONFIG_SKIP_LOWLEVEL_INIT=y
2018-10-26 12:40:53 +00:00
CONFIG_SYS_THUMB_BUILD=y
2017-03-14 01:41:36 +00:00
CONFIG_ARCH_VF610=y
2018-02-03 17:10:38 +00:00
CONFIG_SYS_TEXT_BASE=0x3f401000
2021-11-01 12:19:22 +00:00
CONFIG_SYS_MALLOC_LEN=0x202000
2022-04-07 16:33:23 +00:00
CONFIG_SYS_MALLOC_F_LEN=0x400
2020-08-10 19:31:07 +00:00
CONFIG_NR_DRAM_BANKS=1
2019-11-19 01:02:10 +00:00
CONFIG_ENV_SIZE=0x2000
CONFIG_ENV_OFFSET=0xC0000
2021-08-19 03:12:33 +00:00
CONFIG_SYS_I2C_MXC_I2C1=y
CONFIG_SYS_I2C_MXC_I2C2=y
2020-01-22 18:38:00 +00:00
CONFIG_DM_GPIO=y
2020-07-28 12:46:52 +00:00
CONFIG_DEFAULT_DEVICE_TREE="vf610-twr"
2022-04-08 17:36:51 +00:00
CONFIG_SYS_LOAD_ADDR=0x82000000
2022-04-01 14:33:18 +00:00
CONFIG_SYS_MEMTEST_START=0x80010000
CONFIG_SYS_MEMTEST_END=0x87c00000
2022-03-30 22:07:11 +00:00
CONFIG_HAS_BOARD_SIZE_LIMIT=y
CONFIG_BOARD_SIZE_LIMIT=520192
2016-06-07 06:31:14 +00:00
CONFIG_BOOTDELAY=3
2021-11-10 14:11:40 +00:00
CONFIG_USE_BOOTCOMMAND=y
CONFIG_BOOTCOMMAND="mmc dev ${mmcdev}; if mmc rescan; then if run loadbootscript; then run bootscript; else if run loadimage; then run mmcboot; else run netboot; fi; fi; else run netboot; fi"
printk: collect printk stuff into <linux/printk.h> with loglevel support
When we import code from Linux, with regular re-sync planned, we want
to use printk() and pr_*(). U-Boot does not support them in a clean
way. So, people end up with local macros, or compat headers here and
there, then we occasionally see build errors of definition conflicts.
We have include/linux/compat.h, but putting all sorts of unrelated
things into a single header is just a temporal workaround. Hence this
patch, to find the best home for all printk variants. If you want to
use printk() and friends, please include <linux/printk.h>. This header
is self-contained, and pulls in only a few headers.
When I was testing this clean-up, I noticed the image size exceeded
its platform limit on some boards. This is because all pr_*() that
were previously defined as no-op in include/linux/mtd/mtd.h (unless
CONFIG_MTD_DEBUG is set), are now enabled.
To make such boards happy, this commit also implements CONFIG_LOGLEVEL.
The concept is similar to the kernel parameter "loglevel". (Actually,
the Kconfig help message was taken from kernel-paremeter.txt of Linux)
Messages with a loglevel smaller than console loglevel will be printed.
The difference is the loglevel is build-time determined. To save the
image size, lower priority pr_*() are compiled out. I set the default
of CONFIG_LOGLEVEL to 6, i.e. pr_notice and higher priority messages
are compiled in.
I adjusted CONFIG_LOGLEVEL to avoid build error for some boards.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
[trini: Add in SPL_LOGLEVEL that is the same as LOGLEVEL]
Signed-off-by: Tom Rini <trini@konsulko.com>
2017-09-16 05:10:40 +00:00
CONFIG_LOGLEVEL=3
2017-01-23 20:31:20 +00:00
CONFIG_BOARD_EARLY_INIT_F=y
2016-04-22 01:37:19 +00:00
CONFIG_HUSH_PARSER=y
2018-02-06 13:58:59 +00:00
# CONFIG_CMDLINE_EDITING is not set
# CONFIG_AUTO_COMPLETE is not set
2022-05-11 22:01:06 +00:00
CONFIG_SYS_CBSIZE=256
2022-05-11 21:38:09 +00:00
CONFIG_SYS_PBSIZE=276
2016-04-24 21:29:26 +00:00
CONFIG_CMD_BOOTZ=y
2016-04-22 20:41:25 +00:00
CONFIG_CMD_MEMTEST=y
2017-05-17 09:25:22 +00:00
CONFIG_CMD_FUSE=y
2016-01-27 05:01:50 +00:00
CONFIG_CMD_GPIO=y
2017-08-14 23:58:53 +00:00
CONFIG_CMD_I2C=y
CONFIG_CMD_MMC=y
CONFIG_CMD_NAND_TRIMFFS=y
2015-06-22 21:15:30 +00:00
# CONFIG_CMD_SETEXPR is not set
2016-04-22 20:41:25 +00:00
CONFIG_CMD_DHCP=y
2016-04-24 21:29:26 +00:00
CONFIG_CMD_MII=y
2016-04-22 20:41:25 +00:00
CONFIG_CMD_PING=y
2016-04-24 21:29:26 +00:00
CONFIG_CMD_FAT=y
2017-10-22 21:55:07 +00:00
CONFIG_MTDIDS_DEFAULT="nand0=fsl_nfc"
CONFIG_MTDPARTS_DEFAULT="mtdparts=fsl_nfc:128k(vf-bcb)ro,1408k(u-boot)ro,512k(u-boot-env),4m(kernel),512k(fdt),-(rootfs)"
2016-09-21 05:58:19 +00:00
CONFIG_CMD_UBI=y
2016-01-27 05:01:50 +00:00
CONFIG_OF_CONTROL=y
2020-07-03 11:48:56 +00:00
CONFIG_ENV_OVERWRITE=y
2017-08-28 11:16:32 +00:00
CONFIG_ENV_IS_IN_MMC=y
2019-11-13 03:46:36 +00:00
CONFIG_SYS_RELOC_GD_ENV_ADDR=y
2016-01-27 05:01:50 +00:00
CONFIG_DM=y
CONFIG_VYBRID_GPIO=y
2021-08-19 03:12:24 +00:00
CONFIG_SYS_I2C_LEGACY=y
2021-08-19 03:12:33 +00:00
CONFIG_SYS_I2C_MXC=y
2019-06-21 03:42:28 +00:00
CONFIG_FSL_ESDHC_IMX=y
2019-12-04 22:18:38 +00:00
CONFIG_MTD=y
2015-05-08 17:07:11 +00:00
CONFIG_NAND_VF610_NFC=y
2021-09-22 18:50:34 +00:00
CONFIG_SYS_NAND_ONFI_DETECTION=y
2015-05-08 17:07:11 +00:00
CONFIG_SYS_NAND_BUSWIDTH_16BIT=y
2017-08-02 00:19:59 +00:00
CONFIG_PHYLIB=y
2017-08-02 00:20:00 +00:00
CONFIG_PHY_MICREL=y
2019-03-06 12:48:27 +00:00
CONFIG_PHY_MICREL_KSZ8XXX=y
2022-03-11 14:12:08 +00:00
CONFIG_DM_ETH=y
2021-10-31 03:03:52 +00:00
CONFIG_FEC_MXC=y
2018-07-21 04:03:57 +00:00
CONFIG_MII=y
2016-09-08 20:11:59 +00:00
CONFIG_DM_SERIAL=y
2016-01-14 03:39:00 +00:00
CONFIG_FSL_LPUART=y