summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2022-02-15starfive: GPIO pin initSW Multimedia1-0/+6
2022-02-11malloc_simple: Remove usage of unsupported %zx format stringPali Rohár1-1/+1
2022-02-11common: fdt_support: add support for "partitions" subnode to fdt_fixup_mtdpar...Matthias Schiffer1-2/+7
2022-02-11console: usb: kbd: Limit poll frequency to improve performanceThomas Watson1-5/+26
2022-02-09bloblist: Update to use conditional valueSimon Glass1-4/+11
2022-02-03spl: ymodem: Fix buffer overflow during Image copyVignesh Raghavendra1-1/+14
2022-01-29spl: add support for custom boot method namesHeiko Thiery1-0/+5
2022-01-27Merge tag 'dm-pull-26jan22' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini1-1/+2
2022-01-27usb: gadget: Add CDC ACM functionLoic Poulain1-0/+3
2022-01-26tools: Pass the key blob aroundSimon Glass1-1/+2
2022-01-21mtd: cfi: introduce CFI_FLASH_BANKSPatrick Delaunay2-3/+3
2022-01-21spl: Convert SYS_MMCSD_RAW_MODE_KERNEL_SECTOR to KconfigAlexandru Gagniuc2-5/+24
2022-01-20Merge https://source.denx.de/u-boot/custodians/u-boot-marvellTom Rini18-67/+93
2022-01-20SPL: Add support for checking board / BootROM specific image typesPali Rohár1-0/+9
2022-01-20SPL: Add struct spl_boot_device parameter into spl_parse_board_header()Pali Rohár17-53/+76
2022-01-20fdt_support: Add fdt_for_each_node_by_compatible() helper macroMarek Behún1-14/+8
2022-01-19doc: replace @return by Return:Heinrich Schuchardt12-21/+21
2022-01-18common: board_r: drop ifdefs around header includesOvidiu Panait1-9/+0
2022-01-18common: board_r: include asm-generic/gpio.hOvidiu Panait1-3/+1
2022-01-18common: board_r: move init_addr_map() to init.hOvidiu Panait1-3/+0
2022-01-18common: board_r: drop initr_addr_map wrapperOvidiu Panait1-10/+1
2022-01-18common: board_r: drop initr_kgdb wrapperOvidiu Panait2-12/+6
2022-01-18common: remove bedbug debugger supportOvidiu Panait3-1263/+1
2022-01-18common: spl: move armv7m-specific code to spl_perform_fixups()Ovidiu Panait1-3/+0
2022-01-13bloblist: Relicense to allow BSD-3-ClauseSimon Glass1-1/+1
2022-01-13bloblist: Add functions to obtain base address and sizeSimon Glass1-0/+12
2022-01-13bloblist: Refactor Kconfig to support alloc or fixedSimon Glass2-24/+106
2022-01-13bloblist: Use 'phase' consistently for bloblistsSimon Glass1-3/+3
2022-01-13bloblist: Use LOG_CATEGORY to simply loggingSimon Glass1-11/+10
2022-01-13bloblist: Use explicit numbering for the tagsSimon Glass1-15/+30
2022-01-13bloblist: Drop unused tagsSimon Glass1-3/+1
2022-01-13bloblist: Rename the SPL tagSimon Glass3-4/+4
2022-01-13common/fdt_support.c: Fix spelling of "shouldn't".Vagrant Cascadian1-1/+1
2021-12-31Merge tag 'efi-next' of https://source.denx.de/u-boot/custodians/u-boot-efi i...Tom Rini1-3/+2
2021-12-31x86: efi: Don't set up global_data again with EFISimon Glass1-3/+2
2021-12-28Merge tag 'video-next-20211228' of https://source.denx.de/u-boot/custodians/u...Tom Rini3-3/+19
2021-12-28Convert CONFIG_TPL_TEXT_BASE to KconfigTom Rini1-9/+0
2021-12-28Finish converting CONFIG_SYS_FSL_CLK to KconfigTom Rini1-0/+9
2021-12-27video: Support virtio devices with the splash screenSimon Glass1-0/+14
2021-12-27video: Convert CONFIG_VIDEO_LOGO to KconfigSimon Glass1-1/+1
2021-12-27console: Avoid serial output before the console is runningSimon Glass1-2/+4
2021-12-23fdt: Show a runtime warning based on devicetree sourceSimon Glass1-0/+6
2021-12-23fdt: Report the devicetree sourceSimon Glass1-0/+18
2021-12-19fdt_support: Add fdt_delete_disabled_nodes() and use in Turris MOXMarek Behún1-0/+23
2021-12-19fdt_support: Add some useful functionsMarek Behún1-0/+119
2021-12-19fdt_support: Fix comment for fdt_create_phandle()Marek Behún1-1/+1
2021-12-19fdt_support: Remove FDT_STATUS_FAIL_ERROR_CODEMarek Behún1-15/+5
2021-12-19fdt_support: Remove fdt_alloc_phandle() in favor of fdt_generate_phandle()Marek Behún1-20/+8
2021-12-05bloblist: Support allocating the bloblistSimon Glass3-5/+34
2021-12-02spl: fit: Skip attempting to load 0 length imageNishanth Menon1-0/+7