summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | imx: i.MX7ULP: add get_boot_devicePeng Fan2019-10-083-0/+41
| * | configs: nitrogen6x: Add DM_SPI/DM_SPI_FLASH supportTroy Kisky2019-10-087-0/+14
| * | configs: nitrogen6x: Add DM_GPIO supportTroy Kisky2019-10-087-0/+7
| * | nitrogen6x: reserve used gpiosTroy Kisky2019-10-081-1/+29
| * | configs: nitrogen6x: Add DM_MMC/DM_USB/AHCI supportTroy Kisky2019-10-087-0/+34
| * | nitrogen6x: migrate to using device treeTroy Kisky2019-10-0814-16/+543
| * | ARM: imx: Support larger SPL size on IMX6DQRobert Hancock2019-10-083-3/+37
| * | spl: imx: only use HAB if spl fit signature is not enabledRicardo Salveti2019-10-081-0/+2
| * | imx: apalis_imx6: select MX6Q via KconfigRicardo Salveti2019-10-081-0/+1
| * | apalis_imx6: fix broken fsl_esdhc_imx conversionRicardo Salveti2019-10-081-2/+2
| * | apalis_imx6: add board_fit_config_name_match to support FIT in SPLRicardo Salveti2019-10-081-0/+10
| * | arm: dts: imx: fsl-imx8qm.dtsi: add gpio aliases to fix gpio commandPeng Fan2019-10-081-0/+7
| * | spl: pass args to board_return_to_bootromPeng Fan2019-10-085-7/+18
| * | serial: Kconfig: make MXC_UART usable for MX7 and IMX8MPeng Fan2019-10-081-1/+1
| * | tools: imx8mimage: fix HDMI/FIT parsingPeng Fan2019-10-081-2/+5
| * | pinctrl: imx: use devfdt_get_addr_size_indexPeng Fan2019-10-081-3/+1
| * | imx: mx6slevk: enable DM_SPI and DM_SPI_FLASHPeng Fan2019-10-084-28/+6
| * | imx: mx6ul_14x14_evk: convert to DM_VIDEOPeng Fan2019-10-085-41/+71
| * | imx: mx6ul_14x14_evk: Fix SPL bootPeng Fan2019-10-081-16/+0
| * | imx: add i.MX6ULZ boardPeng Fan2019-10-085-3/+87
| * | imx: add i.MX6ULZ cpu typePeng Fan2019-10-084-0/+8
| * | arm: dts: import dts for i.MX6ULZPeng Fan2019-10-082-1/+39
| * | arm: dts: sync dts for i.MX6ULLPeng Fan2019-10-084-1703/+127
| * | arm: dts: sync dts for i.MX6ULPeng Fan2019-10-085-616/+863
| |/
* | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellTom Rini2019-10-0822-14/+18
|\ \
| * | watchdog: move WATCHDOG_TIMEOUT_MSECS to KconfigHeiko Schocher2019-10-0822-14/+18
| |/
* | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini2019-10-08153-1018/+2036
|\ \
| * | x86: Use mtrr_commit() with FSP2Simon Glass2019-10-081-7/+15
| * | x86: cpu: Don't include the cpu driver in TPLSimon Glass2019-10-081-1/+4
| * | x86: Add a function to set variable MTRRsSimon Glass2019-10-082-0/+50
| * | x86: Refactor mtrr_commit() to allow for shared codeSimon Glass2019-10-081-7/+12
| * | x86: Allow the PCH and LPC uclasses to work with of-platdataSimon Glass2019-10-082-0/+4
| * | sandbox: pci: Create a new sandbox_pci_read_bar() functionSimon Glass2019-10-084-16/+39
| * | dm: core: Drop fdtdec_get_pci_addr()Simon Glass2019-10-083-79/+5
| * | x86: Add new common CPU functions for turbo/burst modeSimon Glass2019-10-082-0/+110
| * | x86: Tidy up some duplicate MSR definesSimon Glass2019-10-084-74/+54
| * | x86: Add common functions for TDP and perf controlSimon Glass2019-10-087-33/+52
| * | x86: Use a common bus clock for Intel CPUsSimon Glass2019-10-087-14/+10
| * | x86: Add a common function to set CPU thermal targetSimon Glass2019-10-084-41/+37
| * | x86: Use a common definition of MSR_IA32_PERF_CTLSimon Glass2019-10-084-5/+3
| * | x86: pci: Drop the first parameter in pci_x86_r/w_config()Simon Glass2019-10-085-30/+31
| * | x86: Move acpi_s3.h to a common locationSimon Glass2019-10-0810-9/+9
| * | spl: Allow distinguishing between two phases in U-BootSimon Glass2019-10-081-5/+11
| * | spl: Convert CONFIG_SPL_SIZE_LIMIT to hexSimon Glass2019-10-085-7/+11
| * | spl: Allow tiny printf() to be controlled in SPL and TPLSimon Glass2019-10-0818-31/+43
| * | arm: mxs: Correct CONFIG_SPL_NO_CPU_SUPPORT optionSimon Glass2019-10-083-3/+2
| * | iod: Enhance to support display of multiple valuesSimon Glass2019-10-081-19/+66
| * | cros_ec: Add MEC_EMI_BASE and size to the header fileSimon Glass2019-10-081-0/+4
| * | log: Add log_nop() to avoid unused-variable warningsSimon Glass2019-10-081-7/+26
| * | binman: Take account of skip-at-start with image-headerSimon Glass2019-10-081-0/+1