summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2025-01-14common: fdt: hand over original fdt bootargs into board chosen handlerDmitry Rokosov
2025-01-14fdt_support: board_fdt_chosen_bootargs() should return const char*Dmitry Rokosov
2025-01-14include/fdt_support: fix docstyle to comply with kernel-doc requirementsDmitry Rokosov
2025-01-14Merge patch series "SMBIOS improvements"Tom Rini
2025-01-14cmd: update smbios cmdRaymond Mao
2025-01-14smbios: Refactor smbios libraryRaymond Mao
2025-01-14sysinfo: Add sysinfo driver and data structure for smbiosRaymond Mao
2025-01-14sysinfo: Add sysinfo API for accessing data areaRaymond Mao
2025-01-14smbios: Refactor the smbios headfileRaymond Mao
2025-01-14common: Move autoprobe out to board initSimon Glass
2025-01-14power: replace magic numbers with macrosShree Ramamoorthy
2025-01-10rockchip: rk3399: expand space for decompressed kernelFUKAUMI Naoki
2025-01-10rockchip: rk3066a/rk3188: use includes from dts/upstreamJohan Jonker
2025-01-10rockchip: Add support for Radxa ROCK 5CFUKAUMI Naoki
2025-01-10board: rockchip: add Khadas Edge2 RK3588 boardJacobe Zang
2025-01-10rockchip: rk3288: Use rk3288-power.h from dts/upstreamJonas Karlman
2025-01-09Merge tag 'tpm-master-07012025' of https://source.denx.de/u-boot/custodians/u...Tom Rini
2025-01-09tpm: update descriptions in tpm headersHeinrich Schuchardt
2025-01-07tpm: Keep the active PCRs in the chip private dataIlias Apalodimas
2025-01-07tpm: Don't create an EventLog if algorithms are misconfiguredIlias Apalodimas
2025-01-07tpm: add flag in hash_algo_list and API to check if algorithm is supportedRaymond Mao
2025-01-07tpm: refactor tcg2_get_pcr_info()Raymond Mao
2025-01-07tpm: Rename tpm2_allow_extend()Ilias Apalodimas
2025-01-07tpm: Rename tpm2_is_active_pcr()Ilias Apalodimas
2025-01-05efi: Correct ECPT table GUIDYang Gang
2025-01-05cmd: efidebug: update output of memory attributesHeinrich Schuchardt
2025-01-05efi_loader: update EFI specification versionHeinrich Schuchardt
2025-01-05efi_loader: Expose efi_reinstall_protocol_interface in efi_loader.hAdriano Cordova
2025-01-01net: correct the description of ip_to_string()Heinrich Schuchardt
2025-01-01Merge patch series "Add 'trace wipe'"Tom Rini
2024-12-31trace: add support for 'trace wipe'Jerome Forissier
2024-12-31Merge patch series "Select CONFIG_64BIT for sandbox64 and x86_64"Tom Rini
2024-12-31x86: select CONFIG_64BIT for X86_64Andrew Goodbody
2024-12-31Merge patch series "Keep the access to dtb_dt_embedded() within fdtdec"Tom Rini
2024-12-31fdtdec: encapsulate dtb_dt_embedded() withinEvgeny Bachinin
2024-12-30Merge patch series "powerpc: Fix and enforce distinction between immediates a...Tom Rini
2024-12-30powerpc: Introduce and enforce assembler checks on GPR usageJ. Neuschäfer
2024-12-30lmb: Rename _lmb_alloc_addr() to lmb_alloc_addr_flags()Ilias Apalodimas
2024-12-30lmb: Remove lmb_alloc_base_flags()Ilias Apalodimas
2024-12-30lmb: Remove lmb_alloc_addr_flags()Ilias Apalodimas
2024-12-30lmb: Rename free_mem to available_memIlias Apalodimas
2024-12-30lmb: Remove lmb_reserve_flags()Ilias Apalodimas
2024-12-30lmb: Move enum lmb_flags to a u32Ilias Apalodimas
2024-12-30lmb: Improve kernel-doc commentsSam Protsenko
2024-12-30Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-sh int...Tom Rini
2024-12-29arm64: renesas: Align configuration headersMarek Vasut
2024-12-28net/tcp: improve tcp framework, use better state machineMikhail Kshevetskiy
2024-12-28net/tcp: rename ack_edge and seq_init to more common rcv_nxt and irsMikhail Kshevetskiy
2024-12-28net/tcp: add connection info to tcp_stream structureMikhail Kshevetskiy
2024-12-28net/tcp: put connection specific data into a tcp_stream structureMikhail Kshevetskiy