summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* spl: Allow disabling binman symbols in SPLSimon Glass2022-02-222-0/+28
* spl: x86: Correct the binman symbols for SPLSimon Glass2022-02-221-4/+4
* malloc_simple: Remove usage of unsupported %zx format stringPali Rohár2022-02-111-1/+1
* common: fdt_support: add support for "partitions" subnode to fdt_fixup_mtdpar...Matthias Schiffer2022-02-111-2/+7
* console: usb: kbd: Limit poll frequency to improve performanceThomas Watson2022-02-111-5/+26
* bloblist: Update to use conditional valueSimon Glass2022-02-081-4/+11
* spl: ymodem: Fix buffer overflow during Image copyVignesh Raghavendra2022-02-031-1/+14
* spl: add support for custom boot method namesHeiko Thiery2022-01-281-0/+5
* Merge tag 'dm-pull-26jan22' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini2022-01-271-1/+2
|\
| * tools: Pass the key blob aroundSimon Glass2022-01-261-1/+2
* | usb: gadget: Add CDC ACM functionLoic Poulain2022-01-261-0/+3
|/
* mtd: cfi: introduce CFI_FLASH_BANKSPatrick Delaunay2022-01-212-3/+3
* spl: Convert SYS_MMCSD_RAW_MODE_KERNEL_SECTOR to KconfigAlexandru Gagniuc2022-01-212-5/+24
* Merge https://source.denx.de/u-boot/custodians/u-boot-marvellTom Rini2022-01-2018-67/+93
|\
| * SPL: Add support for checking board / BootROM specific image typesPali Rohár2022-01-201-0/+9
| * SPL: Add struct spl_boot_device parameter into spl_parse_board_header()Pali Rohár2022-01-2017-53/+76
| * fdt_support: Add fdt_for_each_node_by_compatible() helper macroMarek Behún2022-01-201-14/+8
* | doc: replace @return by Return:Heinrich Schuchardt2022-01-1912-21/+21
|/
* common: board_r: drop ifdefs around header includesOvidiu Panait2022-01-181-9/+0
* common: board_r: include asm-generic/gpio.hOvidiu Panait2022-01-181-3/+1
* common: board_r: move init_addr_map() to init.hOvidiu Panait2022-01-181-3/+0
* common: board_r: drop initr_addr_map wrapperOvidiu Panait2022-01-181-10/+1
* common: board_r: drop initr_kgdb wrapperOvidiu Panait2022-01-182-12/+6
* common: remove bedbug debugger supportOvidiu Panait2022-01-183-1263/+1
* common: spl: move armv7m-specific code to spl_perform_fixups()Ovidiu Panait2022-01-181-3/+0
* bloblist: Relicense to allow BSD-3-ClauseSimon Glass2022-01-131-1/+1
* bloblist: Add functions to obtain base address and sizeSimon Glass2022-01-131-0/+12
* bloblist: Refactor Kconfig to support alloc or fixedSimon Glass2022-01-132-24/+106
* bloblist: Use 'phase' consistently for bloblistsSimon Glass2022-01-131-3/+3
* bloblist: Use LOG_CATEGORY to simply loggingSimon Glass2022-01-131-11/+10
* bloblist: Use explicit numbering for the tagsSimon Glass2022-01-131-15/+30
* bloblist: Drop unused tagsSimon Glass2022-01-131-3/+1
* bloblist: Rename the SPL tagSimon Glass2022-01-133-4/+4
* common/fdt_support.c: Fix spelling of "shouldn't".Vagrant Cascadian2022-01-131-1/+1
* Merge tag 'efi-next' of https://source.denx.de/u-boot/custodians/u-boot-efi i...Tom Rini2021-12-311-3/+2
|\
| * x86: efi: Don't set up global_data again with EFISimon Glass2021-12-311-3/+2
* | Merge tag 'video-next-20211228' of https://source.denx.de/u-boot/custodians/u...Tom Rini2021-12-283-3/+19
|\ \ | |/ |/|
| * video: Support virtio devices with the splash screenSimon Glass2021-12-261-0/+14
| * video: Convert CONFIG_VIDEO_LOGO to KconfigSimon Glass2021-12-261-1/+1
| * console: Avoid serial output before the console is runningSimon Glass2021-12-261-2/+4
* | Convert CONFIG_TPL_TEXT_BASE to KconfigTom Rini2021-12-271-9/+0
* | Finish converting CONFIG_SYS_FSL_CLK to KconfigTom Rini2021-12-271-0/+9
|/
* fdt: Show a runtime warning based on devicetree sourceSimon Glass2021-12-231-0/+6
* fdt: Report the devicetree sourceSimon Glass2021-12-231-0/+18
* fdt_support: Add fdt_delete_disabled_nodes() and use in Turris MOXMarek Behún2021-12-191-0/+23
* fdt_support: Add some useful functionsMarek Behún2021-12-191-0/+119
* fdt_support: Fix comment for fdt_create_phandle()Marek Behún2021-12-191-1/+1
* fdt_support: Remove FDT_STATUS_FAIL_ERROR_CODEMarek Behún2021-12-191-15/+5
* fdt_support: Remove fdt_alloc_phandle() in favor of fdt_generate_phandle()Marek Behún2021-12-191-20/+8
* bloblist: Support allocating the bloblistSimon Glass2021-12-053-5/+34