aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
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-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
2021-10-09common: Kconfig: use 'vidconsole' name instead of old 'video'Anatolij Gustschin1-2/+2
2021-10-09lz4: Use a private header for U-BootSimon Glass1-1/+1
2021-10-08image: Split up boot_get_fdt()Simon Glass1-100/+126
2021-10-08image: Reduce variable scope in boot_get_fdt()Simon Glass1-12/+11
2021-10-08image: Remove some #ifdefs from image-fit and image-fit-sigSimon Glass3-9/+16
2021-10-08image: Remove #ifdefs from select_ramdisk()Simon Glass1-67/+72
2021-10-08image: Split up boot_get_ramdisk()Simon Glass1-63/+86
2021-10-08image: Reduce variable scope in boot_get_ramdisk()Simon Glass1-11/+11
2021-10-08image: Drop most #ifdefs in image-board.cSimon Glass1-61/+50
2021-10-08image: Drop #ifdefs for fit_print_contents()Simon Glass1-5/+6
2021-10-08image: Tidy up fit_unsupported_reset()Simon Glass1-0/+8
2021-10-08image: Drop IMAGE_ENABLE_IGNORESimon Glass1-1/+1
2021-10-08image: Drop IMAGE_OF_SYSTEM_SETUPSimon Glass1-1/+1
2021-10-08image: Drop IMAGE_OF_BOARD_SETUPSimon Glass1-2/+2
2021-10-08image: Drop IMAGE_BOOT_GET_CMDLINESimon Glass1-1/+1
2021-10-08image: Use the correct checks for CRC32Simon Glass2-6/+20
2021-10-08image: Drop IMAGE_ENABLE_OF_LIBFDTSimon Glass3-7/+7
2021-10-08image: Drop IMAGE_ENABLE_FITSimon Glass3-14/+14
2021-10-08hash: Drop some #ifdefs in hash.cSimon Glass1-29/+25
2021-10-08hash: Use Kconfig to enable hashing in host tools and SPLSimon Glass1-26/+23
2021-10-08image: Add Kconfig options for FIT in the tools buildSimon Glass2-3/+4
2021-10-08compiler: Rename host_build() to tools_build()Simon Glass2-10/+10