aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-07-21env: typo in description of ENV_IS_IN_REMOTEHeinrich Schuchardt1-1/+1
2018-07-20Merge branch 'master' of git://git.denx.de/u-boot-rockchipTom Rini46-17/+312
2018-07-21rockchip: utilize CONFIG_DEFAULT_FDT_FILEKlaus Goger34-2/+34
2018-07-21rockchip: veyron: Set vcc33_sd regulator valueCarlo Caione1-0/+10
2018-07-21rk3288: Disable JTAG function from sdmmc0 IOCarlo Caione1-2/+8
2018-07-21rk3288: veyron: Init boot-on regulatorsCarlo Caione1-0/+6
2018-07-21rockchip: board: lion-rk3368: increase phy autonegotiation timeoutJakob Unterwurzacher1-0/+2
2018-07-21rockchip: rk3399: spl: add missing \n to outputHeinrich Schuchardt1-1/+1
2018-07-21rockchip: doc: clarify usage of CONFIG_SPL_ROCKCHIP_BACK_TO_BROMHeinrich Schuchardt1-4/+4
2018-07-21rockchip: evb-rk3399: correct README for board bring upHeinrich Schuchardt1-1/+1
2018-07-21rockchip: rk3399: change boot_target based on u-boot, spl-boot-deviceKlaus Goger1-0/+74
2018-07-21rockchip: rk3399: inject 'u-boot, spl-boot-device' for next-stagePhilipp Tomsich1-0/+48
2018-07-21spl: document 'chosen/u-boot, spl-boot-device'Philipp Tomsich1-0/+10
2018-07-21spl: record boot_device into spl_image and call spl_perform_fixupsPhilipp Tomsich2-1/+18
2018-07-21smartweb: use SPL_TINY_MEMSETPhilipp Tomsich1-0/+1
2018-07-21rockchip: rk3188: add rk_board_late_init() hookAlexander Kochetkov1-1/+6
2018-07-21rockchip: i2c: enable i2c controller for rk3066 and rk3188Alexander Kochetkov1-5/+89
2018-07-20Merge git://git.denx.de/u-boot-x86Tom Rini46-210/+351
2018-07-20board/imgtec/boston: Add new defconfigs to the MAINTAINERS listTom Rini1-0/+4
2018-07-20Fix README for Khadas VIM boardLoic Devulder1-1/+1
2018-07-20configs: Update Meson GX configsLoic Devulder1-0/+3
2018-07-20ARM64: meson: Sync DT with Linux 4.17.5Loic Devulder1-0/+7
2018-07-20test/py: add test for whitelist of variables while importing environmentQuentin Schulz1-0/+97
2018-07-20cmd: nvedit: env import can now import only variables passed as parametersQuentin Schulz1-7/+19
2018-07-20hashtable: do not recreate whole hash table if vars are passed to himport_rQuentin Schulz1-3/+10
2018-07-20test/py: remove hacks for non-zero RAM base address in testsQuentin Schulz3-5/+5
2018-07-20test/py: return a RAM address different from 0 as it can be interpreted as NULLQuentin Schulz1-0/+6
2018-07-20env: add the same prefix to error messages to make it detectable by testsQuentin Schulz2-5/+10
2018-07-20stm32mp1: clk: support digital bypassPatrick Delaunay2-10/+21
2018-07-20stm32mp1: clk: add ADC clock gatingPatrick Delaunay1-0/+7
2018-07-20stm32mp1: clk: update Ethernet clock gatingPatrick Delaunay1-2/+1
2018-07-20stm32mp1: clk: add LDTC and DSI clock supportPatrick Delaunay1-3/+93
2018-07-20stm32mp1: clk: add common function pll_get_fvcoPatrick Delaunay1-30/+61
2018-07-20stm32mp1: clk: define RCC_PLLNCFGR2_SHIFT macroPatrick Delaunay1-9/+6
2018-07-20stm32mp1: clock tree updatePatrick Delaunay1-11/+35
2018-07-20stm32mp1: activate FIXED regulatorPatrick Delaunay1-0/+1
2018-07-20stm32mp1: add support for stm32mp157c-ev1 boardPatrick Delaunay5-7/+215
2018-07-20stm32mp1: activate MISC support in SPLPatrick Delaunay1-0/+1
2018-07-20misc: stm32: Add STM32MP1 supportPatrick Delaunay6-24/+21
2018-07-20dts: import stm32mp1 device tree from linux kernelPatrick Delaunay11-844/+1676
2018-07-20sysreset: syscon: update regmap access to sysconPatrick Delaunay1-7/+9
2018-07-20drivers: rtc: correct week day for mc146818Heinrich Schuchardt1-2/+6
2018-07-20bootmenu: Extend BOOTDELAY help textAlex Kiernan1-0/+4
2018-07-20env: Include bootdelay in environment if negativeAlex Kiernan1-1/+1
2018-07-20fs: btrfs: Fix wrong comparison in logical to physical mappingMarek BehĂșn1-1/+1
2018-07-20spl: Make the spl_nand_load_image staticMichael Trimarchi1-1/+1
2018-07-20spl: mmc: Skip RAW mode ARGS sectors if not definedYork Sun1-1/+4
2018-07-20x86: acpi: Prevent acpi_table.h from being included more than onceBin Meng1-0/+5
2018-07-20x86: acpi: Don't touch ACPI hardware in write_acpi_tables()Bin Meng2-14/+18
2018-07-20x86: acpi: Move APIs unrelated to ACPI tables generation to a separate libraryBin Meng7-128/+153