aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-11-29mtd: nand: automate NAND timings selectionBoris Brezillon2-4/+165
2017-11-29mtd: nand: Expose data interface for ONFI mode 0Sascha Hauer2-0/+13
2017-11-29mtd: nand: convert ONFI mode into data interfaceSascha Hauer2-206/+258
2017-11-29mtd: nand: Introduce nand_data_interfaceSascha Hauer1-49/+117
2017-11-29mtd: nand: Create a NAND reset functionSascha Hauer2-3/+22
2017-11-29mtd: nand: remove unnecessary 'extern' from function declarationsSascha Hauer1-11/+11
2017-11-29mtd: nand: Add an option to maximize the ECC strengthBoris Brezillon2-0/+4
2017-11-29mtd: nand: add onfi_* stubs in case ONFI_DETECTION is disabledMasahiro Yamada1-2/+15
2017-11-29bitops: collect BIT macros to include/linux/bitops.hMasahiro Yamada6-11/+11
2017-11-29ARM: openrd: set CONFIG_LOGLEVEL to 2Masahiro Yamada3-3/+3
2017-11-27test: Correct operation when tests passSimon Glass1-1/+2
2017-11-27spl: TI: Do not default to SPL_FIT_IMAGE_TINY being enabledTom Rini2-1/+2
2017-11-27Merge git://www.denx.de/git/u-boot-imxTom Rini97-1027/+2162
2017-11-27configs: icore-rqs: Enable falcon modeJagan Teki1-0/+1
2017-11-27engicam: imx6q: Return mmc dev 0 for icoreJagan Teki1-1/+2
2017-11-27i.MX6: engicam: Add imx6q/imx6ul boards for existing boardsJagan Teki30-311/+89
2017-11-27board: icore-rqs: Fix mmc get env deviceJagan Teki2-1/+6
2017-11-27i.MX6UL: icore: Add SPL_OF_CONTROL supportJagan Teki11-195/+26
2017-11-27pinctrl: imx6ul: Fix pinctrl data overlapped with DT areaJagan Teki1-1/+6
2017-11-27i.MX6Q: icore: Add SPL_OF_CONTROL supportJagan Teki9-187/+31
2017-11-27i.MX6Q: icorem6: Move spl load fit to common/splJagan Teki3-24/+16
2017-11-27i.MX6: engicam: Move set_fdt_file to commonJagan Teki6-34/+24
2017-11-27mx6sxsabresd: Use PARTUUID to specify the rootfs locationFabio Estevam2-2/+4
2017-11-27imx: Remove boolean parameter from wdog powerdown functionFabio Estevam4-8/+8
2017-11-27imx: Also clear powerdown enable bit for WDOG3 on i.MX6ULLFabio Estevam1-1/+1
2017-11-27mx6ull: Fix WDOG3 base addressFabio Estevam1-1/+1
2017-11-26Merge git://git.denx.de/u-boot-rockchipTom Rini21-87/+379
2017-11-26rockchip: defconfig: puma-rk3399: bypass ADC-based boot_mode checkPhilipp Tomsich1-0/+1
2017-11-26rockchip: fix turning off boot-mode via KconfigPhilipp Tomsich2-2/+15
2017-11-26rockchip: pinctrl: rk3399: add support for I2C8Philipp Tomsich3-1/+28
2017-11-26rockchip: clk: rk3399: change extract_bits to bitfield_extractPhilipp Tomsich1-6/+2
2017-11-26spl: fit: add SPL_FIT_IMAGE_TINY config to reduce code-sizePhilipp Tomsich3-5/+33
2017-11-26rockchip: defconfig: lion-rk3368: sync up with SPL changes for ATFPhilipp Tomsich1-2/+1
2017-11-26rockchip: defconfig: puma-rk3399: sync up with SPL changes for ATFPhilipp Tomsich1-0/+2
2017-11-26rockchip: board: lion-rk3368: update .its filePhilipp Tomsich1-2/+4
2017-11-26rockchip: board: puma-rk3399: update .its file to use new featuresPhilipp Tomsich1-5/+7
2017-11-26rockchip: defconfig: firefly-rk3399: sync up with SPL changes for ATFPhilipp Tomsich1-2/+1
2017-11-26spl: atf: drop the SPL_ATF_TEXT_BASE configuration itemPhilipp Tomsich1-6/+0
2017-11-26spl: rename config item SPL_ATF_SUPPORT to SPL_ATFPhilipp Tomsich2-2/+2
2017-11-26spl: atf: introduce spl_invoke_atf and make bl31_entry privatePhilipp Tomsich2-13/+82
2017-11-26spl: fit: implement recording of loadables into /fit-imagesPhilipp Tomsich1-14/+81
2017-11-26spl: fit: implement fdt_record_loadablePhilipp Tomsich2-0/+59
2017-11-26spl: fit: simplify logic for FDT loading for non-OS bootsPhilipp Tomsich1-30/+56
2017-11-26spl: change load_addr and entry_point to uintptr_tPhilipp Tomsich1-3/+6
2017-11-26spl: add a fdt_addr field to spl_image_infoPhilipp Tomsich1-0/+3
2017-11-26image: add IH_OS_ARM_TRUSTED_FIRMWARE for ARM Trusted FirmwarePhilipp Tomsich2-0/+2
2017-11-24Merge git://git.denx.de/u-boot-arcTom Rini6-4/+135
2017-11-24arc: cache: Add required NOPs after invalidation of instruction cacheAlexey Brodkin1-0/+7
2017-11-24arc: bootm: Move slave cores kick-starting under !fakeAlexey Brodkin1-4/+4
2017-11-24ARC: HSDK: introduce CREG GPIO driverEugeniy Paltsev4-0/+124