]> Git Repo - u-boot.git/history - common
Merge tag 'u-boot-amlogic-20231015' of https://source.denx.de/u-boot/custodians/u...
[u-boot.git] / common /
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...
2023-10-11 Tom RiniMerge branch '2023-10-10-blk-sandbox-support-binding...
2023-10-10 Bin Mengblk: Use a macro for the typical block size
2023-10-10 Tom RiniMerge branch '2023-10-09-assorted-fixes'
2023-10-09 Heinrich Schuchardtstdio: fix stdio_deregister_dev()
2023-10-09 Jonas Karlmanspl: Jump to image at end of board_init_r
2023-10-09 Chanho Parkspl: add __noreturn attribute to spl_invoke_atf function
2023-10-08 Tom RiniMerge tag 'u-boot-rockchip-20231007' of https://source...
2023-10-07 Manoj Saispl: fit: support for booting a LZMA-compressed U-boot...
2023-10-07 Manoj Saispl: fit: support for booting a GZIP-compressed U-boot...
2023-10-06 Tom RiniMerge branch '2023-10-06-spl-prepare-for-universal...
2023-10-06 Simon Glassbloblist: Add missing name
2023-10-06 Simon Glassbloblist: Support initing from multiple places
2023-10-06 Simon Glasssandbox: Move the bloblist down a little in memory
2023-10-06 Simon Glassspl: Move bloblist writing until the image is known
2023-10-06 Simon Glassspl: Use the correct FIT_..._PROP constants
2023-10-06 Simon Glassspl: Move the full FIT code to spl_fit.c
2023-10-06 Simon Glassspl: Rename spl_load_fit_image() to load_simple_fit()
2023-10-06 Simon Glassspl: Remove #ifdefs with BOOTSTAGE
2023-10-06 Simon Glassspl: Avoid an #ifdef when printing gd->malloc_ptr
2023-10-06 Simon Glassspl: Use SYS_MALLOC_F instead of SYS_MALLOC_F_LEN
2023-10-06 Simon Glassspl: Drop the switch() statement for OS selection
2023-10-06 Simon Glassspl: Avoid #ifdef with CONFIG_SPL_PAYLOAD_ARGS_ADDR
2023-10-06 Simon Glassspl: Drop #ifdefs for BOARD_INIT and watchdog
2023-10-06 Simon Glassspl: mx6: powerpc: Drop the condition on timer_init()
2023-10-06 Simon Glassspl: Avoid #ifdef with CONFIG_SPL_SYS_MALLOC
2023-10-06 Simon Glassspl: Rename SYS_SPL_ARGS_ADDR to SPL_PAYLOAD_ARGS_ADDR
2023-10-06 Simon Glassspl: Use CONFIG_SPL... instead of CONFIG_..._SPL_...
2023-10-04 Tom RiniMerge tag 'u-boot-stm32-20231004' of https://source...
2023-10-02 Tom RiniMerge branch 'next_pinctrl_sync' of https://source...
2023-10-02 Tom RiniMerge branch 'next'
2023-10-01 Tom RiniMerge branch '2023-09-30-Kconfig-updates' into next
2023-09-30 Jesse TaubeConvert CFG_SYS_UBOOT_START to Kconfig
2023-09-24 Tom RiniMerge tag 'dm-next-23sep23' of https://source.denx...
2023-09-24 Simon Glasscommon: Drop linux/printk.h from common header
2023-09-22 Tom RiniMerge tag 'x86-pull-20230922' of https://source.denx...
2023-09-21 Simon Glassdm: core: Allow marking driver model as dead
2023-09-19 Tom RiniMerge branch '2023-09-19-tidy-up-some-kconfig-options...
2023-09-19 Simon Glassspl: Tidy up load address in spl_ram
2023-09-19 Simon GlassMove fdt_simplefb to boot/
2023-09-19 Simon Glassboot: Move fdt_support to boot/
2023-09-19 Simon Glassvideo: Move the BMP options
2023-09-19 Simon Glassvideo: Move bmp code to drivers/video
2023-09-16 Tom RiniMerge branch 'next' of git://source.denx.de/u-boot...
2023-09-15 Marek Vasutsdp: Use plain udevice for UDC controller interaction
2023-09-15 Marek Vasutspl: sdp: Detach the controller on error
2023-09-15 Marek Vasutdfu: Use plain udevice for UDC controller interaction
2023-09-15 Marek Vasutdfu: Detach the controller on error
2023-09-14 Tom RiniMerge branch '2023-09-14-remove-NEEDS_MANUAL_RELOC...
2023-09-14 Marek Vasutcmd: bmp: Remove unused NEEDS_MANUAL_RELOC code bits
2023-09-14 Marek Vasutcommon: stdio: Remove unused NEEDS_MANUAL_RELOC code...
2023-09-14 Marek Vasutcommon: hash: Remove unused NEEDS_MANUAL_RELOC code...
2023-09-14 Marek Vasutcommon: event: Remove unused NEEDS_MANUAL_RELOC code...
2023-09-14 Marek Vasutcommon: malloc: Remove unused NEEDS_MANUAL_RELOC code...
2023-09-14 Marek Vasutcommon: hush: Remove unused NEEDS_MANUAL_RELOC code...
2023-09-14 Marek Vasutcommon: board_r: Remove unused NEEDS_MANUAL_RELOC code...
2023-09-14 Marek Vasutblkcache: Remove unused NEEDS_MANUAL_RELOC code bits
2023-09-09 Tom RiniMerge tag 'doc-2023-10-rc5' of https://source.denx...
2023-09-09 Heinrich Schuchardtspl: undefined return value in spl_blk_load_image
2023-09-06 Tom RiniMerge branch 'next' of https://source.denx.de/u-boot...
2023-09-05 Tom RiniMerge branch 'master' of https://gitlab.denx.de/u-boot...
2023-09-05 Tom RiniMerge tag 'u-boot-imx-20230905' of https://gitlab.denx...
2023-09-05 Tom RiniMerge https://source.denx.de/u-boot/custodians/u-boot...
2023-09-05 Chanho Parkspl: add __noreturn attribute to spl_invoke_opensbi...
2023-09-05 Shengyu Qudlmalloc: Add support for SPL_SYS_MALLOC_CLEAR_ON_INIT
2023-09-04 Tom RiniMerge tag 'v2023.10-rc4' into next
2023-08-31 Tom RiniMerge branch '2023-08-31-replace-more-init-hooks-with...
2023-08-31 Simon Glassevent: Use an event to replace last_stage_init()
2023-08-31 Simon Glassfreescale: Drop call to init_func_vid() in the init...
2023-08-31 Simon Glassx86: Convert arch_fsp_init() to use events
2023-08-31 Simon Glassinitcall: Support manual relocation
2023-08-31 Simon Glassinitcall: Support emitting events
2023-08-31 Simon Glassevent: Export event_type_name()
2023-08-31 Simon GlassRevert "initcall: Move to inline function"
2023-08-31 Simon Glassevent: Support a simple spy record
2023-08-30 Tom RiniMerge tag 'u-boot-at91-2023.10-a' of https://source...
2023-08-23 Tom RiniMerge tag 'doc-2023-10-rc4' of https://source.denx...
2023-08-23 Tom RiniMerge branch '2023-08-22-assorted-code-cleanups' into...
2023-08-22 Tom RiniMerge tag 'dm-pull-22aug23' of https://source.denx...
2023-08-22 Marek Vasutcommon: bouncebuf: Add missing cast to dma_addr_t
next
This page took 0.088803 seconds and 7 git commands to generate.