]> git.dujemihanovic.xyz Git - u-boot.git/shortlog
u-boot.git
2021-12-28 Tom RiniMerge tag 'video-next-20211228' of https://source.denx...
2021-12-27 Tom RiniMerge branch '2021-12-27-CONFIG-migrations' into next
2021-12-27 Tom Riniconfigs: Resync with savedefconfig
2021-12-27 Tom RiniConvert CONFIG_JFFS2_DEV et al to Kconfig
2021-12-27 Tom RiniConvert CONFIG_KIRKWOOD_GPIO to Kconfig
2021-12-27 Tom RiniConvert CONFIG_SYS_KWD_CONFIG to Kconfig
2021-12-27 Tom RiniConvert CONFIG_88F5182 et al to Kconfig
2021-12-27 Tom RiniKconfig: Remove some symbols from the whitelist
2021-12-27 Tom RiniConvert CONFIG_CPU_FREQ_HZ to Kconfig
2021-12-27 Tom RiniConvert CONFIG_CPU_SH7751 to Kconfig
2021-12-27 Tom RiniConvert CONFIG_CPU_PXA27X to Kconfig
2021-12-27 Tom Riniserial: arm_dcc: Use CONFIG_ARM64 not CONFIG_CPU_ARMV8
2021-12-27 Tom RiniCI: Test for unmigrated CONFIG symbols in board config...
2021-12-27 Tom RiniConvert CONFIG_SYS_I2C_EEPROM_ADDR_LEN to Kconfig
2021-12-27 Tom Rinippc: mpc83xx: Remove unused CONFIG symbols
2021-12-27 Tom RiniConvert CONFIG_83XX_PCICLK to Kconfig
2021-12-27 Tom RiniFinish conversion of CONFIG_SYS_CLK_FREQ to Kconfig
2021-12-27 Tom RiniCONFIG_SYS_CLK_FREQ: Consistently be static or get_boar...
2021-12-27 Tom Rininxp: ics307_clk: Guard get_board_ddr_clk function correctly
2021-12-27 Tom Rinils1088a: Guard get_board_ddr_clk function correctly
2021-12-27 Tom Riniarm: s5pc1xx: Move CONFIG_SYS_CLK_FREQ_C1x0 out of...
2021-12-27 Tom RiniConvert CONFIG_ARCH_MAP_SYSMEM to Kconfig
2021-12-27 Tom RiniConvert CONFIG_SYS_NAND_U_BOOT_OFFS to Kconfig
2021-12-27 Tom RiniConvert CONFIG_TPL_TEXT_BASE to Kconfig
2021-12-27 Tom RiniConvert CONFIG_ZYNQMP_PSU_INIT_ENABLED to Kconfig
2021-12-27 Tom RiniFinish conversion CONFIG_SYS_NAND_SELF_INIT to Kconfig
2021-12-27 Tom RiniConvert CONFIG_TEGRA_NAND to Kconfig
2021-12-27 Tom RiniFinish converting CONFIG_SYS_FSL_CLK to Kconfig
2021-12-27 Tom Riniwarp7, pic32mzdask: Remove SYS_FDT_ADDR/SYS_ENV_ADDR...
2021-12-27 Tom RiniConvert CONFIG_SYS_PCI_64BIT to Kconfig
2021-12-27 Tom RiniFinish CONFIG_VID et al conversion to Kconfig
2021-12-27 Tom RiniConvert CONFIG_SYS_IMMR to Kconfig
2021-12-27 Tom RiniConvert CONFIG_SYS_MEMTEST_START et al to Kconfig
2021-12-27 Tom RiniConvert CONFIG_WATCHDOG_TIMEOUT_MSECS to Kconfig
2021-12-27 Tom RiniFinish converting CONFIG_WATCHDOG, HW_WATCHDOG and...
2021-12-27 Tom Rinipci: Remove unused FSL_PCI_INIT code
2021-12-27 Tom RiniConvert CONFIG_SYS_NAND_DRIVER_ECC_LAYOUT to Kconfig
2021-12-27 Tom RiniConvert CONFIG_SUPPORT_EMMC_RPMB to Kconfig
2021-12-27 Tom RiniRemove CONFIG_SYS_MMC_IMG_LOAD_PART from CONFIG namespace
2021-12-27 Tom RiniConvert CONFIG_CONS_INDEX et al to Kconfig
2021-12-27 Tom RiniConvert CONFIG_SD_BOOT et al to Kconfig
2021-12-27 Tom RiniConvert CONFIG_FSL_IFC to Kconfig
2021-12-27 Tom RiniConvert CONFIG_ENV_SPI_BUS et al to Kconfig
2021-12-27 Tom RiniClarify CONFIG_SYS_I2C_EEPROM_ADDR_OVERFLOW in Kconfig
2021-12-27 Tom Riniarm: Drop unused tam3517-common.h
2021-12-26 Simon Glassx86: coreboot: Add a sample script to build a qemu...
2021-12-26 Simon Glassx86: coreboot: Support getting a logo from virtio
2021-12-26 Simon Glassvideo: Support virtio devices with the splash screen
2021-12-26 Simon Glassvideo: Show the U-Boot logo by default
2021-12-26 Simon Glassvideo: Support showing the U-Boot logo
2021-12-26 Simon Glassvideo: Drop VIDEO_LOGO from cfb_console
2021-12-26 Simon Glassvideo: Convert CONFIG_VIDEO_LOGO to Kconfig
2021-12-26 Simon Glassvideo: Drop #ifdefs from video_bmp
2021-12-26 Simon Glassvideo: theadorable: Use RGB565 for BMP blitting
2021-12-26 Simon Glassvideo: Add a test for 16bpp BMP files
2021-12-26 Simon Glassvideo: Tidy up 24/32 BMP blitting
2021-12-26 Simon Glassvideo: Drop the uclass colour map
2021-12-26 Simon Glassvideo: bmp: Update RLE8 support to use the write function
2021-12-26 Simon Glassvideo: Move BMP pixel-writing into a function
2021-12-26 Simon Glassvideo: Drop fb_put_byte() el at
2021-12-26 Simon Glasssandbox: Enable support for the gzip command
2021-12-26 Simon Glassvideo: Expand video debugging buffer size
2021-12-26 Simon Glasssandbox: video: Add BMP tests for 32bpp and 8bpp modes
2021-12-26 Simon Glasssandbox: video: Correct the address of the copy base
2021-12-26 Simon Glassvideo: sandbox: Set a maximum frame-buffer size
2021-12-26 Simon Glassconsole: Avoid serial output before the console is...
2021-12-26 Simon Glassvideo: sandbox: Avoid duplicate display windows
2021-12-26 Simon Glasssandbox: video: Support 8bpp depth
2021-12-24 Tom RiniMerge branch '2021-12-23-make-OF_BOARD-a-boolean' into...
2021-12-23 Simon Glassfdt: Show a runtime warning based on devicetree source
2021-12-23 Simon Glassfdt: Avoid emitting an device tree when not needed
2021-12-23 Simon Glassfdt: Makefile: Ensure that OF_BOARD is used when needed
2021-12-23 Simon Glassfdt: Enable OF_HAS_PRIOR_STAGE for most boards with...
2021-12-23 Simon Glassfdt: Add a Kconfig for boards with a prior stage
2021-12-23 Simon Glassfdt: Report the devicetree source
2021-12-23 Simon Glassfdt: Record where the devicetree came from
2021-12-23 Simon Glassdm: core: Allow getting some basic stats
2021-12-23 Simon Glassfdt: Don't call board_fdt_blob_setup() without OF_BOARD
2021-12-23 Simon Glassfdt: Drop remaining preprocessor macros in fdtdec_setup()
2021-12-23 Simon Glassfdt: Drop OF_CONTROL check in fdtdec_setup()
2021-12-23 Simon Glassfdt: Use if() for fdtcontroladdr check
2021-12-23 Simon Glassfdt: Drop #ifdef around board_fdt_blob_setup()
2021-12-23 Simon Glassfdt: Drop CONFIG_SPL_BUILD check in fdtdec_setup()
2021-12-23 Simon Glassfdt: Drop #ifdefs with MULTI_DTB_FIT
2021-12-23 Simon Glassfdt: Move MULTI_DTB_FIT handling out of fdtdec_setup()
2021-12-23 Simon Glassfdt: Make it easier to debug u-boot.dtsi files
2021-12-23 Simon Glassfdt: Drop CONFIG_BINMAN_STANDALONE_FDT
2021-12-23 Simon Glassfdt: Make OF_BOARD a bool option
2021-12-23 Simon Glassarm: highbank: Add devicetree files
2021-12-23 Simon Glassarm: qemu-ppce500: Add a devicetree file
2021-12-23 Simon Glassarm: bcm7xxx: Add a devicetree file
2021-12-23 Simon Glassarm: xilinx_versal_virt: Add a devicetree file
2021-12-23 Simon Glassarm: octeontx: Add an empty devicetree file
2021-12-23 Simon Glassarm: xenguest_arm64: Add a empty devicetree file
2021-12-23 Simon Glassarm: vexpress: Add a devicetree files for juno
2021-12-23 Simon Glassarm: rpi: Sync rpi dts files from Linux
2021-12-23 Simon Glassriscv: qemu: Split devicetree files for qemu_riscv32/64
2021-12-23 Simon Glassarm: qemu: Add a devicetree file for qemu_arm64 virt
2021-12-23 Simon Glassarm: qemu: Add a devicetree file for qemu_arm
2021-12-23 Simon Glassarm: riscv: qemu: Explain how to extract the generated dt
next