]> git.dujemihanovic.xyz Git - u-boot.git/shortlog
u-boot.git
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 Marek Vasutdts: Deduplicate dtbs target
2024-10-14 Tom RiniMerge patch series "Integrate MbedTLS v3.6 LTS with...
2024-10-14 Raymond Maoconfigs: enable MbedTLS as default setting
2024-10-14 Raymond Maotest: Remove ASN1 library test
2024-10-14 Raymond Maoasn1_decoder: add build options for ASN1 decoder
2024-10-14 Raymond Maolib/rypto: Adapt rsa_helper to MbedTLS
2024-10-14 Raymond Maombedtls: add RSA helper layer on MbedTLS
2024-10-14 Raymond Maolib/crypto: Adapt mscode_parser to MbedTLS
2024-10-14 Raymond Maombedtls: add MSCode parser porting layer
2024-10-14 Raymond Maolib/crypto: Adapt PKCS7 parser to MbedTLS
2024-10-14 Raymond Maombedtls: add PKCS7 parser porting layer
2024-10-14 Raymond Maolib/crypto: Adapt x509_cert_parser to MbedTLS
2024-10-14 Raymond Maombedtls: add X509 cert parser porting layer
2024-10-14 Raymond Maolib/crypto: Adapt public_key header with MbedTLS
2024-10-14 Raymond Maombedtls: add public key porting layer
2024-10-14 Raymond Maopkcs7: move common functions to PKCS7 helper
2024-10-14 Raymond Maox509: move common functions to x509 helper
2024-10-14 Raymond Maopublic_key: move common functions to public key helper
2024-10-14 Raymond Maombedtls/external: update MbedTLS PKCS7 test suites
2024-10-14 Raymond Maombedtls/external: support decoding multiple signer...
2024-10-14 Raymond Maombedtls/external: support PKCS9 Authenticate Attributes
2024-10-14 Raymond Maombedtls/external: support Microsoft Authentication...
2024-10-14 Raymond Maombedtls: Enable smaller implementation for SHA256/512
2024-10-14 Raymond Maombedtls: add digest shim layer for MbedTLS
2024-10-14 Raymond Maosha1: Remove sha1 non-watchdog API
2024-10-14 Raymond Maomd5: Remove md5 non-watchdog API
2024-10-14 Raymond Maolib: Adapt digest header files to MbedTLS
2024-10-14 Raymond Maombedtls: add mbedtls into the build system
2024-10-14 Raymond MaoCI: Exclude MbedTLS subtree for CONFIG checks
2024-10-14 Bhupesh Sharmausb: xhci: Define 'XHCI_MAX_HALT_USEC' macro only once
2024-10-14 Godfrey Mwangiusb: xhci: pet watchdog during transfers
2024-10-14 Tom RiniMerge tag 'u-boot-ufs-next-20241014' of https://source...
2024-10-14 Tom RiniMerge tag 'u-boot-amlogic-next-20241014' of https:...
2024-10-14 Tom RiniMerge branch 'u-boot-nand-20241012' of https://source...
2024-10-14 Callum Parseyconfigs: meson64: Ensure commands for boot targets...
2024-10-14 Mattijs Korpershoekconfigs: meson64_android: Remove dtbo support
2024-10-14 Mattijs Korpershoekconfigs: khadas-vim3{l}: Increase boot/recovery partiti...
2024-10-14 Neil Armstrongpower/domain: meson-ee-pwrc: make sure to not enable...
2024-10-14 Neil Armstrongclk: meson: gxbb: add HDMI clocks
2024-10-14 Neil Armstrongvideo: meson: dw-hdmi: do not fail probe if HDMI regula...
2024-10-14 Neil Armstrongdts: meson-g12-common-u-boot: do not disable canvas
next