summaryrefslogtreecommitdiff
path: root/include/configs/vexpress_aemv8a.h
Commit message (Expand)AuthorAgeFilesLines
* net: Add SMC911X driver to Kconfig, convertAdam Ford2017-10-201-7/+1
* include/configs: remove numerous CONFIG_SYS_BARGSIZE definitionsThomas Petazzoni2017-09-031-1/+0
* include/configs: drop default definitions of CONFIG_SYS_PBSIZEThomas Petazzoni2017-09-031-2/+0
* common: Move CONFIG_BOOTARGS to KconfigSam Protsenko2017-08-141-20/+0
* Convert CONFIG_ENV_IS_IN_FLASH to KconfigSimon Glass2017-07-251-1/+0
* Kconfig: Drop CONFIG_CMD_ENVSimon Glass2017-05-221-1/+0
* Kconfig: Migrate CONFIG_BAUDRATEPhilipp Tomsich2017-03-191-1/+0
* cmd: move CONFIG_CMD_UNZIP and CONFIG_CMD_ZIP to KconfigMasahiro Yamada2017-02-081-1/+0
* disk: convert CONFIG_DOS_PARTITION to KconfigPatrick Delaunay2017-01-281-1/+0
* cmd: move CMD_PXE to KconfigYann E. MORIN2016-12-031-1/+0
* cmd: Convert CMD_BOOTMENUTom Rini2016-12-031-2/+0
* Kconfig: Move config IDENT_STRING to KconfigSiva Durga Prasad Paladugu2016-09-201-2/+0
* ARM: Move SYS_CACHELINE_SIZE over to KconfigTom Rini2016-08-261-3/+0
* cmd: booti: move CONFIG_CMD_BOOTI to KconfigMasahiro Yamada2016-08-201-1/+0
* common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig optionHeiko Schocher2016-06-091-3/+0
* net: Move the VCI and client arch values to KconfigAlexander Graf2016-05-271-2/+0
* configs: Re-sync with cmd/KconfigTom Rini2016-04-251-3/+0
* include/configs: Whitespace fixupTom Rini2016-04-251-1/+0
* configs: Re-sync almost all of cmd/KconfigTom Rini2016-04-251-4/+0
* configs: Re-sync HUSH optionsTom Rini2016-04-251-1/+0
* arm64: Replace fdt_name env variables with fdtfileAlexander Graf2016-03-151-5/+5
* arm64: Remove non-full-va map codeAlexander Graf2016-03-151-1/+0
* vexpress64: Add MMU tablesAlexander Graf2016-03-151-3/+3
* Move CONFIG_OF_LIBFDT to KconfigSimon Glass2016-03-141-3/+0
* Use correct spelling of "U-Boot"Bin Meng2016-02-061-1/+1
* arm64: Juno/FVP: adjust kernel load addressAndre Przywara2016-01-081-2/+2
* vexpress64: store env in flashRyan Harkin2015-11-211-17/+20
* vexpress64: remove #errorRyan Harkin2015-11-211-6/+0
* vexpress64: use 2nd DRAM bank only on junoRyan Harkin2015-11-211-3/+8
* arm, powerpc: select SYS_GENERIC_BOARDMasahiro Yamada2015-10-241-3/+0
* vexpress64: Juno: Declare all 8GB of RAM and make them visible to the kernel.Liviu Dudau2015-10-191-1/+3
* vexpress64: juno: use /dev/sda2Ryan Harkin2015-10-111-1/+1
* vexpress64: juno: add alternate kernel and device tree filenamesRyan Harkin2015-10-111-2/+14
* vexpress64: juno: add optional initrdRyan Harkin2015-10-111-1/+8
* vexpress64: juno: add androidboot.hardware=junoRyan Harkin2015-10-111-0/+1
* vexpress64: fvp dram: add DRAM configurationRyan Harkin2015-10-111-2/+23
* vexpress64: increase max gunzip sizeRyan Harkin2015-10-111-0/+2
* vexpress64: fix checkpatch warningsRyan Harkin2015-10-111-2/+4
* kconfig: add config option for shell promptNikita Kiryanov2015-08-131-1/+0
* Move defaults from config_cmd_default.h to KconfigJoe Hershberger2015-06-251-10/+0
* Move default y configs out of arch/board KconfigJoe Hershberger2015-06-251-3/+0
* net: Move the CMD_NET config to defconfigsJoe Hershberger2015-06-011-1/+0
* vexpress64: use uncompressed kernel by defaultLinus Walleij2015-05-281-6/+6
* vexpress64: let Juno wait for root deviceLinus Walleij2015-05-281-0/+1
* vexpress64: fix various memory issuesLinus Walleij2015-05-271-5/+9
* vexpress64: specify CONFIG_SYS_FLASH_CFI_WIDTHRyan Harkin2015-05-271-0/+1
* vexpress64: use DM for all vexpress64 boardsLinus Walleij2015-04-231-16/+4
* vexpress64: juno: add default NOR flash bootLinus Walleij2015-04-101-1/+29
* Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini2015-04-031-1/+12
|\
| * ARMv8: enable DM in vexpress64 boardDavid Feng2015-03-271-1/+12