]> git.dujemihanovic.xyz Git - u-boot.git/shortlog
u-boot.git
2023-10-06 Tom RiniMerge branch '2023-10-06-spl-prepare-for-universal...
2023-10-06 Simon Glasspci: serial: Support reading PCI-register size with...
2023-10-06 Simon Glassdm: core: Tweak device_is_on_pci_bus() for code size
2023-10-06 Simon Glassserial: Drop ns16550 serial_getinfo() in SPL
2023-10-06 Simon Glassspl: Add C-based runtime detection of SPL
2023-10-06 Simon Glasscommand: Include a required header in command.h
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 Glasssandbox: Only read the state if we have a state file
2023-10-06 Simon Glasssandbox: Init the EC properly even if no state file...
2023-10-06 Simon Glasssandbox: Move reading the RAM buffer into a better...
2023-10-06 Simon Glassdm: core: Add tests for oftree_path()
2023-10-06 Simon Glassdm: core: Support writing a 64-bit value
2023-10-06 Simon Glassdm: core: Support writing a boolean
2023-10-06 Simon Glassdm: core: Add a way to convert a devicetree to a dtb
2023-10-06 Simon Glassdm: core: Add a way to delete a node
2023-10-06 Simon Glassdm: core: Add a way to copy a node
2023-10-06 Simon Glassdm: core: Add a function to create an empty tree
2023-10-06 Simon Glassdm: core: Tidy up comments in the ofnode tests
2023-10-06 Simon Glassdm: core: Ensure we run flattree tests on ofnode
2023-10-06 Simon Glassdm: core: Reverse the argument order in ofnode_copy_props()
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 Glassdm: core: Correct help in TPL_DM and VPL_DM
2023-10-06 Simon Glassdoc: Clean up SYS_MALLOC_SIMPLE
2023-10-06 Simon GlassTidy up uses of CONFIG_SYS_MALLOC_F_LEN
2023-10-06 Simon Glassspl: Use SYS_MALLOC_F instead of SYS_MALLOC_F_LEN
2023-10-06 Simon Glasstpl: Enable CONFIG_TPL_SYS_MALLOC_F where needed
2023-10-06 Simon Glassspl: Enable CONFIG_SPL_SYS_MALLOC_F where needed
2023-10-06 Simon Glassspl: Create proper symbols for enabling the malloc...
2023-10-06 Simon Glassserial: Drop mention of SPL/TPL_SYS_MALLOC_F
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-05 Tom RiniMerge https://source.denx.de/u-boot/custodians/u-boot...
2023-10-05 Tom RiniMerge branch '2023-10-04-TI-dts-updates'
2023-10-04 Tom RiniMerge tag 'dm-pull-4oct23' of https://source.denx.de...
2023-10-04 Neha Malcom... arm: dts: k3-j721e: Sync with v6.6-rc1
2023-10-04 Neha Malcom... arm: dts: k3-j721e-r5: Clean up inclusion hierarchy
2023-10-04 Neha Malcom... configs: j721e: Remove HBMC_AM654 config
2023-10-04 Neha Malcom... drivers: firmware: ti_sci: Get SCI revision only if...
2023-10-04 Neha Malcom... arm: mach-k3: j721e_init: Move clk_k3 probe before...
2023-10-04 Neha Malcom... arm: mach-k3: j721e: dev-data: Add mcu_timer0 ID
2023-10-04 Nishanth Menonarm: dts: k3-am625-beagleplay: Fix Boot
2023-10-04 Roger Quadrosarm: dts: k3-am625-sk: Mark dependent nodes for pre...
2023-10-04 Roger Quadrosarm: dts: k3-am625-sk: Fix boot
2023-10-04 Roger Quadrosarm: dts: k3-am642-sk: Mark dependent nodes for pre...
2023-10-04 Roger Quadrosarm: dts: k3-am642-sk: Fix boot
2023-10-04 Roger Quadrosarm: dts: k3-am64-evm: Mark dependent nodes for pre...
2023-10-04 Roger Quadrosarm: dts: k3-am64-evm: Fix boot
2023-10-04 Simon Glassqconfig: Update the documentation
2023-10-04 Simon Glassqconfig: Rename the database file
2023-10-04 Simon Glassmoveconfig: Rename the tool to qconfig
2023-10-04 Simon Glassmoveconfig: Move summaries to the end
2023-10-04 Simon Glassmoveconfig: Drop the initial output
2023-10-04 Simon Glassmoveconfig: Show a summary at the end
2023-10-04 Simon Glassmoveconfig: Show failures in progress
2023-10-04 Simon Glassmoveconfig: Use u_boot_pylib for terminal colour
2023-10-04 Simon Glassmoveconfig: Avoid showing progress at the end
2023-10-04 Simon Glassmoveconfig: Reduce the amount of output
2023-10-04 Simon Glassmoveconfig: Only show output when there is a reason
2023-10-04 Simon Glassmoveconfig: Fix misc pylint warnings
2023-10-04 Simon Glassmoveconfig: Use an encoding with open()
2023-10-04 Simon Glassmoveconfig: Correct list-comprehension warnings
2023-10-04 Simon Glassmoveconfig: Correct use of members not declared in...
2023-10-04 Simon Glassmoveconfig: Correct non-snake variables names
2023-10-04 Simon Glassmoveconfig: Correct unused variables
2023-10-04 Simon Glassmoveconfig: Use f strings where possible
2023-10-04 Simon Glassmoveconfig: Correct parameter-type warnings
2023-10-04 Simon Glassmoveconfig: Correct some regular-expression strings
2023-10-04 Simon Glassmoveconfig: Drop suspicious boards
2023-10-04 Simon Glassmoveconfig: Drop check_defconfig() and update_dotconfig()
2023-10-04 Simon Glassmoveconfig: Drop CONFIG-moving code
2023-10-04 Simon Glassmoveconfig: Drop unused cleanup options
2023-10-04 Simon Glassmoveconfig: Correct ordering of asteval import
2023-10-04 Simon Glassmoveconfig: Avoid deprecation warning for setDaemon
2023-10-04 Simon Glassmoveconfig: Drop -H option
2023-10-04 Simon Glassdm: core: Adjust dump-sorting to get stats only when...
2023-10-04 Tom RiniMerge tag 'u-boot-stm32-20231004' of https://source...
2023-10-04 Patrick Delaunayboard: st: common: cleanup dfu support
2023-10-04 Patrick Delaunayconfigs: stm32mp13: add support of usb boot
2023-10-04 Patrick Delaunayconfigs: stm32mp13: activate command stm32prog
2023-10-04 Patrice Chotardconfigs: stm32mp13: Enable USB related flags
2023-10-04 Fabrice GasnierARM: dts: stm32: force b-session-valid for otg on stm32...
2023-10-04 Patrice ChotardARM: dts: stm32mp: alignment with v6.6-rc1
2023-10-04 Marek VasutARM: stm32: Add dh_update_sd_to_emmc to STM32MP15xx...
2023-10-04 Marek VasutARM: stm32: Rename update_sf to dh_update_sd_to_sf...
2023-10-04 Anatolij Gustschinclk: stm32mp1: Add support for USART1 clock
2023-10-04 Harald Seilerboard: dh_stm32mp1: Only print board code with CONFIG_S...
2023-10-04 Harald Seilerram: stm32mp1: Only print RAM config with CONFIG_SPL_DI...
2023-10-04 Gatien ChevallierARM: dts: stm32: add RNG node for STM32MP13x platforms
next