summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* 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
* spl: fit: Skip attempting to load 0 length imageNishanth Menon2021-12-011-0/+7
* common: add fdt_simplefb_enable_and_mem_rsv functionPatrick Delaunay2021-11-301-0/+27
* common: rename functions lcd_dt_simplefb to fdt_simplefbPatrick Delaunay2021-11-301-5/+5
* common: rename lcd_simplefb.c file to fdt_simplefb.cPatrick Delaunay2021-11-302-1/+1
* Convert CONFIG_LCD_DT_SIMPLEFB to KconfigPatrick Delaunay2021-11-302-1/+10
* Merge tag 'v2022.01-rc3' into nextTom Rini2021-11-291-16/+18
|\
| * board_f: Copy GD to new GD even if relocation disabledMarek Vasut2021-11-181-16/+18
* | common: Allow a smaller console-recording pre-relocSimon Glass2021-11-282-1/+13
|/
* Remove LYNX KDI remaindersThomas Huth2021-11-112-24/+0
* Create a new boot/ directorySimon Glass2021-11-1120-10282/+0
* Fix syntax errorLeo Yu-Chi Liang2021-11-081-1/+1
* spl: Make use of CONFIG_IS_ENABLED(OS_BOOT) in SPL/TPL common code pathsTom Rini2021-11-0511-14/+14
* bootstage: Add SPL supportMarek Vasut2021-10-313-2/+11
* image.h: make image_sign_info.fit point to constHannu Lounento2021-10-311-1/+1
* common: Kconfig.boot: add config SPL_FIT_RSASSA_PSSPhilippe Reynes2021-10-261-0/+7
* arm: spl: prepare for jumping to OPTEERicardo Salveti2021-10-251-2/+9
* Merge tag 'u-boot-imx-20211020' of https://source.denx.de/u-boot/custodians/u...Tom Rini2021-10-201-1/+17
|\
| * imx: spl: fix imx8m secure bootHeiko Schocher2021-10-071-1/+6
| * spl_fit. add hook to make fixes after fit header is loadedHeiko Schocher2021-10-071-0/+11
* | Merge tag 'video-20211009' of https://source.denx.de/u-boot/custodians/u-boot...Tom Rini2021-10-091-2/+2
|\ \
| * | common: Kconfig: use 'vidconsole' name instead of old 'video'Anatolij Gustschin2021-10-091-2/+2
* | | lz4: Use a private header for U-BootSimon Glass2021-10-091-1/+1
|/ /
* | image: Split up boot_get_fdt()Simon Glass2021-10-081-100/+126
* | image: Reduce variable scope in boot_get_fdt()Simon Glass2021-10-081-12/+11
* | image: Remove some #ifdefs from image-fit and image-fit-sigSimon Glass2021-10-083-9/+16
* | image: Remove #ifdefs from select_ramdisk()Simon Glass2021-10-081-67/+72
* | image: Split up boot_get_ramdisk()Simon Glass2021-10-081-63/+86
* | image: Reduce variable scope in boot_get_ramdisk()Simon Glass2021-10-081-11/+11
* | image: Drop most #ifdefs in image-board.cSimon Glass2021-10-081-61/+50
* | image: Drop #ifdefs for fit_print_contents()Simon Glass2021-10-081-5/+6
* | image: Tidy up fit_unsupported_reset()Simon Glass2021-10-081-0/+8
* | image: Drop IMAGE_ENABLE_IGNORESimon Glass2021-10-081-1/+1
* | image: Drop IMAGE_OF_SYSTEM_SETUPSimon Glass2021-10-081-1/+1
* | image: Drop IMAGE_OF_BOARD_SETUPSimon Glass2021-10-081-2/+2
* | image: Drop IMAGE_BOOT_GET_CMDLINESimon Glass2021-10-081-1/+1
* | image: Use the correct checks for CRC32Simon Glass2021-10-082-6/+20
* | image: Drop IMAGE_ENABLE_OF_LIBFDTSimon Glass2021-10-083-7/+7
* | image: Drop IMAGE_ENABLE_FITSimon Glass2021-10-083-14/+14
* | hash: Drop some #ifdefs in hash.cSimon Glass2021-10-081-29/+25
* | hash: Use Kconfig to enable hashing in host tools and SPLSimon Glass2021-10-081-26/+23