aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-07-25Convert CONFIG_ENV_IS_IN_DATAFLASH to KconfigSimon Glass26-24/+30
2017-07-25Convert CONFIG_ENV_IS_IN_EEPROM to KconfigSimon Glass13-64/+68
2017-07-25Convert CONFIG_ENV_IS_IN_NVRAM to KconfigSimon Glass6-19/+18
2017-07-25Convert CONFIG_ENV_IS_IN_FLASH to KconfigSimon Glass338-250/+282
2017-07-25env: Move help from README to KconfigSimon Glass2-116/+101
2017-07-25Convert CONFIG_ENV_IS_IN_MMC/NAND/UBI and NOWHERE to KconfigSimon Glass744-502/+472
2017-07-25configs: Resync with savedefconfigTom Rini21-138/+86
2017-07-24configs: Migrate RBTREE, LZO, CMD_MTDPARTS, CMD_UBI and CMD_UBIFSTom Rini249-341/+164
2017-07-24cmd: Kconfig: Fix CMD_UBIFS dependenciesKarl Beldan1-2/+1
2017-07-24cmd: Kconfig: Make CMD_UBI select CMD_MTDPARTSKarl Beldan1-0/+1
2017-07-24ubi: Kconfig: Make MTD_UBI select MTD_PARTITIONSKarl Beldan1-0/+1
2017-07-24cmd: Kconfig: Fix a dependency of CMD_MTDPARTSKarl Beldan1-1/+0
2017-07-24ubi: Kconfig: Fix MTD_UBI selection dependencyKarl Beldan1-1/+1
2017-07-23xilinx-ppc.h: DropTom Rini1-88/+0
2017-07-23serial: ns16550: Add RX interrupt buffer supportStefan Roese3-5/+138
2017-07-23arm: omap3: Detect boot mode very earlyAdam Ford1-0/+6
2017-07-23powerpc: Remove 8260 remaindersChristophe Leroy5-32/+2
2017-07-23powerpc, 8xx: fix missing function declarations.Christophe Leroy8-13/+18
2017-07-22powerpc: move get_pvr() and get_svr() into CChristophe Leroy5-37/+9
2017-07-22powerpc, 8xx: move cache helper into CChristophe Leroy3-38/+32
2017-07-22powerpc, 8xx: move get_immr() into CChristophe Leroy2-16/+8
2017-07-22powerpc, 8xx: Move cache function into C filesChristophe Leroy3-56/+50
2017-07-22powerpc, 8xx: Simplifying check_CPU()Christophe Leroy1-32/+7
2017-07-22powerpc: Remove unneccessary #ifdefs in reginfoChristophe Leroy22-53/+12
2017-07-22powerpc: move set_msr() and get_msr() into .hChristophe Leroy3-28/+14
2017-07-22power, timer: reset TBL before TBUChristophe Leroy1-1/+1
2017-07-22powerpc, timer: Does 8xx specific actions in 8xx cpu_initChristophe Leroy2-12/+4
2017-07-22powerpc: get rid of addr_probe()Christophe Leroy4-53/+0
2017-07-22powerpc, 8xx: Simplify brgclk calculation and remove get_brgclk()Christophe Leroy1-22/+3
2017-07-22km/ivm: allow to set locally administred MAC addressesHolger Brunck1-3/+21
2017-07-22km/ivm: always set ethaddr after reading IVMHolger Brunck1-6/+3
2017-07-22RFC: moveconfig: Use toolchains from buildmanSimon Glass1-96/+34
2017-07-22moveconfig: Tidy up imply flag parsingSimon Glass1-8/+15
2017-07-22board: ti: am43xx: Add FDT fixup for HS devicesAndrew F. Davis2-0/+10
2017-07-22board: ti: am43xx: Add TEE loading and firewall setupAndrew F. Davis2-0/+10
2017-07-22arm: mach-omap2: am33xx: Add FDT fixup suport for AM33xx/AM43xx boardsAndrew F. Davis2-0/+44
2017-07-22arm: mach-omap2: fdt-common: Add OP-TEE node when firmware node is definedAndrew F. Davis1-6/+14
2017-07-22arm: mach-omap2: Factor out common FDT fixup suportAndrew F. Davis6-120/+174
2017-07-22arm: mach-omap2: Move omap5/sec-fxns.c into sec-common.cAndrew F. Davis5-262/+251
2017-07-22Makefile: add dependencies to regenerate u-boot.cfg when lostPhilipp Tomsich1-1/+4
2017-07-22dtc: mkimage: Add the possibility to specify DTCEmmanuel Vadot3-2/+3
2017-07-22meson-gx: reserved memory regionsxypron.glpk@gmx.de2-4/+6
2017-07-22env: Switch env_nand, env_mmc and env_ubi to env_import_redundFiach Antaw3-110/+16
2017-07-22env: Add generic redundant environment implementationFiach Antaw2-0/+56
2017-07-22tests: test_dfu.py: Add example udev rule for host_usb_dev_nodeTom Rini1-0/+7
2017-07-22tools/fw_env: use fsync to ensure that data is physically storedMichael Heimpold1-0/+12
2017-07-19mmc: cadence: use fdt32_t for DT property value to fix sparse warningMasahiro Yamada1-1/+1
2017-07-19mmc: add static to spl_mmc_get_device_index()Masahiro Yamada1-1/+1
2017-07-19power: regulator: lp87565: get_enable should return integerKeerthy1-1/+1
2017-07-19power: regulator: lp873x: get_enable should return integerKeerthy1-2/+2