summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Convert CONFIG_ENV_IS_IN_DATAFLASH to KconfigSimon Glass2017-07-2526-24/+30
* Convert CONFIG_ENV_IS_IN_EEPROM to KconfigSimon Glass2017-07-2513-64/+68
* Convert CONFIG_ENV_IS_IN_NVRAM to KconfigSimon Glass2017-07-256-19/+18
* Convert CONFIG_ENV_IS_IN_FLASH to KconfigSimon Glass2017-07-25338-250/+282
* env: Move help from README to KconfigSimon Glass2017-07-252-116/+101
* Convert CONFIG_ENV_IS_IN_MMC/NAND/UBI and NOWHERE to KconfigSimon Glass2017-07-25744-502/+472
* configs: Resync with savedefconfigTom Rini2017-07-2521-138/+86
* configs: Migrate RBTREE, LZO, CMD_MTDPARTS, CMD_UBI and CMD_UBIFSTom Rini2017-07-24249-341/+164
* cmd: Kconfig: Fix CMD_UBIFS dependenciesKarl Beldan2017-07-241-2/+1
* cmd: Kconfig: Make CMD_UBI select CMD_MTDPARTSKarl Beldan2017-07-241-0/+1
* ubi: Kconfig: Make MTD_UBI select MTD_PARTITIONSKarl Beldan2017-07-241-0/+1
* cmd: Kconfig: Fix a dependency of CMD_MTDPARTSKarl Beldan2017-07-241-1/+0
* ubi: Kconfig: Fix MTD_UBI selection dependencyKarl Beldan2017-07-241-1/+1
* xilinx-ppc.h: DropTom Rini2017-07-231-88/+0
* serial: ns16550: Add RX interrupt buffer supportStefan Roese2017-07-233-5/+138
* arm: omap3: Detect boot mode very earlyAdam Ford2017-07-231-0/+6
* powerpc: Remove 8260 remaindersChristophe Leroy2017-07-235-32/+2
* powerpc, 8xx: fix missing function declarations.Christophe Leroy2017-07-238-13/+18
* powerpc: move get_pvr() and get_svr() into CChristophe Leroy2017-07-225-37/+9
* powerpc, 8xx: move cache helper into CChristophe Leroy2017-07-223-38/+32
* powerpc, 8xx: move get_immr() into CChristophe Leroy2017-07-222-16/+8
* powerpc, 8xx: Move cache function into C filesChristophe Leroy2017-07-223-56/+50
* powerpc, 8xx: Simplifying check_CPU()Christophe Leroy2017-07-221-32/+7
* powerpc: Remove unneccessary #ifdefs in reginfoChristophe Leroy2017-07-2222-53/+12
* powerpc: move set_msr() and get_msr() into .hChristophe Leroy2017-07-223-28/+14
* power, timer: reset TBL before TBUChristophe Leroy2017-07-221-1/+1
* powerpc, timer: Does 8xx specific actions in 8xx cpu_initChristophe Leroy2017-07-222-12/+4
* powerpc: get rid of addr_probe()Christophe Leroy2017-07-224-53/+0
* powerpc, 8xx: Simplify brgclk calculation and remove get_brgclk()Christophe Leroy2017-07-221-22/+3
* km/ivm: allow to set locally administred MAC addressesHolger Brunck2017-07-221-3/+21
* km/ivm: always set ethaddr after reading IVMHolger Brunck2017-07-221-6/+3
* RFC: moveconfig: Use toolchains from buildmanSimon Glass2017-07-221-96/+34
* moveconfig: Tidy up imply flag parsingSimon Glass2017-07-221-8/+15
* board: ti: am43xx: Add FDT fixup for HS devicesAndrew F. Davis2017-07-222-0/+10
* board: ti: am43xx: Add TEE loading and firewall setupAndrew F. Davis2017-07-222-0/+10
* arm: mach-omap2: am33xx: Add FDT fixup suport for AM33xx/AM43xx boardsAndrew F. Davis2017-07-222-0/+44
* arm: mach-omap2: fdt-common: Add OP-TEE node when firmware node is definedAndrew F. Davis2017-07-221-6/+14
* arm: mach-omap2: Factor out common FDT fixup suportAndrew F. Davis2017-07-226-120/+174
* arm: mach-omap2: Move omap5/sec-fxns.c into sec-common.cAndrew F. Davis2017-07-225-262/+251
* Makefile: add dependencies to regenerate u-boot.cfg when lostPhilipp Tomsich2017-07-221-1/+4
* dtc: mkimage: Add the possibility to specify DTCEmmanuel Vadot2017-07-223-2/+3
* meson-gx: reserved memory regionsxypron.glpk@gmx.de2017-07-222-4/+6
* env: Switch env_nand, env_mmc and env_ubi to env_import_redundFiach Antaw2017-07-223-110/+16
* env: Add generic redundant environment implementationFiach Antaw2017-07-222-0/+56
* tests: test_dfu.py: Add example udev rule for host_usb_dev_nodeTom Rini2017-07-221-0/+7
* tools/fw_env: use fsync to ensure that data is physically storedMichael Heimpold2017-07-221-0/+12
* mmc: cadence: use fdt32_t for DT property value to fix sparse warningMasahiro Yamada2017-07-191-1/+1
* mmc: add static to spl_mmc_get_device_index()Masahiro Yamada2017-07-191-1/+1
* power: regulator: lp87565: get_enable should return integerKeerthy2017-07-191-1/+1
* power: regulator: lp873x: get_enable should return integerKeerthy2017-07-191-2/+2