aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2023-11-10tree-wide: Replace http:// link with https:// link for ti.comNishanth Menon1-1/+1
2023-10-30common: Reword CONSOLE_RECORD_.*SIZE help textsTom Rini1-8/+8
2023-10-24serial: introduce CONFIG_CONSOLE_FLUSH_ON_NEWLINERasmus Villemoes1-0/+10
2023-10-24cli: Consume invalid escape sequences earlyYurii Monakov1-0/+2
2023-10-24Merge tag 'u-boot-imx-20231024' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini1-1/+13
2023-10-23Merge tag 'u-boot-at91-2024.01-b' of https://source.denx.de/u-boot/custodians...Tom Rini2-0/+2
2023-10-23event: add new EVT_SETTINGS_R eventArtur Rojek2-0/+2
2023-10-22sunxi: add Allwinner R528/T113 SoC supportAndre Przywara1-0/+1
2023-10-22sunxi: introduce NCAT2 generation modelAndre Przywara1-1/+1
2023-10-19spl: riscv: add os type for next booting stageRandolph2-3/+9
2023-10-19spl: riscv: opensbi: change the default os_type as varibleRandolph1-10/+16
2023-10-17spl: Use map_sysmem where appropriateSean Anderson11-35/+69
2023-10-17spl: Add callbacks to invalidate cached devicesSean Anderson2-1/+12
2023-10-17fs: ext4: Fix building ext4 in SPL if write is enabledSean Anderson1-0/+1
2023-10-17Move i.MX8 container image loading support to common/splSean Anderson3-0/+173
2023-10-17arm: imx: Check header before calling spl_load_imx_containerSean Anderson4-4/+12
2023-10-17spl: fit: Fix entry point for SPL_LOAD_FIT_FULLSean Anderson1-1/+2
2023-10-17spl: nor: Don't allocate header on stackSean Anderson1-7/+4
2023-10-17spl: legacy: Fix referencing _image_binary_endSean Anderson1-1/+1
2023-10-17spl: mmc: Fix subsequent calls to spl_mmc_load with CONFIG_BLKSean Anderson1-1/+1
2023-10-17spl: mmc: Introduce proper layering for spl_mmc_get_uboot_raw_sector()Marek Vasut1-1/+13
2023-10-16spl: fit: Add board level function to decide application of DTOMarek Vasut1-3/+20
2023-10-11cli: Add a function to set up a new creadSimon Glass1-9/+15
2023-10-11cli: Allow command completion to be disabledSimon Glass1-1/+2
2023-10-11cli: Allow history to be disabledSimon Glass1-20/+22
2023-10-11cli: Terminate the string in cread_line_process_ch()Simon Glass1-1/+7
2023-10-11cli: Create a function to process charactersSimon Glass1-45/+63
2023-10-11cli: Unindent some code in cread_line()Simon Glass1-140/+139
2023-10-11cli: Convert cread_line() to use a struct for the main varsSimon Glass1-55/+61
2023-10-11cli: Use unsigned int instead of unsigned longSimon Glass1-9/+8
2023-10-11cli: Implement delete-word in cread_line()Simon Glass1-0/+31
2023-10-11cli: Drop #ifdefs for CONFIG_AUTO_COMPLETE in cli_readlineSimon Glass1-43/+42
2023-10-11cli: Drop some #ifdefs in cli_readlineSimon Glass1-6/+14
2023-10-11cli: Add a command to show cmdline historySimon Glass1-3/+1
2023-10-11cli: Move simple readline into a functionSimon Glass1-33/+46
2023-10-11event: Rename rest of EVENT_SPY to EVENT_SPY_FULL or EVENT_SPY*Marek Vasut1-2/+2
2023-10-11malloc: Enable assertions if UNIT_TEST is enabledSean Anderson1-4/+4
2023-10-10blk: Use a macro for the typical block sizeBin Meng1-2/+2
2023-10-09stdio: fix stdio_deregister_dev()Heinrich Schuchardt1-3/+3
2023-10-09spl: Jump to image at end of board_init_rJonas Karlman1-5/+7
2023-10-09spl: add __noreturn attribute to spl_invoke_atf functionChanho Park1-4/+4
2023-10-08Merge tag 'u-boot-rockchip-20231007' of https://source.denx.de/u-boot/custodi...WIP/08Oct2023Tom Rini1-3/+17
2023-10-07spl: fit: support for booting a LZMA-compressed U-boot binaryManoj Sai1-1/+12
2023-10-07spl: fit: support for booting a GZIP-compressed U-boot binaryManoj Sai1-3/+6
2023-10-06bloblist: Add missing nameSimon Glass1-0/+1
2023-10-06bloblist: Support initing from multiple placesSimon Glass2-4/+13
2023-10-06sandbox: Move the bloblist down a little in memorySimon Glass1-1/+1
2023-10-06spl: Move bloblist writing until the image is knownSimon Glass1-12/+12
2023-10-06spl: Use the correct FIT_..._PROP constantsSimon Glass1-5/+6
2023-10-06spl: Move the full FIT code to spl_fit.cSimon Glass2-101/+100