summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-12-27video: Convert CONFIG_VIDEO_LOGO to KconfigSimon Glass77-39/+48
2021-12-27video: Drop #ifdefs from video_bmpSimon Glass1-48/+49
2021-12-27video: theadorable: Use RGB565 for BMP blittingSimon Glass5-3/+51
2021-12-27video: Add a test for 16bpp BMP filesSimon Glass5-0/+27
2021-12-27video: Tidy up 24/32 BMP blittingSimon Glass1-8/+8
2021-12-27video: Drop the uclass colour mapSimon Glass3-47/+0
2021-12-27video: bmp: Update RLE8 support to use the write functionSimon Glass2-22/+65
2021-12-27video: Move BMP pixel-writing into a functionSimon Glass1-23/+52
2021-12-27video: Drop fb_put_byte() el atSimon Glass1-17/+5
2021-12-27sandbox: Enable support for the gzip commandSimon Glass1-1/+3
2021-12-27video: Expand video debugging buffer sizeSimon Glass1-2/+2
2021-12-27sandbox: video: Add BMP tests for 32bpp and 8bpp modesSimon Glass4-1/+95
2021-12-27sandbox: video: Correct the address of the copy baseSimon Glass1-1/+1
2021-12-27video: sandbox: Set a maximum frame-buffer sizeSimon Glass1-1/+17
2021-12-27console: Avoid serial output before the console is runningSimon Glass1-2/+4
2021-12-27video: sandbox: Avoid duplicate display windowsSimon Glass3-6/+49
2021-12-27sandbox: video: Support 8bpp depthSimon Glass2-11/+77
2021-12-24Merge branch '2021-12-23-make-OF_BOARD-a-boolean' into nextTom Rini101-432/+4084
2021-12-23fdt: Show a runtime warning based on devicetree sourceSimon Glass1-0/+6
2021-12-23fdt: Avoid emitting an device tree when not neededSimon Glass2-2/+14
2021-12-23fdt: Makefile: Ensure that OF_BOARD is used when neededSimon Glass3-0/+50
2021-12-23fdt: Enable OF_HAS_PRIOR_STAGE for most boards with OF_BOARDSimon Glass31-30/+14
2021-12-23fdt: Add a Kconfig for boards with a prior stageSimon Glass3-34/+29
2021-12-23fdt: Report the devicetree sourceSimon Glass3-0/+33
2021-12-23fdt: Record where the devicetree came fromSimon Glass3-5/+51
2021-12-23dm: core: Allow getting some basic statsSimon Glass7-1/+97
2021-12-23fdt: Don't call board_fdt_blob_setup() without OF_BOARDSimon Glass2-11/+17
2021-12-23fdt: Drop remaining preprocessor macros in fdtdec_setup()Simon Glass1-9/+11
2021-12-23fdt: Drop OF_CONTROL check in fdtdec_setup()Simon Glass1-5/+3
2021-12-23fdt: Use if() for fdtcontroladdr checkSimon Glass1-5/+4
2021-12-23fdt: Drop #ifdef around board_fdt_blob_setup()Simon Glass1-2/+0
2021-12-23fdt: Drop CONFIG_SPL_BUILD check in fdtdec_setup()Simon Glass2-5/+15
2021-12-23fdt: Drop #ifdefs with MULTI_DTB_FITSimon Glass3-21/+19
2021-12-23fdt: Move MULTI_DTB_FIT handling out of fdtdec_setup()Simon Glass1-24/+38
2021-12-23fdt: Make it easier to debug u-boot.dtsi filesSimon Glass2-7/+11
2021-12-23fdt: Drop CONFIG_BINMAN_STANDALONE_FDTSimon Glass3-40/+1
2021-12-23fdt: Make OF_BOARD a bool optionSimon Glass4-5/+10
2021-12-23arm: highbank: Add devicetree filesSimon Glass3-0/+12
2021-12-23arm: qemu-ppce500: Add a devicetree fileSimon Glass3-0/+12
2021-12-23arm: bcm7xxx: Add a devicetree fileSimon Glass4-0/+19
2021-12-23arm: xilinx_versal_virt: Add a devicetree fileSimon Glass3-1/+14
2021-12-23arm: octeontx: Add an empty devicetree fileSimon Glass6-0/+21
2021-12-23arm: xenguest_arm64: Add a empty devicetree fileSimon Glass3-1/+18
2021-12-23arm: vexpress: Add a devicetree files for junoSimon Glass8-0/+1611
2021-12-23arm: rpi: Sync rpi dts files from LinuxSimon Glass31-248/+1878
2021-12-23riscv: qemu: Split devicetree files for qemu_riscv32/64Simon Glass9-3/+21
2021-12-23arm: qemu: Add a devicetree file for qemu_arm64 virtSimon Glass3-1/+13
2021-12-23arm: qemu: Add a devicetree file for qemu_armSimon Glass3-0/+14
2021-12-23arm: riscv: qemu: Explain how to extract the generated dtSimon Glass4-0/+55
2021-12-23arm: qemu: Mention -nographic in the docsSimon Glass1-3/+4