summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86WIP/09Jul2020Tom Rini2020-07-0932-165/+655
|\
| * x86: apl: Re-enable loading of SPLSimon Glass2020-07-091-1/+1
| * spi: Remove unnecessary #ifdefs in header fileSimon Glass2020-07-091-7/+6
| * bootstage: Fix 'stacked' typoSimon Glass2020-07-091-1/+1
| * linux/kconfig.h: create two- and three-argument versions of CONFIG_IS_ENABLEDRasmus Villemoes2020-07-091-3/+45
| * linux/kconfig.h: remove unused helper macrosRasmus Villemoes2020-07-092-37/+5
| * linux/kconfig.h: simplify logic for choosing CONFIG_{SPL_, TPL_, }*Rasmus Villemoes2020-07-091-19/+8
| * arm: cmd_stm32prog: Fix the CONFIG_IS_ENABLED() usageBin Meng2020-07-091-1/+1
| * x86: minnowmax: Drop screen resolution to 1024x768Simon Glass2020-07-091-1/+1
| * minnowmax: Enable the copy framebufferSimon Glass2020-07-092-2/+30
| * chromebook_link: Enable the copy framebufferSimon Glass2020-07-092-7/+21
| * chromebook_samus: Enable the copy framebufferSimon Glass2020-07-092-2/+16
| * x86: video: Support copy framebuffer with probed devicesSimon Glass2020-07-092-0/+24
| * video: Correctly handle multiple framebuffersSimon Glass2020-07-091-2/+25
| * x86: fsp: video: Allocate a frame buffer when neededSimon Glass2020-07-091-0/+12
| * video: pci: Set up the copy framebufferSimon Glass2020-07-091-1/+21
| * video: sandbox: Add support for the copy framebufferSimon Glass2020-07-093-22/+43
| * video: Add comments to struct sandbox_sdl_platSimon Glass2020-07-092-2/+15
| * video: Update the copy framebuffer when writing bitmapsSimon Glass2020-07-091-3/+13
| * video: Update rotated console to support copy bufferSimon Glass2020-07-091-23/+60
| * video: Update truetype console to support copy bufferSimon Glass2020-07-091-12/+31
| * video: Update normal console to support copy bufferSimon Glass2020-07-091-3/+23
| * video: Add helpers for vidconsole for the copy framebufferSimon Glass2020-07-092-0/+65
| * video: Clear the copy framebuffer when clearing the screenSimon Glass2020-07-091-0/+4
| * video: Set up the copy framebuffer when enabledSimon Glass2020-07-091-0/+3
| * video: Add support for copying to a hardware framebufferSimon Glass2020-07-093-0/+95
| * video: Add a comment for struct video_uc_platdataSimon Glass2020-07-091-0/+12
| * video: Drop unnecessary #ifdef around vid_console_color()Simon Glass2020-07-091-4/+2
| * video: Adjust rotated console to start at right edgeSimon Glass2020-07-092-2/+2
| * video: Split out expression parts into variablesSimon Glass2020-07-091-17/+17
| * sandbox: video: Allow selection of rotated consoleSimon Glass2020-07-091-0/+1
| * video: Show an error when a vidconsole function failsSimon Glass2020-07-091-3/+19
| * console: Add a way to output to serial onlySimon Glass2020-07-092-6/+35
| * x86: fsp: Reinit the FPU after FSP meminitSimon Glass2020-07-093-0/+14
* | Merge tag 'for-v2020.10' of https://gitlab.denx.de/u-boot/custodians/u-boot-i2cTom Rini2020-07-0928-61/+2081
|\ \
| * | pwm: Add PWM driver for SiFive SoCYash Shah2020-07-093-0/+179
| * | pwm: Add DT documentation for SiFive PWM ControllerYash Shah2020-07-091-0/+31
| * | i2c: stm32f7: SYSCFG Fast Mode Plus support for I2C STM32F7Patrick Delaunay2020-07-091-1/+73
| * | i2c: stm32f7: add stm32mp15 compatiblePatrick Delaunay2020-07-091-0/+1
| * | test: dm: rtc: add tests of rtc shell commandRasmus Villemoes2020-07-091-0/+58
| * | sandbox: add rtc command to defconfigsRasmus Villemoes2020-07-093-0/+3
| * | test: dm: rtc: add test of dm_rtc_read, dm_rtc_writeRasmus Villemoes2020-07-092-0/+50
| * | rtc: i2c_rtc_emul: catch any write to the "reset" registerRasmus Villemoes2020-07-091-1/+2
| * | rtc: sandbox-rtc: fix set methodRasmus Villemoes2020-07-092-42/+38
| * | rtc: add rtc commandRasmus Villemoes2020-07-093-0/+174
| * | rtc: pcf2127: provide ->write methodRasmus Villemoes2020-07-091-0/+7
| * | rtc: pcf2127: provide ->read methodRasmus Villemoes2020-07-091-3/+3
| * | rtc: fall back to ->{read, write} if ->{read, write}8 are not providedRasmus Villemoes2020-07-091-6/+19
| * | rtc: add dm_rtc_write() helperRasmus Villemoes2020-07-092-0/+43
| * | rtc: add dm_rtc_read helper and ->read methodRasmus Villemoes2020-07-092-0/+42