summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-03-15test: Wrap assert macros in ({ ... }) and fix missing semicolonsMarek Vasut1-50/+102
2023-03-13video: Clear the vidconsole rather than the videoSimon Glass1-0/+9
2023-03-13video: Allow a copy framebuffer with pre-allocated fbSimon Glass1-0/+2
2023-03-13x86: Add a few more items to bdinfoSimon Glass1-0/+3
2023-03-13efi: Support a 64-bit frame buffer addressSimon Glass1-1/+15
2023-03-08test: Add ut_assert_nextline_empty() empty line helperMarek Vasut1-0/+4
2023-03-08bootstd: Replicate the dtb-filename quirks of distrobootSimon Glass1-0/+14
2023-03-08bootflow: Rename bootflow_flags_tSimon Glass1-25/+26
2023-03-07Merge tag 'next-20230307' of https://source.denx.de/u-boot/custodians/u-boot-...Tom Rini7-4633/+12914
2023-03-07video console: add 16x32 Terminus font from linuxDzmitry Sankouski2-0/+2068
2023-03-07video console: add 12x22 Sun font from linuxDzmitry Sankouski2-0/+6164
2023-03-07video console: move vidconsole_get_font_size() logic to driver opsDzmitry Sankouski1-2/+12
2023-03-07video console: implement multiple fonts configurationDzmitry Sankouski4-15/+52
2023-03-07video console: move 8x16 font data in named headerDzmitry Sankouski2-4/+3
2023-03-07video console: refactoring and optimizationDzmitry Sankouski1-0/+3
2023-03-07timer: fttmr010: return a previously deleted driver now ported to DMSergei Antonov1-0/+1
2023-03-03command: Don't allow commands in SPLSimon Glass1-1/+1
2023-03-03Correct SPL uses of MULTIPLEXERSimon Glass1-1/+1
2023-02-28tpm: Implement tpm_auto_start() for TPMv1.2Simon Glass2-1/+12
2023-02-28tpm: add a function that performs selftest + startupIlias Apalodimas2-0/+24
2023-02-28Merge tag 'v2023.04-rc3' into nextTom Rini5-5/+18
2023-02-22socfpga: chameleonv3: Move environment to a text filePaweł Anikiel1-5/+4
2023-02-19efi_loader: Measure the loaded DTBEtienne Carriere3-0/+14
2023-02-17riscv: Rename Andes cpu and board namesLeo Yu-Chi Liang1-0/+0
2023-02-14dm: treewide: Complete migration to new driver model schemaSimon Glass2-6/+6
2023-02-14dm: Add support for handling old u-boot,dm- tagsSimon Glass1-0/+4
2023-02-13arm: mvebu: Add support for Synology DS116 (Armada 385)Tony Dinh1-0/+56
2023-02-13arm: mvebu: Add support for Thecus N2350 (Armada 385) boardTony Dinh1-0/+56
2023-02-12Merge tag 'clk-2023.04-rc1' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini2-3/+4
2023-02-12Merge branch 'for-2023.04' of https://source.denx.de/u-boot/custodians/u-boot...Tom Rini3-83/+69
2023-02-12reset: Allow reset_get_by_name() with NULL nameSamuel Holland1-1/+2
2023-02-12clk: Allow clk_get_by_name() with NULL nameSamuel Holland1-2/+2
2023-02-11trace: Reduce the number of function sitesSimon Glass1-2/+4
2023-02-11trace: Update the file headerSimon Glass1-2/+10
2023-02-11timer: Tidy up use of notraceSimon Glass1-4/+9
2023-02-11board: cssi: Add new board MCR3000_2GChristophe Leroy1-0/+29
2023-02-11board: MCR3000: Modernise the settings to properly work on lastest u-boot ver...Christophe Leroy1-2/+2
2023-02-11board: MCR3000: Migrate to using CONFIG_EXTRA_ENV_TEXTChristophe Leroy1-43/+0
2023-02-10Merge tag 'efi-2023-04-rc2' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini5-3/+30
2023-02-10board: MCR3000: Use lowercase filenamesChristophe Leroy1-0/+0
2023-02-10dm: button: add support for linux_code in button-gpio.c driverDzmitry Sankouski1-0/+16
2023-02-10pinctrl-snapdragon: Get rid of custom drive-strength valuesSumit Garg1-22/+0
2023-02-10env: Couple networking-related variable flags to CONFIG_NETJan Kiszka1-2/+2
2023-02-10arm: bcm7xxx: Convert to DM_SERIALThomas Fitzsimmons3-17/+0
2023-02-10Correct SPL use of TEESimon Glass1-1/+1
2023-02-10Correct SPL use of TARGET_MX6UL_9X9_EVKSimon Glass1-1/+1
2023-02-10Correct SPL uses of SANDBOX_CLK_CCFSimon Glass1-3/+3
2023-02-10Correct SPL use of IMX8MN_BEACON_2GB_LPDDRSimon Glass1-1/+1
2023-02-10efi_loader: provide definition for efi_add_known_memory()Heinrich Schuchardt1-0/+7
2023-02-10efi_loader: add definition for efi_main()Heinrich Schuchardt1-0/+10