summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2020-11-19km/ppc: use Kconfig for MEMTEST configurationHolger Brunck1-1/+1
2020-11-19km: replace hardcoded address for imported environmentMatteo Ghidoni1-4/+4
2020-11-17sunxi: DT: A64: update device tree filesSamuel Holland3-1/+7
2020-11-16Merge tag 'ti-v2021.01-rc3' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2-15/+9
2020-11-15Nokia RX-51: Remove old comments from configs/nokia_rx51.h filePali Rohár1-10/+0
2020-11-15Nokia RX-51: Convert to CONFIG_DM_I2CPali Rohár1-2/+0
2020-11-15power: twl4030: Add twl4030_i2c_read() functionPali Rohár1-3/+9
2020-11-14efi_loader: Add basic EFI_TCG2_PROTOCOL supportIlias Apalodimas2-0/+96
2020-11-14tpm: Add some headers from the specIlias Apalodimas1-0/+77
2020-11-14efi_selftest: keep devices in ExitBootServices()Heinrich Schuchardt1-0/+3
2020-11-06Merge tag 'dm-pull5nov20' of git://git.denx.de/u-boot-dmTom Rini3-93/+156
2020-11-06Merge tag 'u-boot-amlogic-20201105' of https://gitlab.denx.de/u-boot/custodia...Tom Rini2-5/+9
2020-11-06Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini10-45/+117
2020-11-06x86: Pass an ofnode into each SMBIOS functionSimon Glass1-1/+4
2020-11-06board: Rename uclass to sysinfoSimon Glass2-41/+41
2020-11-06x86: zimage: Add a little more loggingSimon Glass1-0/+1
2020-11-06x86: Boot coral into Chrome OS by defaultSimon Glass1-1/+8
2020-11-06acpi: Don't reset the tables with every new generationSimon Glass1-0/+9
2020-11-06x86: Allow putting some tables in the bloblistSimon Glass2-0/+12
2020-11-05Merge tag 'u-boot-imx-20201105' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2-0/+257
2020-11-05cros_ec: Support keyboard scanning with EC_CMD_GET_NEXT_EVENTAlper Nebi Yasak1-0/+11
2020-11-05binman: Fix typo in kernel-doc format for binman_symname()Michal Simek1-1/+1
2020-11-05sandbox: update function descriptions in os.hHeinrich Schuchardt1-93/+130
2020-11-05sandbox: implement resetHeinrich Schuchardt1-0/+15
2020-11-05configs: meson64: relocate config_distro_bootcmmd headerJaehoon Chung1-1/+2
2020-11-05x86: acpi: Store the ACPI context in global_dataSimon Glass1-0/+13
2020-11-05Add an assembly guard around linux/bitops.hSimon Glass1-2/+2
2020-11-05smbios: add parsing APIChristian Gmeiner1-0/+27
2020-11-01Merge tag 'efi-2020-01-rc2-2' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini4-16/+58
2020-11-01board: ge: b1x5v2: Add GE B1x5v2 and B1x5Pv2Sebastian Reichel1-0/+127
2020-11-01board: phytec: imx8mm: Add PHYTEC phyCORE-i.MX8MM supportTeresa Remmet1-0/+130
2020-10-31Merge tag 'u-boot-rockchip-20201031' of https://gitlab.denx.de/u-boot/custodi...Tom Rini2-0/+17
2020-10-30Merge tag 'dm-pull-30oct20' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini10-20/+112
2020-10-30log: typo logl_pref in documentationHeinrich Schuchardt1-1/+1
2020-10-30rockchip: Add Engicam PX30.Core EDIMM2.2 Starter KitJagan Teki1-0/+15
2020-10-30configs: meson64_android: don't show logo on ROM USB bootGuillaume La Roque1-4/+7
2020-10-30doc: Add log kerneldocs to documentationSean Anderson1-55/+95
2020-10-30test: Add a test for log filter-*Sean Anderson1-0/+1
2020-10-30lib: Add getoptSean Anderson1-0/+130
2020-10-30cmd: log: Add commands to list categories and driversSean Anderson1-2/+3
2020-10-30log: Add filter flag to match greater than a log levelSean Anderson1-4/+6
2020-10-30test: log: Convert log_test from python to CSean Anderson1-0/+2
2020-10-30log: Add filter flag to deny on matchSean Anderson1-1/+10
2020-10-30log: Add function to create a filter with flagsSean Anderson1-2/+27
2020-10-30log: Expose some helper functionsSean Anderson1-0/+31
2020-10-30log: Fix incorrect documentation of log_filter.cat_listSean Anderson1-2/+2
2020-10-30env: split env_import_redund() into 2 functionsHeiko Schocher1-0/+18
2020-10-30efi_loader: add efi_create_indexed_name()AKASHI Takahiro1-0/+3
2020-10-30dfu: add dfu_write_by_alt()AKASHI Takahiro1-1/+25
2020-10-30dfu: export dfu_listAKASHI Takahiro1-0/+3