summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2022-10-30video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEOSimon Glass5-8/+8
2022-10-30video: Drop common LCD implementationSimon Glass3-750/+0
2022-10-30video: Drop use of the lcd header fileSimon Glass1-3/+2
2022-10-30fdt: Drop support for LCD fixup in simplefbSimon Glass1-8/+0
2022-10-30video: Drop remaining references to CONFIG_LCDSimon Glass1-3/+0
2022-10-30video: cmd: Drop old LCD codeSimon Glass2-45/+11
2022-10-30video: Drop VCXK video controllerSimon Glass1-2/+0
2022-10-30Drop CONFIG_LCD_LOGOSimon Glass2-74/+0
2022-10-30video: Drop CONFIG_LCD_INFOSimon Glass1-5/+0
2022-10-30video: Drop CONFIG_LCD_INFO_BELOW_LOGOSimon Glass2-6/+2
2022-10-30video: Drop CONFIG_LCD_ALIGNMENTSimon Glass1-8/+0
2022-10-30video: lcd: Drop console rotationSimon Glass2-195/+0
2022-10-30splash: get devpart from environment variableJulien Masson1-0/+5
2022-10-30splash: support raw image from MMCJulien Masson2-0/+32
2022-10-26scripts: Makefile.spl: Enable memory drivers to be built for SPLRoger Quadros1-0/+7
2022-10-26spl: spl_legacy: Fix NAND boot on OMAP3 BeagleBoardRoger Quadros3-13/+14
2022-10-26Merge https://source.denx.de/u-boot/custodians/u-boot-watchdogTom Rini1-4/+8
2022-10-24cyclic: Don't disable cylic function upon exceeding CPU timeStefan Roese1-4/+8
2022-10-21common: board_f: Print information for all sysresetsMichal Suchanek1-11/+18
2022-10-21input: Remove legacy KEYBOARD optionTom Rini1-3/+0
2022-10-20Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxiTom Rini1-0/+6
2022-10-18sunxi: Kconfig: use SoC-wide values for some symbolsAndre Przywara1-0/+6
2022-10-18stdio: Fix class iteration in stdio_add_devices()Michal Suchanek1-19/+13
2022-10-11spl: atf: Fix clang -Wasm-operand-widths warningAlistair Delva1-1/+1
2022-10-10usb: Add missing guard around env_get() in usb_hubMarek Vasut1-1/+3
2022-10-07common/board_f: drop ifdefs around header includesOvidiu Panait1-2/+0
2022-10-07common/board_f: introduce arch_setup_dest_addr()Ovidiu Panait1-14/+7
2022-10-07common/board_f: move CONFIG_MACH_TYPE logic to arch/arm/lib/bdinfo.cOvidiu Panait1-7/+0
2022-10-07common/board_f: remove XTRN_DECLARE_GLOBAL_DATA_PTR dead codeOvidiu Panait1-11/+0
2022-10-03Merge branch 'next'Tom Rini36-87/+490
2022-09-30dm: core: Provide a way to reset the device treeSimon Glass1-0/+2
2022-09-29test: Support testing malloc() failuresSimon Glass1-0/+19
2022-09-29event: Fix a typo in the EVENT helpSimon Glass1-1/+1
2022-09-29treewide: Drop image_header_t typedefSimon Glass17-46/+46
2022-09-29treewide: Drop bootm_headers_t typedefSimon Glass1-1/+1
2022-09-29board_r: Relocate OF_EMBED if NEEDS_MANUAL_RELOC onlyPierre-Clément Tosi1-3/+3
2022-09-27autoboot: make sure watchdog device(s) are handled with keyed autobootRasmus Villemoes1-0/+3
2022-09-25blk: Rename if_type to uclass_idSimon Glass3-5/+5
2022-09-24serial: Implement serial_flush() function for console flush() fallbackPali Rohár2-0/+11
2022-09-24console: Implement flush() functionPali Rohár2-0/+67
2022-09-23board_f: show_dram_config: Print also real DRAM sizePali Rohár1-1/+36
2022-09-23board_f: Fix printing gd->ram_size and gd->ram_topPali Rohár1-2/+2
2022-09-23board_f: Fix types for board_get_usable_ram_top()Pali Rohár1-1/+1
2022-09-23common/memsize.c: Fix get_effective_memsize() to check for overflowPali Rohár1-3/+15
2022-09-23common/memsize.c: Fix get_effective_memsize() to always check for CONFIG_MAX_...Pali Rohár1-1/+1
2022-09-20arm: mvebu: Add default SPL_SIZE_LIMIT for 32-bit SoCsPali Rohár1-0/+1
2022-09-19Merge branch 'master' into nextTom Rini3-1/+36
2022-09-18cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese9-17/+17
2022-09-18cyclic: Introduce schedule() functionStefan Roese1-0/+16
2022-09-16blk: Switch over to using uclass IDsSimon Glass3-6/+6