aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2022-10-31spl: Add a separate silence option for SPLSimon Glass
2022-10-31spl: Refactor controls for console outputSimon Glass
2022-10-31spl: Use binman suffix allow symbols of any SPL etypeSimon Glass
2022-10-31Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASESimon Glass
2022-10-30video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEOSimon Glass
2022-10-30video: Drop common LCD implementationSimon Glass
2022-10-30video: Drop use of the lcd header fileSimon Glass
2022-10-30fdt: Drop support for LCD fixup in simplefbSimon Glass
2022-10-30video: Drop remaining references to CONFIG_LCDSimon Glass
2022-10-30video: cmd: Drop old LCD codeSimon Glass
2022-10-30video: Drop VCXK video controllerSimon Glass
2022-10-30Drop CONFIG_LCD_LOGOSimon Glass
2022-10-30video: Drop CONFIG_LCD_INFOSimon Glass
2022-10-30video: Drop CONFIG_LCD_INFO_BELOW_LOGOSimon Glass
2022-10-30video: Drop CONFIG_LCD_ALIGNMENTSimon Glass
2022-10-30video: lcd: Drop console rotationSimon Glass
2022-10-30splash: get devpart from environment variableJulien Masson
2022-10-30splash: support raw image from MMCJulien Masson
2022-10-26scripts: Makefile.spl: Enable memory drivers to be built for SPLRoger Quadros
2022-10-26spl: spl_legacy: Fix NAND boot on OMAP3 BeagleBoardRoger Quadros
2022-10-26Merge https://source.denx.de/u-boot/custodians/u-boot-watchdogTom Rini
2022-10-24cyclic: Don't disable cylic function upon exceeding CPU timeStefan Roese
2022-10-21common: board_f: Print information for all sysresetsMichal Suchanek
2022-10-21input: Remove legacy KEYBOARD optionTom Rini
2022-10-20Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxiTom Rini
2022-10-18sunxi: Kconfig: use SoC-wide values for some symbolsAndre Przywara
2022-10-17stdio: Fix class iteration in stdio_add_devices()Michal Suchanek
2022-10-10spl: atf: Fix clang -Wasm-operand-widths warningAlistair Delva
2022-10-10usb: Add missing guard around env_get() in usb_hubMarek Vasut
2022-10-06common/board_f: drop ifdefs around header includesOvidiu Panait
2022-10-06common/board_f: introduce arch_setup_dest_addr()Ovidiu Panait
2022-10-06common/board_f: move CONFIG_MACH_TYPE logic to arch/arm/lib/bdinfo.cOvidiu Panait
2022-10-06common/board_f: remove XTRN_DECLARE_GLOBAL_DATA_PTR dead codeOvidiu Panait
2022-10-03Merge branch 'next'Tom Rini
2022-09-29dm: core: Provide a way to reset the device treeSimon Glass
2022-09-29test: Support testing malloc() failuresSimon Glass
2022-09-29event: Fix a typo in the EVENT helpSimon Glass
2022-09-29treewide: Drop image_header_t typedefSimon Glass
2022-09-29treewide: Drop bootm_headers_t typedefSimon Glass
2022-09-29board_r: Relocate OF_EMBED if NEEDS_MANUAL_RELOC onlyPierre-Clément Tosi
2022-09-27autoboot: make sure watchdog device(s) are handled with keyed autobootRasmus Villemoes
2022-09-25blk: Rename if_type to uclass_idSimon Glass
2022-09-24serial: Implement serial_flush() function for console flush() fallbackPali Rohár
2022-09-24console: Implement flush() functionPali Rohár
2022-09-23board_f: show_dram_config: Print also real DRAM sizePali Rohár
2022-09-23board_f: Fix printing gd->ram_size and gd->ram_topPali Rohár
2022-09-23board_f: Fix types for board_get_usable_ram_top()Pali Rohár
2022-09-23common/memsize.c: Fix get_effective_memsize() to check for overflowPali Rohár
2022-09-23common/memsize.c: Fix get_effective_memsize() to always check for CONFIG_MAX_...Pali Rohár
2022-09-20arm: mvebu: Add default SPL_SIZE_LIMIT for 32-bit SoCsPali Rohár