aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2023-10-17Move i.MX8 container image loading support to common/splSean Anderson
2023-10-17arm: imx: Check header before calling spl_load_imx_containerSean Anderson
2023-10-17spl: fit: Fix entry point for SPL_LOAD_FIT_FULLSean Anderson
2023-10-17spl: nor: Don't allocate header on stackSean Anderson
2023-10-17spl: legacy: Fix referencing _image_binary_endSean Anderson
2023-10-17spl: mmc: Fix subsequent calls to spl_mmc_load with CONFIG_BLKSean Anderson
2023-10-16spl: fit: Add board level function to decide application of DTOMarek Vasut
2023-10-11cli: Add a function to set up a new creadSimon Glass
2023-10-11cli: Allow command completion to be disabledSimon Glass
2023-10-11cli: Allow history to be disabledSimon Glass
2023-10-11cli: Terminate the string in cread_line_process_ch()Simon Glass
2023-10-11cli: Create a function to process charactersSimon Glass
2023-10-11cli: Unindent some code in cread_line()Simon Glass
2023-10-11cli: Convert cread_line() to use a struct for the main varsSimon Glass
2023-10-11cli: Use unsigned int instead of unsigned longSimon Glass
2023-10-11cli: Implement delete-word in cread_line()Simon Glass
2023-10-11cli: Drop #ifdefs for CONFIG_AUTO_COMPLETE in cli_readlineSimon Glass
2023-10-11cli: Drop some #ifdefs in cli_readlineSimon Glass
2023-10-11cli: Add a command to show cmdline historySimon Glass
2023-10-11cli: Move simple readline into a functionSimon Glass
2023-10-11event: Rename rest of EVENT_SPY to EVENT_SPY_FULL or EVENT_SPY*Marek Vasut
2023-10-11malloc: Enable assertions if UNIT_TEST is enabledSean Anderson
2023-10-10blk: Use a macro for the typical block sizeBin Meng
2023-10-09stdio: fix stdio_deregister_dev()Heinrich Schuchardt
2023-10-09spl: Jump to image at end of board_init_rJonas Karlman
2023-10-09spl: add __noreturn attribute to spl_invoke_atf functionChanho Park
2023-10-08Merge tag 'u-boot-rockchip-20231007' of https://source.denx.de/u-boot/custodi...Tom Rini
2023-10-07spl: fit: support for booting a LZMA-compressed U-boot binaryManoj Sai
2023-10-07spl: fit: support for booting a GZIP-compressed U-boot binaryManoj Sai
2023-10-06bloblist: Add missing nameSimon Glass
2023-10-06bloblist: Support initing from multiple placesSimon Glass
2023-10-06sandbox: Move the bloblist down a little in memorySimon Glass
2023-10-06spl: Move bloblist writing until the image is knownSimon Glass
2023-10-06spl: Use the correct FIT_..._PROP constantsSimon Glass
2023-10-06spl: Move the full FIT code to spl_fit.cSimon Glass
2023-10-06spl: Rename spl_load_fit_image() to load_simple_fit()Simon Glass
2023-10-06spl: Remove #ifdefs with BOOTSTAGESimon Glass
2023-10-06spl: Avoid an #ifdef when printing gd->malloc_ptrSimon Glass
2023-10-06spl: Use SYS_MALLOC_F instead of SYS_MALLOC_F_LENSimon Glass
2023-10-06spl: Drop the switch() statement for OS selectionSimon Glass
2023-10-06spl: Avoid #ifdef with CONFIG_SPL_PAYLOAD_ARGS_ADDRSimon Glass
2023-10-06spl: Drop #ifdefs for BOARD_INIT and watchdogSimon Glass
2023-10-06spl: mx6: powerpc: Drop the condition on timer_init()Simon Glass
2023-10-06spl: Avoid #ifdef with CONFIG_SPL_SYS_MALLOCSimon Glass
2023-10-06spl: Rename SYS_SPL_ARGS_ADDR to SPL_PAYLOAD_ARGS_ADDRSimon Glass
2023-10-06spl: Use CONFIG_SPL... instead of CONFIG_..._SPL_...Simon Glass
2023-10-02Merge branch 'next'Tom Rini
2023-09-30Convert CFG_SYS_UBOOT_START to KconfigJesse Taube
2023-09-24common: Drop linux/printk.h from common headerSimon Glass
2023-09-22dm: core: Allow marking driver model as deadSimon Glass