aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-07-09cmd: fdt: remove CMD_FDT_MAX_DUMPHeinrich Schuchardt1-3/+8
2020-07-09log: use BIT() instead of 1 <<Heinrich Schuchardt2-14/+14
2020-07-09log: don't show function by defaultHeinrich Schuchardt6-10/+54
2020-07-09checkpatch: Don't warn about PREFER_IF in headers/DT filesSimon Glass2-1/+3
2020-07-09patman: Add tests for the rest of the checkpatch checksSimon Glass1-4/+43
2020-07-09patman: Decode output from the '--show-types' optionSimon Glass2-11/+17
2020-07-09patman: Add a test for the 'possible new uclass' checkSimon Glass1-0/+77
2020-07-09patman: Rename test.py to test_checkpatch.pySimon Glass2-6/+5
2020-07-09dm: core: Correct comment on uclass_id_foreach_dev()Simon Glass1-1/+1
2020-07-09log: uclass_get_name() depends on CONFIG_SPL_DMHeinrich Schuchardt1-0/+4
2020-07-09sandbox: make RAM size configurableHeinrich Schuchardt3-2/+15
2020-07-09patman: Drop import of test_util in test_utilSimon Glass1-1/+0
2020-07-09patman: Avoid importing gitutil in settingsSimon Glass2-5/+4
2020-07-09patman: Pass in maintainer dirs to avoid and importSimon Glass2-8/+9
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