summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2025-01-24test: Rename test_get_state() to ut_get_state()Simon Glass
2025-01-24test: Drop unused suite prototypesSimon Glass
2025-01-22Merge patch series "upl: Prerequite patches for updated spec"Tom Rini
2025-01-22dm: core: Provide ofnode_find_subnode_unit()Simon Glass
2025-01-22dm: core: Provide ofnode_name_eq_unit() to accept a unit addressSimon Glass
2025-01-22dm: core: Clarify behaviour of ofnode_name_eq()Simon Glass
2025-01-22pci: video: Set up the pixel-format fieldSimon Glass
2025-01-22boot: Rename fit_image_get_data_and_size()Simon Glass
2025-01-22boot: Rename fit_image_get_data()Simon Glass
2025-01-22ofnode: Update of_add_subnode() to indicate name is allocedSimon Glass
2025-01-22cpu: Provide a way to get the physical-address sizeSimon Glass
2025-01-22abuf: Provide a constant bufferSimon Glass
2025-01-22abuf: Allow use in host toolsSimon Glass
2025-01-22abuf: Provide a way to get the buffer addressSimon Glass
2025-01-22Merge https://source.denx.de/u-boot/custodians/u-boot-snapdragonTom Rini
2025-01-22Merge patch series "spi: Collected fixes"Tom Rini
2025-01-22Merge https://source.denx.de/u-boot/custodians/u-boot-watchdogTom Rini
2025-01-22Merge patch series "vbe: Series part F"Tom Rini
2025-01-22vexpress64: Fix bootargs when building without NETChanho Park
2025-01-22Revert "mem: spi-mem: add declaration for spi_mem_default_supports_op"Alexander Dahl
2025-01-22spl: Plumb in the relocating loaderSimon Glass
2025-01-22spl: Add support for a relocating jump to the next phaseSimon Glass
2025-01-22spl: Add a type for the jumper functionSimon Glass
2025-01-22spl: Add fields for VBESimon Glass
2025-01-22pci: Add support for Qualcomm PCIe controllerNeil Armstrong
2025-01-22cyclic: Fix typo in struct cyclic_info descriptionPatrice Chotard
2025-01-21Merge patch series "MediaTek MT7629 OF_UPSTREAM migration (v2)"Tom Rini
2025-01-21board: mediatek: mt7629: Migrate to OF_UPSTREAMSam Shih
2025-01-18Merge patch series "add the support of sha256_hmac and sha256_hkdf"Tom Rini
2025-01-18lib: mbedtls: sha256: add support of key derivationPhilippe Reynes
2025-01-18lib: sha256: add feature sha256_hmacPhilippe Reynes
2025-01-16imx: imx8mq_evk: Switch to BOOTSTDPeng Fan
2025-01-16imx: imx8mm_evk: Switch to BOOTSTDPeng Fan
2025-01-16imx: imx8mn_evk: Switch to BOOTSTDPeng Fan
2025-01-16imx: imx8mp_evk: Switch to BOOTSTDPeng Fan
2025-01-16imx: imx93_evk: switch to BOOTSTDPeng Fan
2025-01-15Merge patch series "bootstd: Support recording images"Tom Rini
2025-01-15bootstd: Export bootdev_get_from_blk()Simon Glass
2025-01-15bootstd: Add a simple command to list imagesSimon Glass
2025-01-15Update bootmeth_alloc_other() to record imagesSimon Glass
2025-01-15boot: Update extlinux pxe_getfile_func() to include typeSimon Glass
2025-01-15bootmeth: Update the read_file() method to include a typeSimon Glass
2025-01-15bootstd: Update bootmeth_alloc_file() to record imagesSimon Glass
2025-01-15bootstd: Maintain a list of imagesSimon Glass
2025-01-15bootstd: Move the bootflow list into an alistSimon Glass
2025-01-15bootstd: Drop the bootdev-specific list of bootflowsSimon Glass
2025-01-15bootstd: Add a function to get bootstd only if availableSimon Glass
2025-01-15bootstd: Move bootflow-clearing to bootstdSimon Glass
2025-01-15bootstd: Move bootflow-adding to bootstdSimon Glass
2025-01-14Merge patch series "fdt_support: improve board_fdt_chosen_bootargs() for flex...Tom Rini