summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2021-12-23fdt: Report the devicetree sourceSimon Glass
2021-12-19fdt_support: Add fdt_delete_disabled_nodes() and use in Turris MOXMarek Behún
2021-12-19fdt_support: Add some useful functionsMarek Behún
2021-12-19fdt_support: Fix comment for fdt_create_phandle()Marek Behún
2021-12-19fdt_support: Remove FDT_STATUS_FAIL_ERROR_CODEMarek Behún
2021-12-19fdt_support: Remove fdt_alloc_phandle() in favor of fdt_generate_phandle()Marek Behún
2021-12-05bloblist: Support allocating the bloblistSimon Glass
2021-12-01spl: fit: Skip attempting to load 0 length imageNishanth Menon
2021-11-30common: add fdt_simplefb_enable_and_mem_rsv functionPatrick Delaunay
2021-11-30common: rename functions lcd_dt_simplefb to fdt_simplefbPatrick Delaunay
2021-11-30common: rename lcd_simplefb.c file to fdt_simplefb.cPatrick Delaunay
2021-11-30Convert CONFIG_LCD_DT_SIMPLEFB to KconfigPatrick Delaunay
2021-11-29Merge tag 'v2022.01-rc3' into nextTom Rini
2021-11-28common: Allow a smaller console-recording pre-relocSimon Glass
2021-11-18board_f: Copy GD to new GD even if relocation disabledMarek Vasut
2021-11-11Remove LYNX KDI remaindersThomas Huth
2021-11-11Create a new boot/ directorySimon Glass
2021-11-08Fix syntax errorLeo Yu-Chi Liang
2021-11-05spl: Make use of CONFIG_IS_ENABLED(OS_BOOT) in SPL/TPL common code pathsTom Rini
2021-10-31bootstage: Add SPL supportMarek Vasut
2021-10-31image.h: make image_sign_info.fit point to constHannu Lounento
2021-10-26common: Kconfig.boot: add config SPL_FIT_RSASSA_PSSPhilippe Reynes
2021-10-25arm: spl: prepare for jumping to OPTEERicardo Salveti
2021-10-20Merge tag 'u-boot-imx-20211020' of https://source.denx.de/u-boot/custodians/u...Tom Rini
2021-10-09Merge tag 'video-20211009' of https://source.denx.de/u-boot/custodians/u-boot...Tom Rini
2021-10-09common: Kconfig: use 'vidconsole' name instead of old 'video'Anatolij Gustschin
2021-10-09lz4: Use a private header for U-BootSimon Glass
2021-10-08image: Split up boot_get_fdt()Simon Glass
2021-10-08image: Reduce variable scope in boot_get_fdt()Simon Glass
2021-10-08image: Remove some #ifdefs from image-fit and image-fit-sigSimon Glass
2021-10-08image: Remove #ifdefs from select_ramdisk()Simon Glass
2021-10-08image: Split up boot_get_ramdisk()Simon Glass
2021-10-08image: Reduce variable scope in boot_get_ramdisk()Simon Glass
2021-10-08image: Drop most #ifdefs in image-board.cSimon Glass
2021-10-08image: Drop #ifdefs for fit_print_contents()Simon Glass
2021-10-08image: Tidy up fit_unsupported_reset()Simon Glass
2021-10-08image: Drop IMAGE_ENABLE_IGNORESimon Glass
2021-10-08image: Drop IMAGE_OF_SYSTEM_SETUPSimon Glass
2021-10-08image: Drop IMAGE_OF_BOARD_SETUPSimon Glass
2021-10-08image: Drop IMAGE_BOOT_GET_CMDLINESimon Glass
2021-10-08image: Use the correct checks for CRC32Simon Glass
2021-10-08image: Drop IMAGE_ENABLE_OF_LIBFDTSimon Glass
2021-10-08image: Drop IMAGE_ENABLE_FITSimon Glass
2021-10-08hash: Drop some #ifdefs in hash.cSimon Glass
2021-10-08hash: Use Kconfig to enable hashing in host tools and SPLSimon Glass
2021-10-08image: Add Kconfig options for FIT in the tools buildSimon Glass
2021-10-08compiler: Rename host_build() to tools_build()Simon Glass
2021-10-08image: Remove ifdefs around image_setup_linux() el atSimon Glass
2021-10-08image: Avoid #ifdefs for manual relocationSimon Glass
2021-10-08image: Create a function to do manual relocationSimon Glass