aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2024-01-16board: phytec: am62x: Add PHYTEC phyCORE-AM62x SoMWadim Egorov1-0/+15
2024-01-16Merge tag 'qcom-2024.04-rc1' of https://gitlab.denx.de/u-boot/custodians/u-bo...WIP/16Jan2024Tom Rini7-97/+73
2024-01-16Merge tag 'u-boot-imx-20240115' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini4-154/+23
2024-01-16clk/qcom: use function pointers for enable and set_rateCaleb Connolly5-5/+0
2024-01-16clk/qcom: handle resets and clocks in one deviceKonrad Dybcio2-92/+73
2024-01-15arm: xea: Move XEA's environment variables from xea.h to xea.envLukasz Majewski1-140/+0
2024-01-13ARM: imx: Set stdio to serial on Data Modul i.MX8M Mini/Plus eDM SBCMarek Vasut2-7/+13
2024-01-13ARM: imx: Set stdio to serial on DH i.MX8M Plus DHCOMMarek Vasut1-7/+10
2024-01-13fwu: fix fwu_get_image_index interfaceMasahisa Kojima1-8/+5
2024-01-13efi_loader: Clean up efi_dp_append and efi_dp_concatIlias Apalodimas1-3/+2
2024-01-11tools: fix build without LIBCRYPTO supportPaul-Erwan Rio1-1/+1
2024-01-11Merge patch series "net fixes prior lwip"WIP/11Jan2024Tom Rini1-3/+3
2024-01-11bcm_ns3: use device specific naming for variablesMaxim Uvarov1-3/+3
2024-01-11Merge tag 'u-boot-dfu-20240111' of https://source.denx.de/u-boot/custodians/u...Tom Rini4-2/+42
2024-01-09fastboot: add oem console command supportIon Agorria1-0/+1
2024-01-09lib: membuff: fix readline not returning line in case of overflowIon Agorria1-2/+3
2024-01-09common: console: introduce console_record_isempty helperIon Agorria1-0/+13
2024-01-09fastboot: implement "getvar all"Ion Agorria1-0/+7
2024-01-09fastboot: multiresponse supportIon Agorria1-0/+18
2024-01-09smbios: smbios.h should not import ofnode.hHeinrich Schuchardt1-5/+1
2024-01-09lib: make table_compute_checksum() arguments constHeinrich Schuchardt1-1/+1
2024-01-08Add imx93-var-som supportMathieu Othacehe1-0/+48
2024-01-08verdin-imx8mm: Remove stale fdt_addr env variableFrancesco Dolcini1-1/+0
2024-01-07acpi: use 64-bit addresses in FADT tableHeinrich Schuchardt1-4/+2
2024-01-07fdt: Allow the devicetree to come from a bloblistSimon Glass1-2/+4
2024-01-07acpi: Write pointers to tables instead of addressesSimon Glass1-0/+18
2024-01-07smbios: Require the caller to align the SMBIOS tableSimon Glass1-4/+5
2024-01-07efi: Use the correct GUID for the SMBIOS tableSimon Glass1-0/+4
2024-01-07smbios: Correct gd_smbios_start()Simon Glass1-1/+1
2024-01-07smbios: Use SMBIOS 3.0 to support an address above 4GBSimon Glass1-1/+5
2024-01-07smbios: SMBIOS 3.0 (64-bit) Entry Point structureHeinrich Schuchardt1-0/+26
2024-01-03Merge tag 'v2024.01-rc6' into nextTom Rini1-1/+0
2023-12-31bloblist: Update documentation and header commentSimon Glass1-0/+1
2023-12-31bloblist: Add alignment to bloblist_new()Simon Glass1-1/+2
2023-12-31bloblist: Adjust the bloblist headerSimon Glass1-18/+26
2023-12-31bloblist: Reduce blob-header sizeSimon Glass1-11/+22
2023-12-31bloblist: Checksum the entire bloblistSimon Glass1-3/+2
2023-12-31bloblist: Drop spare value from bloblist recordSimon Glass1-2/+1
2023-12-31bloblist: Set version to 1Simon Glass1-1/+1
2023-12-31bloblist: Change the magic valueSimon Glass1-1/+1
2023-12-31bloblist: Adjust API to align in powers of 2Simon Glass1-5/+7
2023-12-31bloblist: Update the tag numberingSimon Glass1-31/+36
2023-12-28cli: Enables using modern hush parser as command line parserFrancis Laniel2-2/+53
2023-12-28global_data.h: add GD_FLG_HUSH_OLD_PARSER flagFrancis Laniel1-0/+4
2023-12-28test: Add framework to test hush behaviorFrancis Laniel2-0/+16
2023-12-21Merge patch series "Complete decoupling of bootm logic from commands"WIP/21Dec2023-nextTom Rini1-13/+129
2023-12-21bootm: Create a new boot_run() function to handle bootingSimon Glass1-0/+18
2023-12-21bootm: Create a function to run through the booti statesSimon Glass1-0/+13
2023-12-21bootm: Create a function to run through the bootz statesSimon Glass1-0/+13
2023-12-21bootm: Create a function to run through the bootm statesSimon Glass1-0/+13