aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2023-11-07cli_simple: Rework this support slightlyTom Rini
2023-11-07Kconfig: Move CONFIG_SYS_[CP]BSIZE to common/KconfigTom Rini
2023-11-07version: Separate our version string from the version commandTom Rini
2023-10-30common: Reword CONSOLE_RECORD_.*SIZE help textsTom Rini
2023-10-24serial: introduce CONFIG_CONSOLE_FLUSH_ON_NEWLINERasmus Villemoes
2023-10-24cli: Consume invalid escape sequences earlyYurii Monakov
2023-10-24Merge tag 'u-boot-imx-20231024' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini
2023-10-23Merge tag 'u-boot-at91-2024.01-b' of https://source.denx.de/u-boot/custodians...Tom Rini
2023-10-23event: add new EVT_SETTINGS_R eventArtur Rojek
2023-10-22sunxi: add Allwinner R528/T113 SoC supportAndre Przywara
2023-10-22sunxi: introduce NCAT2 generation modelAndre Przywara
2023-10-19spl: riscv: add os type for next booting stageRandolph
2023-10-19spl: riscv: opensbi: change the default os_type as varibleRandolph
2023-10-17spl: Use map_sysmem where appropriateSean Anderson
2023-10-17spl: Add callbacks to invalidate cached devicesSean Anderson
2023-10-17fs: ext4: Fix building ext4 in SPL if write is enabledSean Anderson
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-17spl: mmc: Introduce proper layering for spl_mmc_get_uboot_raw_sector()Marek Vasut
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