aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-07-09patman: Use a dict in gitutil to avoid importing seriesSimon Glass1-5/+4
2020-07-09patman: Avoid circular dependency between command and toolsSimon Glass1-4/+3
2020-07-09patman: Drop unnecessary import in gitutilSimon Glass1-1/+0
2020-07-09sandbox: spi: sandbox_sf_state_name() is requiredHeinrich Schuchardt1-2/+0
2020-07-09sandbox: handling out of memoryHeinrich Schuchardt1-1/+4
2020-07-09Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini32-165/+655
2020-07-09Merge tag 'for-v2020.10' of https://gitlab.denx.de/u-boot/custodians/u-boot-i2cTom Rini28-61/+2081
2020-07-09Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellTom Rini26-138/+297
2020-07-09net: mvpp2: fix second cp110 initializationSven Auhagen1-29/+34
2020-07-09arm: kirkwood: enable DM_ETH for LaCie boardSimon Guinot9-3/+10
2020-07-09arm: kirkwood: enable DM_USB for LaCie boardSimon Guinot6-0/+12
2020-07-09arm: kirkwood: switch LaCie boards to sata_mv driverSimon Guinot8-28/+30
2020-07-09arm: kirkwood: convert LaCie boards to DM_SPI_FLASHSimon Guinot7-14/+28
2020-07-09arm: kirkwood: add DT spi0 alias to LaCie boardsSimon Guinot9-7/+69
2020-07-09arm: mvebu: helios4: sync helios4 config to clearfog and dts to kernelDennis Gilmore4-53/+93
2020-07-09arm: mvebu: a38x: Adjust UTMI PHY parametersChris Packham1-4/+21
2020-07-09arm: mvebu: a38x: Fix typoChris Packham1-1/+1
2020-07-09mv_ddr: ddr3: Update {min,max}_read_sample calculationChris Packham1-2/+2
2020-07-09mv_ddr: ddr3: Use correct bitmask for read sample delayChris Packham1-1/+1
2020-07-09x86: apl: Re-enable loading of SPLSimon Glass1-1/+1
2020-07-09spi: Remove unnecessary #ifdefs in header fileSimon Glass1-7/+6
2020-07-09bootstage: Fix 'stacked' typoSimon Glass1-1/+1
2020-07-09linux/kconfig.h: create two- and three-argument versions of CONFIG_IS_ENABLEDRasmus Villemoes1-3/+45
2020-07-09linux/kconfig.h: remove unused helper macrosRasmus Villemoes2-37/+5
2020-07-09linux/kconfig.h: simplify logic for choosing CONFIG_{SPL_, TPL_, }*Rasmus Villemoes1-19/+8
2020-07-09arm: cmd_stm32prog: Fix the CONFIG_IS_ENABLED() usageBin Meng1-1/+1
2020-07-09x86: minnowmax: Drop screen resolution to 1024x768Simon Glass1-1/+1
2020-07-09minnowmax: Enable the copy framebufferSimon Glass2-2/+30
2020-07-09chromebook_link: Enable the copy framebufferSimon Glass2-7/+21
2020-07-09chromebook_samus: Enable the copy framebufferSimon Glass2-2/+16
2020-07-09x86: video: Support copy framebuffer with probed devicesSimon Glass2-0/+24
2020-07-09video: Correctly handle multiple framebuffersSimon Glass1-2/+25
2020-07-09x86: fsp: video: Allocate a frame buffer when neededSimon Glass1-0/+12
2020-07-09video: pci: Set up the copy framebufferSimon Glass1-1/+21
2020-07-09video: sandbox: Add support for the copy framebufferSimon Glass3-22/+43
2020-07-09video: Add comments to struct sandbox_sdl_platSimon Glass2-2/+15
2020-07-09video: Update the copy framebuffer when writing bitmapsSimon Glass1-3/+13
2020-07-09video: Update rotated console to support copy bufferSimon Glass1-23/+60
2020-07-09video: Update truetype console to support copy bufferSimon Glass1-12/+31
2020-07-09video: Update normal console to support copy bufferSimon Glass1-3/+23
2020-07-09video: Add helpers for vidconsole for the copy framebufferSimon Glass2-0/+65
2020-07-09video: Clear the copy framebuffer when clearing the screenSimon Glass1-0/+4
2020-07-09video: Set up the copy framebuffer when enabledSimon Glass1-0/+3
2020-07-09video: Add support for copying to a hardware framebufferSimon Glass3-0/+95
2020-07-09video: Add a comment for struct video_uc_platdataSimon Glass1-0/+12
2020-07-09video: Drop unnecessary #ifdef around vid_console_color()Simon Glass1-4/+2
2020-07-09video: Adjust rotated console to start at right edgeSimon Glass2-2/+2
2020-07-09video: Split out expression parts into variablesSimon Glass1-17/+17
2020-07-09sandbox: video: Allow selection of rotated consoleSimon Glass1-0/+1
2020-07-09video: Show an error when a vidconsole function failsSimon Glass1-3/+19