summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* mx6cuboxi: Use mmc_get_op_cond() to check for an eMMCJon Nettleton2018-07-231-1/+14
* mx6cuboxi: drop CONFIG_SYS_FSL_USDHC_NUMBaruch Siach2018-07-231-1/+0
* mx6cuboxi: Add support for eMMC bootingJon Nettleton2018-07-231-8/+94
* mmc: break out get_op_cond code to its own functionJon Nettleton2018-07-232-26/+45
* mmc: drop mention of IN_PROGRESS statusBaruch Siach2018-07-231-1/+1
* board: toradex: add Colibri iMX6ULL supportStefan Agner2018-07-239-0/+1390
* board: toradex: add new and upcoming SKUsStefan Agner2018-07-232-0/+14
* ARM: dts: imx6ull: use same compatible string as Linux is usingStefan Agner2018-07-231-1/+1
* imx: add macro to detect whether USB has been initializedStefan Agner2018-07-231-0/+7
* mtd: nand: mxs_nand: add device tree support for i.MX 6Stefan Agner2018-07-231-0/+8
* bootcount: flush after storing the bootcounterStefano Babic2018-07-231-0/+3
* env: Simplify Makefile using $(SPL_TPL_)York Sun2018-07-212-29/+126
* env: typo in description of ENV_IS_IN_REMOTEHeinrich Schuchardt2018-07-211-1/+1
* Merge branch 'master' of git://git.denx.de/u-boot-rockchipTom Rini2018-07-2046-17/+312
|\
| * rockchip: utilize CONFIG_DEFAULT_FDT_FILEKlaus Goger2018-07-2134-2/+34
| * rockchip: veyron: Set vcc33_sd regulator valueCarlo Caione2018-07-211-0/+10
| * rk3288: Disable JTAG function from sdmmc0 IOCarlo Caione2018-07-211-2/+8
| * rk3288: veyron: Init boot-on regulatorsCarlo Caione2018-07-211-0/+6
| * rockchip: board: lion-rk3368: increase phy autonegotiation timeoutJakob Unterwurzacher2018-07-211-0/+2
| * rockchip: rk3399: spl: add missing \n to outputHeinrich Schuchardt2018-07-211-1/+1
| * rockchip: doc: clarify usage of CONFIG_SPL_ROCKCHIP_BACK_TO_BROMHeinrich Schuchardt2018-07-211-4/+4
| * rockchip: evb-rk3399: correct README for board bring upHeinrich Schuchardt2018-07-211-1/+1
| * rockchip: rk3399: change boot_target based on u-boot, spl-boot-deviceKlaus Goger2018-07-211-0/+74
| * rockchip: rk3399: inject 'u-boot, spl-boot-device' for next-stagePhilipp Tomsich2018-07-211-0/+48
| * spl: document 'chosen/u-boot, spl-boot-device'Philipp Tomsich2018-07-211-0/+10
| * spl: record boot_device into spl_image and call spl_perform_fixupsPhilipp Tomsich2018-07-212-1/+18
| * smartweb: use SPL_TINY_MEMSETPhilipp Tomsich2018-07-211-0/+1
| * rockchip: rk3188: add rk_board_late_init() hookAlexander Kochetkov2018-07-211-1/+6
| * rockchip: i2c: enable i2c controller for rk3066 and rk3188Alexander Kochetkov2018-07-211-5/+89
* | Merge git://git.denx.de/u-boot-x86Tom Rini2018-07-2046-210/+351
|\ \ | |/ |/|
| * x86: acpi: Prevent acpi_table.h from being included more than onceBin Meng2018-07-201-0/+5
| * x86: acpi: Don't touch ACPI hardware in write_acpi_tables()Bin Meng2018-07-202-14/+18
| * x86: acpi: Move APIs unrelated to ACPI tables generation to a separate libraryBin Meng2018-07-207-128/+153
| * x86: Switch to use DM sysreset driverBin Meng2018-07-2031-66/+41
| * x86: fsp: Eliminate the reset_cpu() callBin Meng2018-07-201-1/+1
| * dm: sysreset: Add a standard message when doing resetBin Meng2018-07-201-0/+2
| * x86: tangier: Add a sysreset driverBin Meng2018-07-202-1/+49
| * efi: app: Add a sysreset driverBin Meng2018-07-201-1/+27
| * dm: sysreset: x86: Add a sysreset driverBin Meng2018-07-203-0/+56
| * x86: quark: acpi: Add full reset bit to the reset register value in FADTBin Meng2018-07-201-1/+1
* | board/imgtec/boston: Add new defconfigs to the MAINTAINERS listTom Rini2018-07-201-0/+4
* | Fix README for Khadas VIM boardLoic Devulder2018-07-201-1/+1
* | configs: Update Meson GX configsLoic Devulder2018-07-201-0/+3
* | ARM64: meson: Sync DT with Linux 4.17.5Loic Devulder2018-07-201-0/+7
* | test/py: add test for whitelist of variables while importing environmentQuentin Schulz2018-07-201-0/+97
* | cmd: nvedit: env import can now import only variables passed as parametersQuentin Schulz2018-07-201-7/+19
* | hashtable: do not recreate whole hash table if vars are passed to himport_rQuentin Schulz2018-07-201-3/+10
* | test/py: remove hacks for non-zero RAM base address in testsQuentin Schulz2018-07-203-5/+5
* | test/py: return a RAM address different from 0 as it can be interpreted as NULLQuentin Schulz2018-07-201-0/+6
* | env: add the same prefix to error messages to make it detectable by testsQuentin Schulz2018-07-202-5/+10