summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patman: Add a test for the 'possible new uclass' checkSimon Glass2020-07-091-0/+77
* patman: Rename test.py to test_checkpatch.pySimon Glass2020-07-092-6/+5
* dm: core: Correct comment on uclass_id_foreach_dev()Simon Glass2020-07-091-1/+1
* log: uclass_get_name() depends on CONFIG_SPL_DMHeinrich Schuchardt2020-07-091-0/+4
* sandbox: make RAM size configurableHeinrich Schuchardt2020-07-093-2/+15
* patman: Drop import of test_util in test_utilSimon Glass2020-07-091-1/+0
* patman: Avoid importing gitutil in settingsSimon Glass2020-07-092-5/+4
* patman: Pass in maintainer dirs to avoid and importSimon Glass2020-07-092-8/+9
* patman: Use a dict in gitutil to avoid importing seriesSimon Glass2020-07-091-5/+4
* patman: Avoid circular dependency between command and toolsSimon Glass2020-07-091-4/+3
* patman: Drop unnecessary import in gitutilSimon Glass2020-07-091-1/+0
* sandbox: spi: sandbox_sf_state_name() is requiredHeinrich Schuchardt2020-07-091-2/+0
* sandbox: handling out of memoryHeinrich Schuchardt2020-07-091-1/+4
* 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