summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-10-15lmb: remove call to efi_lmb_reserve()Sughosh Ganu
2024-10-15efi_memory: do not add RAM memory to the memory mapSughosh Ganu
2024-10-15x86: e820: use the lmb API for adding RAM memorySughosh Ganu
2024-10-15layerscape: use the lmb API's to add RAM memorySughosh Ganu
2024-10-15lmb: allow for boards to specify memory mapSughosh Ganu
2024-10-15stm32mp: remove efi_add_known_memory() function definitionSughosh Ganu
2024-10-15ti: k3: remove efi_add_known_memory() function definitionSughosh Ganu
2024-10-15efi_memory: do not add U-Boot memory to the memory mapSughosh Ganu
2024-10-15lmb: notify of any changes to the LMB memory mapSughosh Ganu
2024-10-15efi: memory: use the lmb API's for allocating and freeing memorySughosh Ganu
2024-10-15lmb: add and reserve memory above ram_topSughosh Ganu
2024-10-15lmb: add a flag to allow suppressing memory map change notificationSughosh Ganu
2024-10-15lmb: add versions of the lmb API with flagsSughosh Ganu
2024-10-15test: Drop mention of old flags in a commentSimon Glass
2024-10-15Makefile: Drop SPL_FIT_GENERATOR supportMarek Vasut
2024-10-15Makefile: Drop SPL_FIT_SOURCE supportMarek Vasut
2024-10-15test: Fix skip check for sleep command testAndrew Goodbody
2024-10-15CI: Do not test "sleep" in QEMUTom Rini
2024-10-15net: correct wget_connected debug messagesHeinrich Schuchardt
2024-10-15net/wget: set filesizeHeinrich Schuchardt
2024-10-15Revert "mmc: dw_mmc: Extract FIFO data transfer into a separate routine"Jonas Karlman
2024-10-15Merge patch series "test: Minor fixes to test.py"Tom Rini
2024-10-15Merge patch series to add a "fallback" keyword to extlinux.conf parsingTom Rini
2024-10-15test: Add tests for the bootmeth set commandMartyn Welch
2024-10-15test: Fix mulptiplex_log typoSimon Glass
2024-10-15bootstd: Add command to enable setting of bootmeth specific propertiesMartyn Welch
2024-10-15test: Tidy up remaining exceptionsSimon Glass
2024-10-15boot: Add logic to enable booting from fallback optionMartyn Welch
2024-10-15test: Detect dead connectionsSimon Glass
2024-10-15boot: pxe_utils: Add fallback supportMartyn Welch
2024-10-15test: Separate out the exception handlingSimon Glass
2024-10-15test: Move the receive code into a functionSimon Glass
2024-10-15test: Create a common function to get the configSimon Glass
2024-10-15test: Avoid failing skipped testsSimon Glass
2024-10-15test: Use a constant for the test timeoutSimon Glass
2024-10-15Merge patch series "mtd: Make sure UBIFS does not do multi-pass page programm...Tom Rini
2024-10-15mtd: spi-nor: Set ECC unit size to MTD writesize in Infineon SEMPER flashesTakahiro Kuwano
2024-10-15mtd: spi-nor: Call spi_nor_post_sfdp_fixups() only after spi_nor_parse_sfdp()Takahiro Kuwano
2024-10-15mtd: spi-nor: Replace default_init() hook with late_init()Takahiro Kuwano
2024-10-15mtd: spi-nor: Check nor->info before setting macronix_octal_fixupsTakahiro Kuwano
2024-10-15mtd: spi-nor: Allow flashes to specify MTD writesizeTakahiro Kuwano
2024-10-15mtd: ubi: Do not zero out EC and VID on ECC-ed NOR flashesTakahiro Kuwano
2024-10-15usb: dwc3: invalidate dcache on buffer used in interrupt handlingNeil Armstrong
2024-10-15usb: dwc3: fix dcache flush range calculationNeil Armstrong
2024-10-15usb: dwc3: allocate setup_buf with dma_alloc_coherent()Neil Armstrong
2024-10-14dts: Deduplicate dtbs targetMarek Vasut
2024-10-14Merge patch series "Integrate MbedTLS v3.6 LTS with U-Boot"Tom Rini
2024-10-14configs: enable MbedTLS as default settingRaymond Mao
2024-10-14test: Remove ASN1 library testRaymond Mao
2024-10-14asn1_decoder: add build options for ASN1 decoderRaymond Mao