aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-12-27Finish conversion of CONFIG_SYS_CLK_FREQ to KconfigTom Rini208-230/+230
2021-12-27CONFIG_SYS_CLK_FREQ: Consistently be static or get_board_sys_clk()Tom Rini35-87/+59
2021-12-27nxp: ics307_clk: Guard get_board_ddr_clk function correctlyTom Rini1-0/+2
2021-12-27ls1088a: Guard get_board_ddr_clk function correctlyTom Rini1-0/+2
2021-12-27arm: s5pc1xx: Move CONFIG_SYS_CLK_FREQ_C1x0 out of CONFIG namespaceTom Rini2-11/+4
2021-12-27Convert CONFIG_ARCH_MAP_SYSMEM to KconfigTom Rini4-7/+4
2021-12-27Convert CONFIG_SYS_NAND_U_BOOT_OFFS to KconfigTom Rini20-9/+28
2021-12-27Convert CONFIG_TPL_TEXT_BASE to KconfigTom Rini17-23/+13
2021-12-27Convert CONFIG_ZYNQMP_PSU_INIT_ENABLED to KconfigTom Rini8-4/+7
2021-12-27Finish conversion CONFIG_SYS_NAND_SELF_INIT to KconfigTom Rini12-32/+31
2021-12-27Convert CONFIG_TEGRA_NAND to KconfigTom Rini14-13/+14
2021-12-27Finish converting CONFIG_SYS_FSL_CLK to KconfigTom Rini19-40/+9
2021-12-27warp7, pic32mzdask: Remove SYS_FDT_ADDR/SYS_ENV_ADDR from CONFIG namespaceTom Rini3-12/+3
2021-12-27Convert CONFIG_SYS_PCI_64BIT to KconfigTom Rini29-33/+14
2021-12-27Finish CONFIG_VID et al conversion to KconfigTom Rini76-73/+308
2021-12-27Convert CONFIG_SYS_IMMR to KconfigTom Rini20-32/+16
2021-12-27Convert CONFIG_SYS_MEMTEST_START et al to KconfigTom Rini7-26/+1
2021-12-27Convert CONFIG_WATCHDOG_TIMEOUT_MSECS to KconfigTom Rini2-3/+1
2021-12-27Finish converting CONFIG_WATCHDOG, HW_WATCHDOG and WDT to KconfigTom Rini32-67/+5
2021-12-27pci: Remove unused FSL_PCI_INIT codeTom Rini4-960/+0
2021-12-27Convert CONFIG_SYS_NAND_DRIVER_ECC_LAYOUT to KconfigTom Rini5-4/+4
2021-12-27Convert CONFIG_SUPPORT_EMMC_RPMB to KconfigTom Rini15-12/+9
2021-12-27Remove CONFIG_SYS_MMC_IMG_LOAD_PART from CONFIG namespaceTom Rini39-92/+29
2021-12-27Convert CONFIG_CONS_INDEX et al to KconfigTom Rini410-379/+475
2021-12-27Convert CONFIG_SD_BOOT et al to KconfigTom Rini17-16/+21
2021-12-27Convert CONFIG_FSL_IFC to KconfigTom Rini14-26/+9
2021-12-27Convert CONFIG_ENV_SPI_BUS et al to KconfigTom Rini94-256/+40
2021-12-27Clarify CONFIG_SYS_I2C_EEPROM_ADDR_OVERFLOW in KconfigTom Rini7-7/+1
2021-12-27arm: Drop unused tam3517-common.hTom Rini1-281/+0
2021-12-27doc: Fix usage of CFG_RPMB_WRITE_KEYIlias Apalodimas1-3/+3
2021-12-27video: mxsfb: fix clk_get_by_name() return value checkGiulio Benetti1-2/+2
2021-12-26x86: coreboot: Add a sample script to build a qemu imageSimon Glass1-0/+19
2021-12-26x86: coreboot: Support getting a logo from virtioSimon Glass3-2/+26
2021-12-26video: Support virtio devices with the splash screenSimon Glass3-0/+16
2021-12-26video: Show the U-Boot logo by defaultSimon Glass3-0/+3
2021-12-26video: Support showing the U-Boot logoSimon Glass8-9/+89
2021-12-26video: Drop VIDEO_LOGO from cfb_consoleSimon Glass1-324/+1
2021-12-26video: Convert CONFIG_VIDEO_LOGO to KconfigSimon Glass77-39/+48
2021-12-26video: Drop #ifdefs from video_bmpSimon Glass1-48/+49
2021-12-26video: theadorable: Use RGB565 for BMP blittingSimon Glass5-3/+51
2021-12-26video: Add a test for 16bpp BMP filesSimon Glass5-0/+27
2021-12-26video: Tidy up 24/32 BMP blittingSimon Glass1-8/+8
2021-12-26video: Drop the uclass colour mapSimon Glass3-47/+0
2021-12-26video: bmp: Update RLE8 support to use the write functionSimon Glass2-22/+65
2021-12-26video: Move BMP pixel-writing into a functionSimon Glass1-23/+52
2021-12-26video: Drop fb_put_byte() el atSimon Glass1-17/+5
2021-12-26sandbox: Enable support for the gzip commandSimon Glass1-1/+3
2021-12-26video: Expand video debugging buffer sizeSimon Glass1-2/+2
2021-12-26sandbox: video: Add BMP tests for 32bpp and 8bpp modesSimon Glass4-1/+95
2021-12-26sandbox: video: Correct the address of the copy baseSimon Glass1-1/+1