]> git.ipfire.org Git - thirdparty/u-boot.git/history - common
board: ti: am62ax: env: Use default findfdt
[thirdparty/u-boot.git] / common /
2023-11-20  Tom RiniMerge tag 'v2024.01-rc3' into next
2023-11-18  Tom RiniMerge branch 'master-mmc-clock' of https://source.denx...
2023-11-17  Tom RiniMerge branch '2023-11-16-assorted-updates' into next
2023-11-16  Sean Andersonfs: ext4: Remove unused parameter from ext4_mount
2023-11-16  Tom RiniMerge patch series "spl: Use common function for loadin...
2023-11-16  Sean Andersonspl: fat: Add option to disable DMA alignment
2023-11-16  Sean Andersonspl: spi: Consolidate spi_load_image_os into spl_spi_lo...
2023-11-16  Sean Andersonspl: Convert spi to spl_load
2023-11-16  Sean Andersonspl: Convert semihosting to spl_load
2023-11-16  Sean Andersonspl: Convert NVMe to spl_load
2023-11-16  Sean Andersonspl: Convert nor to spl_load
2023-11-16  Sean Andersonspl: Convert net to spl_load
2023-11-16  Sean Andersonspl: Convert nand to spl_load
2023-11-16  Sean Andersonspl: Convert mmc to spl_load
2023-11-16  Sean Andersonspl: Convert fat to spl_load
2023-11-16  Sean Andersonspl: Convert ext to use spl_load
2023-11-16  Sean Andersonspl: Add generic spl_load function
2023-11-16  Sean Andersonspl: legacy: Split off LZMA decompression into its...
2023-11-16  Sean Andersonspl: nand: Remove spl_nand_legacy_read
2023-11-16  Sean Andersonspl: Only support bl_len when we have to
2023-11-16  Sean Andersonspl: Remove filename from spl_load_info
2023-11-16  Sean Andersonspl: Set FAT bl_len to ARCH_DMA_MINALIGN
2023-11-16  Sean Andersonspl: Refactor spl_load_info->read to use units of bytes
2023-11-16  Sean Andersonspl: Take advantage of bl_len's power-of-twoness
2023-11-16  Tom RiniMerge patch series "nand: Add sandbox tests"
2023-11-16  Sean Andersonspl: Remove dev from spl_load_info
2023-11-16  Sean Andersonspl: Remove NULL assignments in spl_load_info
2023-11-16  Sean Andersonspl: semihosting: Don't close fd before spl_load_simple_fit
2023-11-16  Sean Andersonspl: Make SHOW_ERRORS depend on LIBCOMMON
2023-11-16  Sean Andersonspl: blk_fs: Fix uninitialized return value when we...
2023-11-16  Sean Andersonmtd: Rename SPL_MTD_SUPPORT to SPL_MTD
2023-11-16  Sean Andersonspl: nand: Map memory before accessing it
2023-11-16  Sean Andersonspl: nand: Set bl_len to page size
2023-11-16  Sean Andersonspl: legacy: Honor bl_len when decompressing
2023-11-16  Sean Andersonspl: nand: Fix NULL-pointer dereference
2023-11-15  Tom RiniMerge tag 'dm-pull-15nov23' of https://source.denx...
2023-11-15  Simon Glassbootstage: Correct exhasuted typo
2023-11-10  Tom RiniMerge patch series "arm: dts: k3-am6: Fix Ethernet...
2023-11-10  Tom RiniMerge tag 'u-boot-stm32-20231110' of https://source...
2023-11-10  Tom RiniMerge branch '2023-11-10-assorted-fixes'
2023-11-10  Nishanth Menontree-wide: Replace http:// link with https:// link...
2023-11-07  Tom Riniscsi: Forceably finish migration to DM_SCSI
2023-11-07  Tom RiniMerge branch '2023-11-07-assorted-big-cleanups' into...
2023-11-07  Tom Rinicli_simple: Rework this support slightly
2023-11-07  Tom RiniKconfig: Move CONFIG_SYS_[CP]BSIZE to common/Kconfig
2023-11-07  Tom Riniversion: Separate our version string from the version...
2023-11-02  Tom RiniMerge tag 'i2cfixes-for-v2024-01-rc2' of https://source...
2023-11-01  Tom RiniMerge tag 'clk-2024.01-rc2' of https://source.denx...
2023-10-30  Tom RiniMerge branch '2023-10-30-assorted-general-updates'
2023-10-30  Tom Rinicommon: Reword CONSOLE_RECORD_.*SIZE help texts
2023-10-27  Tom RiniMerge tag 'tpm-next-27102023' of https://source.denx...
2023-10-24  Tom RiniMerge branch '2023-10-24-assorted-general-fixes-and...
2023-10-24  Rasmus Villemoesserial: introduce CONFIG_CONSOLE_FLUSH_ON_NEWLINE
2023-10-24  Yurii Monakovcli: Consume invalid escape sequences early
2023-10-24  Tom RiniMerge tag 'u-boot-rockchip-20231024' of https://source...
2023-10-24  Tom RiniMerge tag 'u-boot-imx-20231024' of https://gitlab.denx...
2023-10-23  Tom RiniMerge tag 'u-boot-at91-2024.01-b' of https://source...
2023-10-23  Tom RiniMerge branch 'master' of https://source.denx.de/u-boot...
2023-10-23  Artur Rojekevent: add new EVT_SETTINGS_R event
2023-10-23  Tom RiniMerge tag 'u-boot-amlogic-20231023' of https://source...
2023-10-22  Andre Przywarasunxi: add Allwinner R528/T113 SoC support
2023-10-22  Andre Przywarasunxi: introduce NCAT2 generation model
2023-10-19  Tom RiniMerge branch 'master' of https://source.denx.de/u-boot...
2023-10-19  Randolphspl: riscv: add os type for next booting stage
2023-10-19  Randolphspl: riscv: opensbi: change the default os_type as...
2023-10-18  Tom RiniMerge branch '2023-10-17-spl-test-some-load-methods'
2023-10-18  Sean Andersonspl: Use map_sysmem where appropriate
2023-10-18  Sean Andersonspl: Add callbacks to invalidate cached devices
2023-10-18  Sean Andersonfs: ext4: Fix building ext4 in SPL if write is enabled
2023-10-18  Sean AndersonMove i.MX8 container image loading support to common/spl
2023-10-18  Sean Andersonarm: imx: Check header before calling spl_load_imx_cont...
2023-10-18  Sean Andersonspl: fit: Fix entry point for SPL_LOAD_FIT_FULL
2023-10-18  Sean Andersonspl: nor: Don't allocate header on stack
2023-10-18  Sean Andersonspl: legacy: Fix referencing _image_binary_end
2023-10-18  Sean Andersonspl: mmc: Fix subsequent calls to spl_mmc_load with...
2023-10-17  Marek Vasutspl: mmc: Introduce proper layering for spl_mmc_get_ubo...
2023-10-17  Tom RiniMerge branch 'master' of https://source.denx.de/u-boot...
2023-10-16  Tom RiniMerge tag 'u-boot-imx-20231016' of https://gitlab.denx...
2023-10-16  Marek Vasutspl: fit: Add board level function to decide applicatio...
2023-10-16  Tom RiniMerge tag 'u-boot-amlogic-20231015' of https://source...
2023-10-13  Tom RiniMerge tag 'efi-2024-01-rc1' of https://source.denx...
2023-10-13  Tom RiniMerge tag 'xilinx-for-v2024.01-rc1-v3' of https://sourc...
2023-10-12  Tom RiniMerge branch '2023-10-12-expo-add-support-for-edting...
2023-10-11  Simon Glasscli: Add a function to set up a new cread
2023-10-11  Simon Glasscli: Allow command completion to be disabled
2023-10-11  Simon Glasscli: Allow history to be disabled
2023-10-11  Simon Glasscli: Terminate the string in cread_line_process_ch()
2023-10-11  Simon Glasscli: Create a function to process characters
2023-10-11  Simon Glasscli: Unindent some code in cread_line()
2023-10-11  Simon Glasscli: Convert cread_line() to use a struct for the main...
2023-10-11  Simon Glasscli: Use unsigned int instead of unsigned long
2023-10-11  Simon Glasscli: Implement delete-word in cread_line()
2023-10-11  Simon Glasscli: Drop #ifdefs for CONFIG_AUTO_COMPLETE in cli_readline
2023-10-11  Simon Glasscli: Drop some #ifdefs in cli_readline
2023-10-11  Simon Glasscli: Add a command to show cmdline history
2023-10-11  Simon Glasscli: Move simple readline into a function
2023-10-11  Tom RiniMerge branch '2023-10-11-assorted-fixes-and-updates'
2023-10-11  Marek Vasutevent: Rename rest of EVENT_SPY to EVENT_SPY_FULL or...
2023-10-11  Sean Andersonmalloc: Enable assertions if UNIT_TEST is enabled
2023-10-11  Tom RiniMerge tag 'fsl-qoirq-2023-10-10' of https://source...
next