summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEOSimon Glass2022-10-305-8/+8
* video: Drop common LCD implementationSimon Glass2022-10-303-750/+0
* video: Drop use of the lcd header fileSimon Glass2022-10-301-3/+2
* fdt: Drop support for LCD fixup in simplefbSimon Glass2022-10-301-8/+0
* video: Drop remaining references to CONFIG_LCDSimon Glass2022-10-301-3/+0
* video: cmd: Drop old LCD codeSimon Glass2022-10-302-45/+11
* video: Drop VCXK video controllerSimon Glass2022-10-301-2/+0
* Drop CONFIG_LCD_LOGOSimon Glass2022-10-302-74/+0
* video: Drop CONFIG_LCD_INFOSimon Glass2022-10-301-5/+0
* video: Drop CONFIG_LCD_INFO_BELOW_LOGOSimon Glass2022-10-302-6/+2
* video: Drop CONFIG_LCD_ALIGNMENTSimon Glass2022-10-301-8/+0
* video: lcd: Drop console rotationSimon Glass2022-10-302-195/+0
* splash: get devpart from environment variableJulien Masson2022-10-301-0/+5
* splash: support raw image from MMCJulien Masson2022-10-302-0/+32
* scripts: Makefile.spl: Enable memory drivers to be built for SPLRoger Quadros2022-10-261-0/+7
* spl: spl_legacy: Fix NAND boot on OMAP3 BeagleBoardRoger Quadros2022-10-263-13/+14
* Merge https://source.denx.de/u-boot/custodians/u-boot-watchdogTom Rini2022-10-261-4/+8
|\
| * cyclic: Don't disable cylic function upon exceeding CPU timeStefan Roese2022-10-241-4/+8
* | common: board_f: Print information for all sysresetsMichal Suchanek2022-10-211-11/+18
|/
* input: Remove legacy KEYBOARD optionTom Rini2022-10-211-3/+0
* Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxiTom Rini2022-10-201-0/+6
|\
| * sunxi: Kconfig: use SoC-wide values for some symbolsAndre Przywara2022-10-181-0/+6
* | stdio: Fix class iteration in stdio_add_devices()Michal Suchanek2022-10-171-19/+13
|/
* spl: atf: Fix clang -Wasm-operand-widths warningAlistair Delva2022-10-101-1/+1
* usb: Add missing guard around env_get() in usb_hubMarek Vasut2022-10-101-1/+3
* common/board_f: drop ifdefs around header includesOvidiu Panait2022-10-061-2/+0
* common/board_f: introduce arch_setup_dest_addr()Ovidiu Panait2022-10-061-14/+7
* common/board_f: move CONFIG_MACH_TYPE logic to arch/arm/lib/bdinfo.cOvidiu Panait2022-10-061-7/+0
* common/board_f: remove XTRN_DECLARE_GLOBAL_DATA_PTR dead codeOvidiu Panait2022-10-061-11/+0
* Merge branch 'next'Tom Rini2022-10-0336-87/+490
|\
| * dm: core: Provide a way to reset the device treeSimon Glass2022-09-291-0/+2
| * test: Support testing malloc() failuresSimon Glass2022-09-291-0/+19
| * event: Fix a typo in the EVENT helpSimon Glass2022-09-291-1/+1
| * treewide: Drop image_header_t typedefSimon Glass2022-09-2917-46/+46
| * treewide: Drop bootm_headers_t typedefSimon Glass2022-09-291-1/+1
| * blk: Rename if_type to uclass_idSimon Glass2022-09-253-5/+5
| * serial: Implement serial_flush() function for console flush() fallbackPali Rohár2022-09-242-0/+11
| * console: Implement flush() functionPali Rohár2022-09-242-0/+67
| * board_f: show_dram_config: Print also real DRAM sizePali Rohár2022-09-231-1/+36
| * board_f: Fix printing gd->ram_size and gd->ram_topPali Rohár2022-09-231-2/+2
| * board_f: Fix types for board_get_usable_ram_top()Pali Rohár2022-09-231-1/+1
| * common/memsize.c: Fix get_effective_memsize() to check for overflowPali Rohár2022-09-231-3/+15
| * common/memsize.c: Fix get_effective_memsize() to always check for CONFIG_MAX_...Pali Rohár2022-09-231-1/+1
| * arm: mvebu: Add default SPL_SIZE_LIMIT for 32-bit SoCsPali Rohár2022-09-201-0/+1
| * Merge branch 'master' into nextTom Rini2022-09-193-1/+36
| |\
| * | cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese2022-09-189-17/+17
| * | cyclic: Introduce schedule() functionStefan Roese2022-09-181-0/+16
| * | blk: Switch over to using uclass IDsSimon Glass2022-09-163-6/+6
| * | blk: Select SPL_LEGACY_BLOCK automaticallySimon Glass2022-09-161-2/+0
| * | blk: Rename HAVE_BLOCK_DEVICESimon Glass2022-09-161-2/+2