aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
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...WIP/31Dec2021-nextTom 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...WIP/28Dec2021-nextTom Rini3-3/+19
2021-12-27Convert CONFIG_TPL_TEXT_BASE to KconfigTom Rini1-9/+0
2021-12-27Finish converting CONFIG_SYS_FSL_CLK to KconfigTom Rini1-0/+9
2021-12-26video: Support virtio devices with the splash screenSimon Glass1-0/+14
2021-12-26video: Convert CONFIG_VIDEO_LOGO to KconfigSimon Glass1-1/+1
2021-12-26console: Avoid serial output before the console is runningSimon Glass1-2/+4
2021-12-23fdt: Show a runtime warning based on devicetree sourceWIP/2021-12-23-make-OF_BOARD-a-booleanSimon 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-01spl: fit: Skip attempting to load 0 length imageNishanth Menon1-0/+7
2021-11-30common: add fdt_simplefb_enable_and_mem_rsv functionPatrick Delaunay1-0/+27
2021-11-30common: rename functions lcd_dt_simplefb to fdt_simplefbPatrick Delaunay1-5/+5
2021-11-30common: rename lcd_simplefb.c file to fdt_simplefb.cPatrick Delaunay2-1/+1
2021-11-30Convert CONFIG_LCD_DT_SIMPLEFB to KconfigPatrick Delaunay2-1/+10
2021-11-29Merge tag 'v2022.01-rc3' into nextTom Rini1-16/+18
2021-11-28common: Allow a smaller console-recording pre-relocSimon Glass2-1/+13
2021-11-18board_f: Copy GD to new GD even if relocation disabledMarek Vasut1-16/+18
2021-11-11Remove LYNX KDI remaindersThomas Huth2-24/+0
2021-11-11Create a new boot/ directorySimon Glass20-10282/+0
2021-11-08Fix syntax errorLeo Yu-Chi Liang1-1/+1
2021-11-05spl: Make use of CONFIG_IS_ENABLED(OS_BOOT) in SPL/TPL common code pathsTom Rini11-14/+14
2021-10-31bootstage: Add SPL supportMarek Vasut3-2/+11
2021-10-31image.h: make image_sign_info.fit point to constHannu Lounento1-1/+1
2021-10-26common: Kconfig.boot: add config SPL_FIT_RSASSA_PSSPhilippe Reynes1-0/+7
2021-10-25arm: spl: prepare for jumping to OPTEERicardo Salveti1-2/+9
2021-10-20Merge tag 'u-boot-imx-20211020' of https://source.denx.de/u-boot/custodians/u...WIP/20Oct2021Tom Rini1-1/+17
2021-10-09Merge tag 'video-20211009' of https://source.denx.de/u-boot/custodians/u-boot...WIP/09Oct2021Tom Rini1-2/+2