]> git.ipfire.org Git - thirdparty/u-boot.git/shortlog
thirdparty/u-boot.git
2023-05-03  Tom RiniMerge branch '2023-05-02-assorted-platform-updates...
2023-05-03  Dzmitry Sankouskistarqltechn: enable bootmenu
2023-05-03  Dzmitry Sankouskistarqltechn: use button keyboard driver
2023-05-03  Dzmitry Sankouskistarqltechn: use 16x32 font
2023-05-03  Yang Xiwenarm: histb: hi3798mv200: add initial support for Hi3798...
2023-05-03  Yang Xiwendt-binding: histb-clock: add clocks definition for...
2023-05-03  Yang Xiwenmmc: hi6220_dw_mmc: add compatible for HC2910 support
2023-05-03  Yang Xiwenarm: add support for Hisilicon HiSTB family SoCs
2023-05-03  Tom Riniarm: Remove omap5_uevm board
2023-05-03  Nitin Yadavarm: mach-k3: Workaround errata ID i2331
2023-05-03  Kishon Vijay... board: ti: j721s2: Add support to detect daughtercards
2023-05-03  Kishon Vijay... configs: j7200_evm_a72: Enhance bootcmd to configure...
2023-05-03  Frank Wunderlichconfigs: change bpi-r3 to board specific dts and change...
2023-05-03  Daniel Golleboard: mediatek: add Bananapi-R3 devicetree
2023-05-03  Daniel Gollepinctrl: mediatek: set R1/R0 in case pullen/pullsel...
2023-05-03  Aradhya Bhatiaarm: mach-k3: am62a7: Enable QoS for DSS
2023-05-03  Manorit Chawdhryarm: mach-k3: j7200: Fix firewall warnings at boot...
2023-05-03  Bhupesh Sharmaboard: Fix documentation for Snapdragon based Samsung...
2023-05-03  Bhupesh Sharmaboard: Fix board file path for sdm845.c for Samsung...
2023-05-02  Manorit Chawdhryarm: mach-k3: common: don't reconfigure background...
2023-05-02  Vignesh Raghavendraarm: mach-k3: common: Default to non fitImage boot...
2023-05-02  Vladimir Zapolskiyarm: dts: msm: add GENI SE QUP device tree node
2023-05-02  Vladimir Zapolskiyserial: msm-geni: correct oversampling value based...
2023-05-02  Konrad Dybcioserial: msm-geni: Use upstream Linux bindings
2023-05-02  Vladimir Zapolskiyserial: msm-geni: fix a compile time warning from msm_s...
2023-05-02  Vladimir Zapolskiyserial: msm-geni: fix code indentation
2023-05-02  Vladimir Zapolskiyserial: msm-geni: remove invalid se-clk clock name
2023-05-02  Konrad Dybcioserial: msm-geni: Always bind before relocation
2023-05-02  Vladimir Zapolskiyserial: msm-geni: remove redundant includes
2023-05-02  Vladimir Zapolskiymisc: add Qualcomm GENI SE QUP device driver
2023-05-02  Linus Walleijboard: Add new Broadcom Northstar board
2023-05-02  Linus Walleijarm: Add support for the Broadcom Northstar SoCs
2023-05-02  Linus Walleijarm: dts: Import device tree for Broadcom Northstar
2023-05-02  Svyatoslav... extcon: add MAX14526 MUIC support
2023-05-02  Svyatoslav... test: Add tests for the extcon
2023-05-02  Svyatoslav... dm: extcon: add an uclass for extcon
2023-05-02  Tom RiniMerge tag 'tpm-master-02052023' of https://source.denx...
2023-05-02  Tom RiniMerge branch '2023-05-01-assorted-powerpc-updates'
2023-05-02  Pali Rohárpci: auto: Remove PCI_CLASS_PROCESSOR_POWERPC autoconfi...
2023-05-02  Heinrich SchuchardtMAINTAINERS: assign include/tpm*, cmd/tpm*
2023-05-02  Heinrich Schuchardtcmd: missing break in test_write_limit()
2023-05-01  Pali Rohárpci: mpc85xx: Do not access PCI BARs registers of BDF...
2023-05-01  Pali Rohárpci: mpc85xx: Do not try to access extended PCIe registers
2023-05-01  Pali Rohárpci: mpc85xx: Allow 8/16-bit access to PCI config space
2023-05-01  Pali Rohárpci: mpc85xx: Add missing sync() after writing to PCI...
2023-05-01  Christophe... mpc83xx: Don't allow W and G bits in IBATs
2023-05-01  Tom RiniMerge branch 'master' of https://source.denx.de/u-boot...
2023-05-01  Tom RiniPrepare v2023.07-rc1 v2023.07-rc1
2023-05-01  Tom Riniconfigs: Resync with savedefconfig
2023-05-01  Tom RiniMerge branch 'master' of https://source.denx.de/u-boot...
2023-04-29  Tom RiniMerge branch 'for-2023.07' of https://source.denx.de...
2023-04-28  Tom RiniMerge tag 'dm-pull-28apr23' of https://source.denx...
2023-04-28  Simon Glassfdt: Indicate that people should use the ofnode API
2023-04-28  Hugo Villeneuvefdt_support: fix comments syntax error
2023-04-28  Johan Jonkercore: fdtaddr: use map_sysmem() as cast for the return
2023-04-28  Jan Kiszkatools: Fall back to importlib_resources on Python 3.6
2023-04-28  Marek Vasuttest: fdt: Fix copyright message
2023-04-28  Heinrich Schuchardtpatman: fix class TestFunctional
2023-04-28  Simon Glassbinman: Use expanduser instead of HOME
2023-04-28  Rasmus Villemoesdm: core: introduce uclass_get_device_by_of_path()
2023-04-28  Rasmus Villemoesuclass: add uclass_find_device_by_phandle_id() helper
2023-04-28  Pavel Skripkinsandbox: disable tracing before unmapping RAM
2023-04-28  Heinrich Schuchardtsandbox: correct posix_types.h define
2023-04-28  Tom Rinibootflow: Rework do_bootflow_menu() slightly
2023-04-28  Bin Mengdm: core: Make aliases_lookup static
2023-04-28  Jorge Ramirez... drivers: tee: sandbox: Fix SCP03 control emulator
2023-04-28  Heinrich Schuchardtsandbox: fix return type of os_filesize()
2023-04-28  Heinrich SchuchardtMAINTAINERS: assign include/os.h
2023-04-28  Andrew Davisbinman: Use unsigned long over typedef ulong
2023-04-28  Heinrich Schuchardtcommon: static fdt_simplefb_enable_existing_node()
2023-04-28  Bin Mengboot: vbe_simple: Fix vbe_simple_read_bootflow() dependency
2023-04-28  Heinrich Schuchardtsandbox: mark sandbox_exit() as no return.
2023-04-28  Heinrich Schuchardtsandbox: spi: sandbox_sf_process_cmd() missing fallthrough
2023-04-28  Heinrich Schuchardtsandbox: fix sandbox_hub_submit_control_msg()
2023-04-28  Heinrich Schuchardtsandbox: fix fall through in sandbox_flash_bulk()
2023-04-28  Christophe... board: cssi: Add CPU board CMPCPRO
2023-04-28  Christophe... board: cssi: Move all mother board code into common.c
2023-04-28  Christophe... board: cssi: Refactor EEPROM read
2023-04-28  Christophe... board: cssi: Create dedicated file for common sources
2023-04-28  Christophe... board: cssi: Migrate to hashed password
2023-04-28  Samuel HollandKconfig: Remove an impossible condition
2023-04-28  Samuel Hollandphy: sun4i-usb: Do not drive VBUS with external VBUS...
2023-04-28  Samuel Hollandgpio: axp/sunxi: Remove virtual VBUS detection GPIO
2023-04-28  Samuel Hollandsunxi: Switch to PMIC USB power supply VBUS detection
2023-04-28  Samuel Hollandpower: regulator: Add a driver for the AXP USB power...
2023-04-28  Samuel Hollandmtd: nand: sunxi: Pass the device to the init function
2023-04-28  Samuel Hollandmtd: nand: sunxi: Convert to the driver model
2023-04-28  Samuel Hollandmtd: nand: sunxi: Convert from fdtdec to ofnode
2023-04-28  Samuel Hollandmtd: nand: sunxi: Remove an unnecessary check
2023-04-28  Samuel Hollandpinctrl: sunxi: Add NAND pinmuxes
2023-04-28  Samuel Hollandclk: sunxi: Add NAND clocks and resets
2023-04-28  Samuel Hollandsunxi: binman: Fix U-Boot offset when SPL is not 32 KiB
2023-04-27  Tom RiniMerge branch '2023-04-27-introduce-nvm-xip-block-storag...
2023-04-27  Abdellatif... sandbox64: add a test case for UCLASS_NVMXIP
2023-04-27  Abdellatif... corstone1000: enable NVM XIP QSPI flash
2023-04-27  Abdellatif... corstone1000: add NVM XIP QSPI device tree node
2023-04-27  Abdellatif... sandbox64: add support for NVMXIP QSPI
2023-04-27  Abdellatif... sandbox64: fix: return unsigned long in readq()
2023-04-27  Abdellatif... drivers/mtd/nvmxip: introduce QSPI XIP driver
2023-04-27  Abdellatif... drivers/mtd/nvmxip: introduce NVM XIP block storage...
next