summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-10-07kbuild: generate u-boot.cfg as a byproduct of include/autoconf.mkMasahiro Yamada3-46/+28
2016-10-07kbuild: make dependencies in scripts/Makefile.autoconf more readableMasahiro Yamada1-7/+4
2016-10-07kbuild: move no_new_adhoc_configs_check to "all" target commandMasahiro Yamada1-8/+6
2016-10-07check-config: fix wrong comment about how to build whitelistMasahiro Yamada1-7/+2
2016-10-07config_whitelist: remove bogus optionsMasahiro Yamada1-10/+0
2016-10-07config_whitelist: sync by toolMasahiro Yamada1-6/+0
2016-10-07build-whitelist: do not add new options to whitelist when updateMasahiro Yamada1-2/+13
2016-10-07vexpress: disable cci ace slave ports when booting in non-sec/hyp modeSudeep Holla2-0/+53
2016-10-07common/console.c: ensure GD_FLG_SILENT is set or clearedChris Packham1-4/+13
2016-10-07arm: dra7xx: Move fastboot options to defconfigSemen Protsenko3-9/+25
2016-10-07scripts: Add script to extract default environmentLukasz Majewski1-0/+34
2016-10-07ARM: Add register defines for am33xx ePWM registerstomas.melin@vaisala.com2-0/+37
2016-10-07doc: typo fix addess -> addressJelle van der Waa1-1/+1
2016-10-07ARM: OMAP5+: Override switch_to_hypervisor functionKeerthy1-0/+24
2016-10-07ARM: Introduce function to switch to hypervisor modeKeerthy2-0/+25
2016-10-07configs: dra7xx_evm_defconfig: Enable LPAE modeKeerthy1-0/+1
2016-10-07configs: am57xx_evm_defconfig: Enable LPAE modeKeerthy1-0/+1
2016-10-07omap: Set appropriate cache configuration for LPAE and non-LAPE casesKeerthy1-2/+23
2016-10-07omap: Remove hardcoding of mmu section shift to 20Keerthy1-2/+2
2016-10-07PWM: Correct misspellings of "module" in context of PWMRobert P. J. Day4-4/+4
2016-10-07ARM64: Add support for some of atomic64 operationsAdam Oleksy1-1/+67
2016-10-07cmd/onenand.c: block align warningLadislav Michl1-0/+6
2016-10-07search.h: Numerous grammatical fixes, comment updatesRobert P. J. Day1-15/+13
2016-10-07Various, accumulated typos collected from around the tree.Robert P. J. Day18-28/+27
2016-10-07ARMv8/sec-firmware: fix a compile errorHou Zhiqiang1-6/+16
2016-10-07ARM: Respect CONFIG_SPL_STACK define in lowlevel_init.SSiarhei Siamashka1-0/+4
2016-10-07Suspected Spam: Do not open attachements![PATCH 4/6] tools/env: flash_write_b...Andreas Fenkart1-7/+8
2016-10-07tools/env: lookup dev_type directly from flash_read_buf/flash_write_bufAndreas Fenkart1-15/+13
2016-10-07tools/env: pass bad block offset by valueAndreas Fenkart1-5/+5
2016-10-07tools/env: factor out environment_end functionAndreas Fenkart1-17/+15
2016-10-07gunzip: cache-align write buffer memoryClemens Gruber1-1/+2
2016-10-07README: Fix CONFIG_SYS_NAND_MAX_DEVICE typoSimon Glass1-1/+1
2016-10-07README: Drop CONFIG_MPC8349ADSSimon Glass1-1/+0
2016-10-07README: Drop README.imx31Simon Glass1-29/+0
2016-10-07atmel: Drop README.at91-socSimon Glass1-48/+0
2016-10-07README: Drop CONFIG_SYS_USE_OSCCLKSimon Glass1-5/+0
2016-10-07README: Drop CONFIG_SYS_INIT_DATA_SIZESimon Glass1-1/+1
2016-10-07README: i2c: Drop unused i2c CONFIG optionsSimon Glass1-5/+2
2016-10-07README: sh: Drop CONFIG_SYS_I2C_SH_BASE5Simon Glass1-2/+0
2016-10-07README: Drop CONFIG_SYS_USB_BRG_CLKSimon Glass1-4/+0
2016-10-07README: Drop CONFIG_LAN91C96_BASESimon Glass1-4/+0
2016-10-07README: Drop CONFIG_OF_BOOT_CPUSimon Glass1-5/+0
2016-10-07README: Drop unused CONFIG_SYS_LS_MC_FW_... optionsSimon Glass2-23/+0
2016-10-07README: Drop unused JFFS2 optionsSimon Glass3-69/+6
2016-10-07README: Correct CONFIG_ENV_OFFSET_RENDUND typoSimon Glass1-2/+2
2016-10-07README: Drop CONFIG_COGENT and related optionsSimon Glass1-25/+0
2016-10-07README: Drop old Intel Monahans commentSimon Glass1-14/+0
2016-10-06spl: Make spl_boot_list a local variableSimon Glass2-14/+12
2016-10-06spl: Update spl_load_simple_fit() to take an spl_image paramSimon Glass8-11/+14
2016-10-06spl: Update fat functions to take an spl_image parameterSimon Glass5-22/+33