This project is mirrored from https://github.com/u-boot/u-boot.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- Apr 08, 2018
-
-
Mario Six authored
Migrate the CONFIG_SYS_ALT_MEMTEST option to Kconfig. Signed-off-by:
Mario Six <mario.six@gdsys.cc> [trini: Re-run migration after also including CMD_MEMTEST] Signed-off-by:
Tom Rini <trini@konsulko.com>
-
- Apr 06, 2018
-
-
Alex Kiernan authored
This converts CONFIG_SPL_AM33XX_ENABLE_RTC32K_OSC to Kconfig Signed-off-by:
Alex Kiernan <alex.kiernan@gmail.com>
-
- Mar 24, 2018
-
-
Petr Vorel authored
Signed-off-by:
Petr Vorel <petr.vorel@gmail.com>
-
Petr Vorel authored
Introduce another difference from upstream (kernel) source in fs/ubifs/super.c: adding preprocessor condition as y variable in mount_ubifs() depends on CONFIG_UBIFS_SILENCE_MSG: fs/ubifs/super.c:1337:15: error: variable ?y? set but not used [-Werror=unused-but-set-variable] long long x, y; Not setting CONFIG_UBIFS_SILENCE_MSG in am335x_igep003x_defconfig and igep0032_defconfig. Although it was defined in their config headers, it depends on CMD_UBIFS which is not set for them. Signed-off-by:
Petr Vorel <petr.vorel@gmail.com> Cc: Joe Hershberger <joe.hershberger@ni.com> Cc: Heiko Schocher <hs@denx.de>
-
- Mar 13, 2018
-
-
Stefan Mavrodiev authored
CONFIG_PHY_ADDR is used for old-style configuration. This makes impossible changing the PHY address, if multiple boards share a same config header file (for example include/configs/sunxi-common.h). Moving this to Kconfig helps overcoming this issue. It's defined as entry inside PHYLIB section. After the implemention, moveconfig was run. The issues are: - edb9315a - CONFIG_PHYLIB is not enabled. Entry is deleted. - ds414 - CONFIG_PHYLIB is in incompatible format: { 0x1, 0x0 }. This entry is also deleted. - devkit3250 - The PHY_ADDR is in hex format (0x1F). Manually CONFIG_PHY_ADDR=31 is added in the defconfig. After the changes the suspicious defconfigs passes building. Signed-off-by:
Stefan Mavrodiev <stefan@olimex.com> Acked-by:
Maxime Ripard <maxime.ripard@free-electrons.com> [jagan: rebased on master] Signed-off-by:
Jagan Teki <jagan@amarulasolutions.com> Reviewed-by:
Jagan Teki <jagan@openedev.com>
-
- Feb 24, 2018
-
-
Alex Kiernan authored
Integrate Boot counter for Atmel AT91SAM9XE into Kconfig Reviewed-by:
Lukasz Majewski <lukma@denx.de> Signed-off-by:
Alex Kiernan <alex.kiernan@gmail.com>
-
Alex Kiernan authored
This converts the following to Kconfig: CONFIG_BOOTCOUNT_EXT Signed-off-by:
Alex Kiernan <alex.kiernan@gmail.com>
-
Alex Kiernan authored
This converts the following to Kconfig: CONFIG_BOOTCOUNT_I2C Signed-off-by:
Alex Kiernan <alex.kiernan@gmail.com> Reviewed-by:
Lukasz Majewski <lukma@denx.de>
-
Alex Kiernan authored
This converts the following to Kconfig: CONFIG_BOOTCOUNT_RAM Signed-off-by:
Alex Kiernan <alex.kiernan@gmail.com> Reviewed-by:
Lukasz Majewski <lukma@denx.de>
-
Alex Kiernan authored
This converts the following to Kconfig: CONFIG_BOOTCOUNT_ENV Signed-off-by:
Alex Kiernan <alex.kiernan@gmail.com> Reviewed-by:
Lukasz Majewski <lukma@denx.de>
-
Alex Kiernan authored
This converts the following to Kconfig: CONFIG_BOOTCOUNT_AM33XX Reviewed-by:
Lukasz Majewski <lukma@denx.de> Reviewed-by:
Hannes Schmelzer <hannes.schmelzer@br-automation.com> Acked-by:
Hannes Schmelzer <hannes.schmelzer@br-automation.com> Signed-off-by:
Alex Kiernan <alex.kiernan@gmail.com>
-
Adam Ford authored
This converts the following to Kconfig: CONFIG_BOOTP_BOOTPATH CONFIG_BOOTP_DNS CONFIG_BOOTP_GATEWAY CONFIG_BOOTP_HOSTNAME CONFIG_BOOTP_PXE CONFIG_BOOTP_SUBNETMASK CONFIG_CMDLINE_EDITING CONFIG_AUTO_COMPLETE CONFIG_SYS_LONGHELP CONFIG_SUPPORT_RAW_INITRD CONFIG_ENV_VARS_UBOOT_CONFIG Signed-off-by:
Adam Ford <aford173@gmail.com> [trini: Re-run the migration] Signed-off-by:
Tom Rini <trini@konsulko.com>
-
- Feb 21, 2018
-
-
Marek Vasut authored
Do the following to make the symbol names less confusing. sed -i "s/\([TU][^_]\+\)_FUNCTION_DFU/DFU_OVER_\1/g" \ `git grep _FUNCTION_DFU | cut -d ":" -f 1 | sort -u` Signed-off-by:
Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Lukasz Majewski <lukma@denx.de>
-
- Feb 15, 2018
-
-
Lukasz Majewski authored
This converts the following to Kconfig: CONFIG_BOOTCOUNT_LIMIT Signed-off-by:
Lukasz Majewski <lukma@denx.de> Tested-by:
Alex Kiernan <alex.kiernan@gmail.com> Reviewed-by:
Hannes Schmelzer <hannes.schmelzer@br-automation.com> Acked-by:
Hannes Schmelzer <hannes.schmelzer@br-automation.com>
-
- Feb 14, 2018
-
-
Tom Rini authored
Migrate the option CONFIG_SPL_FRAMEWORK and make this gate most of the current set of options we have in Kconfig. We will need to have some options available for SPL and !SPL_FRAMEWORK so this is important. In a few cases we re-order existing options so that we have less escapes from the SPL_FRAMEWORK guard. Signed-off-by:
Tom Rini <trini@konsulko.com>
-
Tuomas Tynkkynen authored
Signed-off-by:
Tuomas Tynkkynen <tuomas@tuxera.com>
-
Tuomas Tynkkynen authored
Signed-off-by:
Tuomas Tynkkynen <tuomas@tuxera.com>
-
- Feb 09, 2018
-
-
Tom Rini authored
Migrate the base and sub-options to Kconfig. Note that we only enable this in the base sandbox config now. Cc: Alexey Brodkin <alexey.brodkin@gmail.com> Cc: Michal Simek <michal.simek@xilinx.com> Signed-off-by:
Tom Rini <trini@konsulko.com> --- Is this driver still used anywhere? It's fishy that it's only enabled in sandbox anymore.
-
- Feb 05, 2018
-
-
Daniel Schwierzeck authored
Probably not all users are aware of this possibility, thus add a pointer to the README. Also add a useful example. Signed-off-by:
Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
-
- Jan 12, 2018
-
-
Rick Chen authored
Add documents to describe NX25 and AE250. Also update other documents for RISC-V. Signed-off-by:
Rick Chen <rick@andestech.com> Signed-off-by:
Rick Chen <rickchen36@gmail.com> Signed-off-by:
Greentime Hu <green.hu@gmail.com>
-
- Dec 26, 2017
-
-
Masahiro Yamada authored
Freescale (NXP) boards have lots of defconfig files per board. I used "imply PANIC_HANG" for them. Signed-off-by:
Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by:
York Sun <york.sun@nxp.com>
-
- Dec 24, 2017
-
-
Prabhakar Kushwaha authored
The MAC addresses get fixed in the device tree for "ethernet" nodes is by using trailing number behind "ethernet" found in "/aliases". It may not be necessary for the "ethernet" nodes to be sequential. There can be gaps in between or any node disabled So provide a support to fetch MAC addr sequentially from env and apply them to "ethernet" nodes in the order they appear in device tree only if "ethernet" is not "disabled" Signed-off-by:
Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com> Reviewed-by:
York Sun <york.sun@nxp.com>
-
- Dec 13, 2017
-
-
Baruch Siach authored
The old CodingStyle document has been converted to ReST and moved elsewhere. Link to the web version of this document instead. Signed-off-by:
Baruch Siach <baruch@tkos.co.il>
-
- Nov 21, 2017
-
-
S. Lockwood-Childs authored
Old url currently returns 403; modify to url that actually works with current state of the list server Signed-off-by:
S. Lockwood-Childs <sjl@vctlabs.com>
-
- Nov 20, 2017
-
-
Ian Ray authored
Add support for bootcounter on an EXT filesystem. Sync configuration whitelist. Signed-off-by:
Ian Ray <ian.ray@ge.com> Signed-off-by:
Martyn Welch <martyn.welch@collabora.co.uk>
-
- Oct 21, 2017
-
-
Adam Ford authored
We add the various SMC91XX symbols to drivers/net/Kconfig and then this converts the following to Kconfig: CONFIG_SMC911X CONFIG_SMC911X_BASE CONFIG_SMC911X_16_BIT CONFIG_SMC911X_32_BIT Signed-off-by:
Adam Ford <aford173@gmail.com> [trini: Apply to the rest of the tree, re-squash old and new patch] Signed-off-by:
Tom Rini <trini@konsulko.com>
-
- Oct 16, 2017
-
-
Tuomas Tynkkynen authored
Last user of this option went away in commit: fdc77189 ("board: usb_a9263: Update to support DT and DM") Signed-off-by:
Tuomas Tynkkynen <tuomas.tynkkynen@iki.fi>
-
- Sep 11, 2017
-
-
Ashish Kumar authored
LS2080 family has CCN-504 cache coherent interconnet. Other SoCs in LSCH3 family may have differnt interconnect. Signed-off-by:
Ashish Kumar <Ashish.Kumar@nxp.com> Signed-off-by:
Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com> [YS: revised commit message] Reviewed-by:
York Sun <york.sun@nxp.com>
-
Ashish Kumar authored
CoreLink Cache Coherent Interconnect (CCI) provides full cache coherency between two clusters of multi-core CPUs and I/O coherency for devices and I/O masters. This patch add new config option SYS_FSL_HAS_CCI400 and moves existing register space definaton of CCI-400 bus to fsl_immap to be shared. CONFIG_SYS_CCI400_ADDR is replaced with SYS_CCI400_OFFSET in Kconfig. Signed-off-by:
Ashish Kumar <Ashish.Kumar@nxp.com> Signed-off-by:
Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com> [YS: revised commit message, squashed patches for armv8 and armv7] Reviewed-by:
York Sun <york.sun@nxp.com>
-
- Sep 08, 2017
-
-
Nobuhiro Iwamatsu authored
The correct name is 'gd->fdt_blob', not 'gd->blob'. Signed-off-by:
Nobuhiro Iwamatsu <iwamatsu@nigauri.org> CC: Simon Glass <sjg@chromium.org> Reviewed-by:
Simon Glass <sjg@chromium.org>
-
- Sep 02, 2017
-
-
Adam Ford authored
This converts the following to Kconfig: CONFIG_SPL_OMAP3_ID_NAND Signed-off-by:
Adam Ford <aford173@gmail.com> Reviewed-by:
Simon Glass <sjg@chromium.org>
-
- Sep 01, 2017
-
-
Tom Rini authored
- Move ANDROID_IMAGE_SUPPORT to top level Kconfig under images as it's not strictly part of fastboot. - Add some defaults for the fastboot buffer location and size - Migrate all options listed in cmd/fastboot/Kconfig - Cleanup the README Signed-off-by:
Tom Rini <trini@konsulko.com>
-
- Aug 20, 2017
-
-
Thomas Petazzoni authored
CONFIG_SYS_GENERIC_GLOBAL_DATA is no longer used by any board or platform, so support for it can be dropped. Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Reviewed-by:
Vladimir Zapolskiy <vz@mleia.com> Reviewed-by:
Simon Glass <sjg@chromium.org>
-
- Aug 16, 2017
-
-
Simon Glass authored
We are now using an env_ prefix for environment functions. Rename these two functions for consistency. Also add function comments in common.h. Quite a few places use getenv() in a condition context, provoking a warning from checkpatch. These are fixed up in this patch also. Suggested-by:
Wolfgang Denk <wd@denx.de> Signed-off-by:
Simon Glass <sjg@chromium.org>
-
- Aug 14, 2017
-
-
Sam Protsenko authored
Also introduce CONFIG_USE_BOOTARGS option so we can control if CONFIG_BOOTARGS defined at all. Signed-off-by:
Sam Protsenko <semen.protsenko@linaro.org> [trini: Resync r8a779[56]_ulcb, various ls10xx targets] Signed-off-by:
Tom Rini <trini@konsulko.com>
-
- Aug 11, 2017
-
-
Simon Glass authored
Most of this is duplicated in Kconfig help. Add some of that which is not, and remove the help from the README. Signed-off-by:
Simon Glass <sjg@chromium.org> Reviewed-by:
Bin Meng <bmeng.cn@gmail.com> Reviewed-by:
Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
-
Simon Glass authored
This file does not include all commands and has not for a while. Let's drop it. Signed-off-by:
Simon Glass <sjg@chromium.org> Reviewed-by:
Bin Meng <bmeng.cn@gmail.com> Reviewed-by:
Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
-
Simon Glass authored
This converts the following to Kconfig: CONFIG_CMD_UUID Signed-off-by:
Simon Glass <sjg@chromium.org> Reviewed-by:
Bin Meng <bmeng.cn@gmail.com> Reviewed-by:
Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
-
Simon Glass authored
This converts the following to Kconfig: CONFIG_CMD_SF_TEST Signed-off-by:
Simon Glass <sjg@chromium.org> Reviewed-by:
Bin Meng <bmeng.cn@gmail.com> Reviewed-by:
Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
-
Simon Glass authored
This converts the following to Kconfig: CONFIG_CMD_SDRAM Signed-off-by:
Simon Glass <sjg@chromium.org> Reviewed-by:
Bin Meng <bmeng.cn@gmail.com> Reviewed-by:
Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
-