aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-07-09linux/kconfig.h: remove unused helper macrosRasmus Villemoes
2020-07-09linux/kconfig.h: simplify logic for choosing CONFIG_{SPL_, TPL_, }*Rasmus Villemoes
2020-07-09arm: cmd_stm32prog: Fix the CONFIG_IS_ENABLED() usageBin Meng
2020-07-09x86: minnowmax: Drop screen resolution to 1024x768Simon Glass
2020-07-09minnowmax: Enable the copy framebufferSimon Glass
2020-07-09chromebook_link: Enable the copy framebufferSimon Glass
2020-07-09chromebook_samus: Enable the copy framebufferSimon Glass
2020-07-09x86: video: Support copy framebuffer with probed devicesSimon Glass
2020-07-09video: Correctly handle multiple framebuffersSimon Glass
2020-07-09x86: fsp: video: Allocate a frame buffer when neededSimon Glass
2020-07-09video: pci: Set up the copy framebufferSimon Glass
2020-07-09video: sandbox: Add support for the copy framebufferSimon Glass
2020-07-09video: Add comments to struct sandbox_sdl_platSimon Glass
2020-07-09video: Update the copy framebuffer when writing bitmapsSimon Glass
2020-07-09video: Update rotated console to support copy bufferSimon Glass
2020-07-09video: Update truetype console to support copy bufferSimon Glass
2020-07-09video: Update normal console to support copy bufferSimon Glass
2020-07-09video: Add helpers for vidconsole for the copy framebufferSimon Glass
2020-07-09video: Clear the copy framebuffer when clearing the screenSimon Glass
2020-07-09video: Set up the copy framebuffer when enabledSimon Glass
2020-07-09video: Add support for copying to a hardware framebufferSimon Glass
2020-07-09video: Add a comment for struct video_uc_platdataSimon Glass
2020-07-09video: Drop unnecessary #ifdef around vid_console_color()Simon Glass
2020-07-09video: Adjust rotated console to start at right edgeSimon Glass
2020-07-09video: Split out expression parts into variablesSimon Glass
2020-07-09sandbox: video: Allow selection of rotated consoleSimon Glass
2020-07-09video: Show an error when a vidconsole function failsSimon Glass
2020-07-09console: Add a way to output to serial onlySimon Glass
2020-07-09x86: fsp: Reinit the FPU after FSP meminitSimon Glass
2020-07-09pwm: Add PWM driver for SiFive SoCYash Shah
2020-07-09pwm: Add DT documentation for SiFive PWM ControllerYash Shah
2020-07-09i2c: stm32f7: SYSCFG Fast Mode Plus support for I2C STM32F7Patrick Delaunay
2020-07-09i2c: stm32f7: add stm32mp15 compatiblePatrick Delaunay
2020-07-09test: dm: rtc: add tests of rtc shell commandRasmus Villemoes
2020-07-09sandbox: add rtc command to defconfigsRasmus Villemoes
2020-07-09test: dm: rtc: add test of dm_rtc_read, dm_rtc_writeRasmus Villemoes
2020-07-09rtc: i2c_rtc_emul: catch any write to the "reset" registerRasmus Villemoes
2020-07-09rtc: sandbox-rtc: fix set methodRasmus Villemoes
2020-07-09rtc: add rtc commandRasmus Villemoes
2020-07-09rtc: pcf2127: provide ->write methodRasmus Villemoes
2020-07-09rtc: pcf2127: provide ->read methodRasmus Villemoes
2020-07-09rtc: fall back to ->{read, write} if ->{read, write}8 are not providedRasmus Villemoes
2020-07-09rtc: add dm_rtc_write() helperRasmus Villemoes
2020-07-09rtc: add dm_rtc_read helper and ->read methodRasmus Villemoes
2020-07-09i2c: imx_lpi2c: Improve the codes to use private dataYe Li
2020-07-09board: presidio-asic: Add I2C supportAlex Nemirovsky
2020-07-09i2c: i2c-cortina: added CAxxxx I2C supportArthur Li
2020-07-09i2c: octeon_i2c: Add I2C controller driver for OcteonSuneel Garapati
2020-07-08Merge branch '2020-07-08-misc-features-and-fixes'Tom Rini
2020-07-08lib: rsa: function to verify a signature against a hashHeiko Stuebner