| #
b11ec1ab |
| 11-Dec-2015 |
Michal Simek <michal.simek@xilinx.com> |
microblaze: Move CONFIG_NETCONSOLE to Kconfig
Cleanup board file.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
|
| #
27f24a3d |
| 11-Dec-2015 |
Michal Simek <michal.simek@xilinx.com> |
microblaze: Remove CONFIG_FIT from board file
And enable it via defconfig by default.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
|
| #
ed982b4d |
| 11-Dec-2015 |
Michal Simek <michal.simek@xilinx.com> |
microblaze: Remove systemace from board file
Systemace is ancient IP which is not tested. Remove it from default configuration.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
|
| #
502547e8 |
| 11-Dec-2015 |
Michal Simek <michal.simek@xilinx.com> |
microblaze: Move eth configuration to Kconfig
Cleanup board specific file.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
|
| #
83b76d9e |
| 09-Dec-2015 |
Michal Simek <michal.simek@xilinx.com> |
microblaze: Enable axi emac via Kconfig
Enable driver by default for all platforms.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
|
| #
3229c869 |
| 11-Dec-2015 |
Michal Simek <michal.simek@xilinx.com> |
net: emaclite: Move emaclite to Kconfig
Add PHYLIB and MII dependencies and enable it by default for Microblaze.
Signed-off-by: Michal Simek <michal.simek@xilinx.com> Acked-by: Joe Hershberger <joe
net: emaclite: Move emaclite to Kconfig
Add PHYLIB and MII dependencies and enable it by default for Microblaze.
Signed-off-by: Michal Simek <michal.simek@xilinx.com> Acked-by: Joe Hershberger <joe.hershberger@ni.com>
show more ...
|
| #
2014a3de |
| 14-Jan-2016 |
Michal Simek <michal.simek@xilinx.com> |
microblaze: Enable MICREL_KSZ9021
To solve enabling ETH_DM where ksz90x1_reg_field is defined only when additional Micrel type is defined.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
|
| #
9040f4ee |
| 08-Dec-2015 |
Michal Simek <michal.simek@xilinx.com> |
microblaze: Enable PHYLIB via Kconfig
Cleanup board configuration.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
|
| #
f0e353ce |
| 09-Dec-2015 |
Michal Simek <michal.simek@xilinx.com> |
microblaze: Enable uart16550 DM by default
Microblaze is uses uartlite or uart16550 as console drivers.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
|
| #
54e24d33 |
| 09-Dec-2015 |
Michal Simek <michal.simek@xilinx.com> |
serial: uartlite: Add uartlite to Kconfig
- Move config option out of board file. - Remove uartlite address from config file
Signed-off-by: Michal Simek <michal.simek@xilinx.com> Reviewed-by: Thoma
serial: uartlite: Add uartlite to Kconfig
- Move config option out of board file. - Remove uartlite address from config file
Signed-off-by: Michal Simek <michal.simek@xilinx.com> Reviewed-by: Thomas Chou <thomas@wytron.com.tw>
show more ...
|
| #
67659e2e |
| 09-Dec-2015 |
Michal Simek <michal.simek@xilinx.com> |
microblaze: Move baudrate setting out driver selection
Preparation of moving to DM. Uartlite ignores baudrate setting.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
|
| #
1cc174d4 |
| 09-Dec-2015 |
Michal Simek <michal.simek@xilinx.com> |
microblaze: Remove CONSOLE_ARG
Take it from DT instead.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
|
| #
4832e177 |
| 18-Dec-2015 |
Tom Rini <trini@konsulko.com> |
Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze
|
| #
b5e9b9a9 |
| 09-Dec-2015 |
Michal Simek <michal.simek@xilinx.com> |
microblaze: Do not handle watchdog and gpio in SPL
watchdog and gpio are not validated for SPL that's why do not use them.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
|
| #
4632b1ea |
| 02-Dec-2015 |
Michal Simek <michal.simek@xilinx.com> |
microblaze: Remove support for LL_TEMAC
LL_TEMAC is available at big endian MB and it is not properly tested that's why the patch removes it.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
|
| #
4de9bbdc |
| 08-Dec-2015 |
Michal Simek <michal.simek@xilinx.com> |
microblaze: Use malloc setting via Kconfig
Clean board specific file.
Signed-off-by: Michal Simek <michal.simek@xilinx.com> Reviewed-by: Simon Glass <sjg@chromium.org>
|
| #
4fcd0b33 |
| 08-Dec-2015 |
Michal Simek <michal.simek@xilinx.com> |
microblaze: Make room for malloc before ELF
Create space below u-boot binary for early malloc. It means memory layout is stack grows down, space for early malloc, u-boot code.
Signed-off-by: Michal
microblaze: Make room for malloc before ELF
Create space below u-boot binary for early malloc. It means memory layout is stack grows down, space for early malloc, u-boot code.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
show more ...
|
| #
68d53420 |
| 25-Nov-2015 |
Bin Meng <bmeng.cn@gmail.com> |
sf: Move SPI flash drivers to defconfig
There are already Kconfig options for SPI flash drivers, but we have not moved them from config.h to defconfig files. This commit does this in a batch.
Signe
sf: Move SPI flash drivers to defconfig
There are already Kconfig options for SPI flash drivers, but we have not moved them from config.h to defconfig files. This commit does this in a batch.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
show more ...
|
| #
e5d5d447 |
| 25-Nov-2015 |
Bin Meng <bmeng.cn@gmail.com> |
spi: Move SPI drivers to defconfig
There are already Kconfig options for SPI drivers, but we have not moved them from config.h to defconfig files. This commit does this in a batch.
Signed-off-by: B
spi: Move SPI drivers to defconfig
There are already Kconfig options for SPI drivers, but we have not moved them from config.h to defconfig files. This commit does this in a batch.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
show more ...
|
| #
9e39003e |
| 19-Nov-2015 |
Thomas Chou <thomas@wytron.com.tw> |
ns16550: move CONFIG_SYS_NS16550 to Kconfig
Move CONFIG_SYS_NS16550 to Kconfig, and run moveconfig.py.
Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
|
| #
e4aa8edb |
| 11-Nov-2015 |
Thomas Chou <thomas@wytron.com.tw> |
common: add CMD_GPIO to Kconfig
Add CMD_GPIO to Kconfig and run tools/moveconfig.py .
Signed-off-by: Thomas Chou <thomas@wytron.com.tw> Reviewed-by: Simon Glass <sjg@chromium.org>
|
| #
0f925822 |
| 11-Aug-2015 |
Masahiro Yamada <yamada.masahiro@socionext.com> |
of: clean up OF_CONTROL ifdef conditionals
We have flipped CONFIG_SPL_DISABLE_OF_CONTROL. We have cleansing devices, $(SPL_) and CONFIG_IS_ENABLED(), so we are ready to clear away the ugly logic in
of: clean up OF_CONTROL ifdef conditionals
We have flipped CONFIG_SPL_DISABLE_OF_CONTROL. We have cleansing devices, $(SPL_) and CONFIG_IS_ENABLED(), so we are ready to clear away the ugly logic in include/fdtdec.h:
#ifdef CONFIG_OF_CONTROL # if defined(CONFIG_SPL_BUILD) && !defined(SPL_OF_CONTROL) # define OF_CONTROL 0 # else # define OF_CONTROL 1 # endif #else # define OF_CONTROL 0 #endif
Now CONFIG_IS_ENABLED(OF_CONTROL) is the substitute. It refers to CONFIG_OF_CONTROL for U-boot proper and CONFIG_SPL_OF_CONTROL for SPL.
Also, we no longer have to cancel CONFIG_OF_CONTROL in include/config_uncmd_spl.h and scripts/Makefile.spl.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org> Acked-by: Linus Walleij <linus.walleij@linaro.org>
show more ...
|
| #
181bd9dc |
| 03-Aug-2015 |
Nikita Kiryanov <nikita@compulab.co.il> |
kconfig: add config option for shell prompt
Add option to set shell prompt string from menuconfig and migrate boards globally.
The migration is done as follows: - Boards that explicitly and uncondi
kconfig: add config option for shell prompt
Add option to set shell prompt string from menuconfig and migrate boards globally.
The migration is done as follows: - Boards that explicitly and unconditionally set CONFIG_SYS_PROMPT had the entry moved to their defconfig files. - Boards that defined some kind of #ifdef logic which selects the CONFIG_SYS_PROMPT (for example qemu-mips) got an #undef CONFIG_SYS_PROMPT right before the #ifdef logic and were left alone. - This change forces CONFIG_SYS_PROMPT to be a per board decision, and thus CONFIG_SYS_PROMPT was removed from all <soc>_common.h and <arch>_common.h files. This results in a streamlined default value across platforms, and includes the following files: spear-common, sunxi-common, mv-common, ti_armv7_common, tegra-common, at91-sama5_common, and zynq-common. - Boards that relied on <arch/soc>_common.h values of CONFIG_SYS_PROMPT were not updated in their respective defconfig files under the assumption that since they did not explicitly define a value, they're fine with whatever the default is. - On the other hand, boards that relied on a value defined in some <boards>_common.h file such as woodburn_common, rpi-common, bur_am335x_common, ls2085a_common, siemens_am33x_common, and omap3_evm_common, had their values moved to the respective defconfig files. - The define V_PROMPT was removed, since it is not used anywhere except for assigning a value for CONFIG_SYS_PROMPT.
Cc: Tom Rini <trini@konsulko.com> Cc: Masahiro Yamada <yamada.m@jp.panasonic.com> Cc: Stefano Babic <sbabic@denx.de> Cc: Igor Grinberg <grinberg@compulab.co.il> Signed-off-by: Nikita Kiryanov <nikita@compulab.co.il> [trini: Add spring, sniper, smartweb to conversion] Signed-off-by: Tom Rini <trini@konsulko.com>
show more ...
|
| #
1254ff97 |
| 10-Jul-2015 |
Stefano Babic <sbabic@denx.de> |
Merge branch 'master' of git://git.denx.de/u-boot
|
| #
6f43ba70 |
| 07-Jul-2015 |
Albert ARIBAUD <albert.u.boot@aribaud.net> |
Merge branch 'u-boot/master' into 'u-boot-arm/master'
|