summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-07-21Convert CONFIG_NAND_LPC32XX_SLC to KconfigAdam Ford
2018-07-21env: Simplify Makefile using $(SPL_TPL_)York Sun
2018-07-21env: typo in description of ENV_IS_IN_REMOTEHeinrich Schuchardt
2018-07-20Merge branch 'master' of git://git.denx.de/u-boot-rockchipTom Rini
2018-07-21rockchip: utilize CONFIG_DEFAULT_FDT_FILEKlaus Goger
2018-07-21rockchip: veyron: Set vcc33_sd regulator valueCarlo Caione
2018-07-21rk3288: Disable JTAG function from sdmmc0 IOCarlo Caione
2018-07-21rk3288: veyron: Init boot-on regulatorsCarlo Caione
2018-07-21rockchip: board: lion-rk3368: increase phy autonegotiation timeoutJakob Unterwurzacher
2018-07-21rockchip: rk3399: spl: add missing \n to outputHeinrich Schuchardt
2018-07-21rockchip: doc: clarify usage of CONFIG_SPL_ROCKCHIP_BACK_TO_BROMHeinrich Schuchardt
2018-07-21rockchip: evb-rk3399: correct README for board bring upHeinrich Schuchardt
2018-07-21rockchip: rk3399: change boot_target based on u-boot, spl-boot-deviceKlaus Goger
2018-07-21rockchip: rk3399: inject 'u-boot, spl-boot-device' for next-stagePhilipp Tomsich
2018-07-21spl: document 'chosen/u-boot, spl-boot-device'Philipp Tomsich
2018-07-21spl: record boot_device into spl_image and call spl_perform_fixupsPhilipp Tomsich
2018-07-21smartweb: use SPL_TINY_MEMSETPhilipp Tomsich
2018-07-21rockchip: rk3188: add rk_board_late_init() hookAlexander Kochetkov
2018-07-21rockchip: i2c: enable i2c controller for rk3066 and rk3188Alexander Kochetkov
2018-07-20Merge git://git.denx.de/u-boot-x86Tom Rini
2018-07-20board/imgtec/boston: Add new defconfigs to the MAINTAINERS listTom Rini
2018-07-20Fix README for Khadas VIM boardLoic Devulder
2018-07-20configs: Update Meson GX configsLoic Devulder
2018-07-20ARM64: meson: Sync DT with Linux 4.17.5Loic Devulder
2018-07-20test/py: add test for whitelist of variables while importing environmentQuentin Schulz
2018-07-20cmd: nvedit: env import can now import only variables passed as parametersQuentin Schulz
2018-07-20hashtable: do not recreate whole hash table if vars are passed to himport_rQuentin Schulz
2018-07-20test/py: remove hacks for non-zero RAM base address in testsQuentin Schulz
2018-07-20test/py: return a RAM address different from 0 as it can be interpreted as NULLQuentin Schulz
2018-07-20env: add the same prefix to error messages to make it detectable by testsQuentin Schulz
2018-07-20stm32mp1: clk: support digital bypassPatrick Delaunay
2018-07-20stm32mp1: clk: add ADC clock gatingPatrick Delaunay
2018-07-20stm32mp1: clk: update Ethernet clock gatingPatrick Delaunay
2018-07-20stm32mp1: clk: add LDTC and DSI clock supportPatrick Delaunay
2018-07-20stm32mp1: clk: add common function pll_get_fvcoPatrick Delaunay
2018-07-20stm32mp1: clk: define RCC_PLLNCFGR2_SHIFT macroPatrick Delaunay
2018-07-20stm32mp1: clock tree updatePatrick Delaunay
2018-07-20stm32mp1: activate FIXED regulatorPatrick Delaunay
2018-07-20stm32mp1: add support for stm32mp157c-ev1 boardPatrick Delaunay
2018-07-20stm32mp1: activate MISC support in SPLPatrick Delaunay
2018-07-20misc: stm32: Add STM32MP1 supportPatrick Delaunay
2018-07-20dts: import stm32mp1 device tree from linux kernelPatrick Delaunay
2018-07-20sysreset: syscon: update regmap access to sysconPatrick Delaunay
2018-07-20drivers: rtc: correct week day for mc146818Heinrich Schuchardt
2018-07-20bootmenu: Extend BOOTDELAY help textAlex Kiernan
2018-07-20env: Include bootdelay in environment if negativeAlex Kiernan
2018-07-20fs: btrfs: Fix wrong comparison in logical to physical mappingMarek BehĂșn
2018-07-20spl: Make the spl_nand_load_image staticMichael Trimarchi
2018-07-20spl: mmc: Skip RAW mode ARGS sectors if not definedYork Sun
2018-07-20x86: acpi: Prevent acpi_table.h from being included more than onceBin Meng