summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* test/dm: fdtdec: Add tests for fdtdec_add_reserved_memory()Bin Meng2020-07-091-0/+69
* test/dm: fdtdec: Corect a typo in dm_test_fdtdec_set_carveout()Bin Meng2020-07-091-1/+1
* test/dm: fdtdec: Add the missing gd declarationBin Meng2020-07-091-0/+2
* cmd: fdt: remove CMD_FDT_MAX_DUMPHeinrich Schuchardt2020-07-091-3/+8
* log: use BIT() instead of 1 <<Heinrich Schuchardt2020-07-092-14/+14
* log: don't show function by defaultHeinrich Schuchardt2020-07-096-10/+54
* checkpatch: Don't warn about PREFER_IF in headers/DT filesSimon Glass2020-07-092-1/+3
* patman: Add tests for the rest of the checkpatch checksSimon Glass2020-07-091-4/+43
* patman: Decode output from the '--show-types' optionSimon Glass2020-07-092-11/+17
* 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