]> git.dujemihanovic.xyz Git - u-boot.git/shortlog
u-boot.git
2024-10-17 Marek VasutMakefile: Drop SPL_FIT_SOURCE support
2024-10-17 Tom RiniMerge tag 'u-boot-stm32-20241017' of https://source...
2024-10-17 Tom RiniMerge tag 'u-boot-dfu-20241017' of https://source.denx...
2024-10-17 Tom RiniMerge https://source.denx.de/u-boot/custodians/u-boot-usb
2024-10-17 Sebastian ReichelMAINTAINERS: add TCPM section
2024-10-17 Sebastian Reichelrockchip: rock5b-rk3588: Enable USB-C PD support
2024-10-17 Sebastian Reichelrockchip: rk3588-rock-5b: Add USB-C controller to u...
2024-10-17 Sebastian Reichelboard: rock5b-rk3588: enable USB-C in operating system
2024-10-17 Sebastian Reichelusb: tcpm: fusb302: add driver
2024-10-17 Sebastian Reichelusb: tcpm: add core framework
2024-10-16 Tom RiniMerge patch series "some serial rx buffer patches"
2024-10-16 Rasmus Villemoesserial: embed the rx buffer in struct serial_dev_priv
2024-10-16 Rasmus Villemoesserial: add build-time sanity check of CONFIG_SERIAL_RX...
2024-10-16 Rasmus Villemoesserial: do not overwrite not-consumed characters in...
2024-10-16 Rasmus Villemoesserial: fix circular rx buffer edge case
2024-10-16 Patrick Delaunaystm32mp: cosmetic: remove empty comment block in config...
2024-10-16 Marek VasutARM: stm32: Add script to install U-Boot from SD/eMMC...
2024-10-16 Patrick Delaunaystm32mp: fix name of optee reserved memory node
2024-10-16 Patrick Delaunaydoc: clarify scmi device tree for stm32mp15 boards
2024-10-16 Patrick DelaunayARM: stm32mp: enable data cache after LMB configuration...
2024-10-16 Patrick Delaunaystm32mp: compute ram_top based on the optee base addres...
2024-10-16 Marek VasutARM: dts: stm32: Generate u-boot.itb using binman on...
2024-10-16 Marek VasutARM: dts: stm32: Switch to using upstream DT on DH...
2024-10-16 Marek VasutARM: dts: stm32: Duplicate cpu0-opp-table node into...
2024-10-16 Marek VasutARM: stm32: Update MAINTAINERS file globs for STM32MP...
2024-10-16 Tom RiniMerge patch series "Introduce the lwIP network stack"
2024-10-16 Jerome ForissierMAINTAINERS: net: lwip: add myself as a maintainer
2024-10-16 Jerome ForissierCI: add qemu_arm64_lwip to the test matrix
2024-10-16 Jerome Forissiernet: lwip: add TFTP_BLOCKSIZE
2024-10-16 Jerome Forissiernet: lwip: tftp: add support of blksize option to client
2024-10-16 Jerome Forissierconfigs: add qemu_arm64_lwip_defconfig
2024-10-16 Jerome Forissiercmd: bdinfo: enable -e when CONFIG_CMD_NET_LWIP=y
2024-10-16 Jerome Forissiernet: lwip: add wget command
2024-10-16 Jerome Forissiernet: split cmd/net.c into cmd/net.c and cmd/net-common.c
2024-10-16 Jerome Forissiernet: lwip: add dns command
2024-10-16 Jerome Forissiernet: lwip: add ping command
2024-10-16 Jerome Forissiernet: lwip: add TFTP support and tftpboot command
2024-10-16 Jerome Forissiernet: lwip: tftp: bind to TFTP port only when in server...
2024-10-16 Jerome Forissiernet: lwip: add DHCP support and dhcp commmand
2024-10-16 Jerome Forissiernet: lwip: build lwIP
2024-10-16 Jerome Forissiernet: eth-uclass: add function eth_start_udev()
2024-10-16 Jerome Forissiernet: split net into net{,-common,-legacy,-lwip}
2024-10-16 Jerome Forissiernet: introduce alternative implementation as net/lwip/
2024-10-16 Jerome Forissiertest: boot: fix bootflow_cmd_label for when DSA_SANDBOX...
2024-10-16 Jerome Forissiertest: boot: fix bootdev_test_any for when DSA_SANDBOX...
2024-10-16 Jerome Forissiersandbox: add dummy driver ETH_SANDBOX_LWIP
2024-10-16 Jerome Forissierconfigs: use syntax CONFIG_FOO=n in tools-only_defconfig
2024-10-16 Tom RiniMerge commit 'f3f86fd1fe0fb288356bff78f8a6fa2edf89e3fc...
2024-10-16 Tom RiniSquashed 'lib/lwip/lwip/' content from commit 0a0452b2c39b
2024-10-16 Tom RiniRevert "Makefile: Drop SPL_FIT_GENERATOR / SPL_FIT_SOUR...
2024-10-15 Tom RiniMerge https://source.denx.de/u-boot/custodians/u-boot-usb
2024-10-15 Tom RiniMerge patch series "Make EFI memory allocations synchro...
2024-10-15 Sughosh Ganulmb: replace the double-underscore with single-undersco...
2024-10-15 Sughosh Ganuefi_memory: rename variable to highlight overlap with...
2024-10-15 Sughosh Ganulmb: remove call to efi_lmb_reserve()
2024-10-15 Sughosh Ganuefi_memory: do not add RAM memory to the memory map
2024-10-15 Sughosh Ganux86: e820: use the lmb API for adding RAM memory
2024-10-15 Sughosh Ganulayerscape: use the lmb API's to add RAM memory
2024-10-15 Sughosh Ganulmb: allow for boards to specify memory map
2024-10-15 Sughosh Ganustm32mp: remove efi_add_known_memory() function definition
2024-10-15 Sughosh Ganuti: k3: remove efi_add_known_memory() function definition
2024-10-15 Sughosh Ganuefi_memory: do not add U-Boot memory to the memory map
2024-10-15 Sughosh Ganulmb: notify of any changes to the LMB memory map
2024-10-15 Sughosh Ganuefi: memory: use the lmb API's for allocating and freei...
2024-10-15 Sughosh Ganulmb: add and reserve memory above ram_top
2024-10-15 Sughosh Ganulmb: add a flag to allow suppressing memory map change...
2024-10-15 Sughosh Ganulmb: add versions of the lmb API with flags
2024-10-15 Simon Glasstest: Drop mention of old flags in a comment
2024-10-15 Marek VasutMakefile: Drop SPL_FIT_GENERATOR support
2024-10-15 Marek VasutMakefile: Drop SPL_FIT_SOURCE support
2024-10-15 Andrew Goodbodytest: Fix skip check for sleep command test
2024-10-15 Tom RiniCI: Do not test "sleep" in QEMU
2024-10-15 Heinrich Schuchardtnet: correct wget_connected debug messages
2024-10-15 Heinrich Schuchardtnet/wget: set filesize
2024-10-15 Jonas KarlmanRevert "mmc: dw_mmc: Extract FIFO data transfer into...
2024-10-15 Tom RiniMerge patch series "test: Minor fixes to test.py"
2024-10-15 Tom RiniMerge patch series to add a "fallback" keyword to extli...
2024-10-15 Martyn Welchtest: Add tests for the bootmeth set command
2024-10-15 Simon Glasstest: Fix mulptiplex_log typo
2024-10-15 Martyn Welchbootstd: Add command to enable setting of bootmeth...
2024-10-15 Simon Glasstest: Tidy up remaining exceptions
2024-10-15 Martyn Welchboot: Add logic to enable booting from fallback option
2024-10-15 Simon Glasstest: Detect dead connections
2024-10-15 Martyn Welchboot: pxe_utils: Add fallback support
2024-10-15 Simon Glasstest: Separate out the exception handling
2024-10-15 Simon Glasstest: Move the receive code into a function
2024-10-15 Simon Glasstest: Create a common function to get the config
2024-10-15 Simon Glasstest: Avoid failing skipped tests
2024-10-15 Simon Glasstest: Use a constant for the test timeout
2024-10-15 Tom RiniMerge patch series "mtd: Make sure UBIFS does not do...
2024-10-15 Takahiro Kuwanomtd: spi-nor: Set ECC unit size to MTD writesize in...
2024-10-15 Takahiro Kuwanomtd: spi-nor: Call spi_nor_post_sfdp_fixups() only...
2024-10-15 Takahiro Kuwanomtd: spi-nor: Replace default_init() hook with late_init()
2024-10-15 Takahiro Kuwanomtd: spi-nor: Check nor->info before setting macronix_o...
2024-10-15 Takahiro Kuwanomtd: spi-nor: Allow flashes to specify MTD writesize
2024-10-15 Takahiro Kuwanomtd: ubi: Do not zero out EC and VID on ECC-ed NOR...
2024-10-15 Neil Armstrongusb: dwc3: invalidate dcache on buffer used in interrup...
2024-10-15 Neil Armstrongusb: dwc3: fix dcache flush range calculation
2024-10-15 Neil Armstrongusb: dwc3: allocate setup_buf with dma_alloc_coherent()
2024-10-15 Marek Vasutdts: Deduplicate dtbs target
next