Age | Commit message (Expand) | Author |
2020-04-24 | uuid: Use const char * where possible | Simon Glass |
2020-04-24 | lib: Add a function to convert a string to upper case | Simon Glass |
2020-04-24 | lib: strto: Stop detection when invalid char is used | Michal Simek |
2020-04-24 | lib: do not provide hexdump in SPL | Heinrich Schuchardt |
2020-04-24 | lib: do not build OID registry in SPL | Heinrich Schuchardt |
2020-04-24 | libfdt: Make fdtdec_get_child_count() available for HOST | Kever Yang |
2020-04-24 | make env_entry::callback conditional on !CONFIG_SPL_BUILD | Rasmus Villemoes |
2020-04-24 | lib/hashtable.c: don't test ->callback in SPL | Rasmus Villemoes |
2020-04-24 | lib/hashtable.c: create helper for calling env_entry::callback | Rasmus Villemoes |
2020-04-23 | fdtdec: Fix boundary check | Atish Patra |
2020-04-17 | lib: kconfig: Add option to set BZIP2 compression method | Atish Patra |
2020-04-16 | Merge tag 'efi-2020-07-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boo... | Tom Rini |
2020-04-16 | Merge tag 'dm-pull-10apr20-take2' of git://git.denx.de/u-boot-dm | Tom Rini |
2020-04-16 | fdtdec: support multiple phandles in memory carveout | Laurentiu Tudor |
2020-04-16 | acpi: Add support for DMAR | Simon Glass |
2020-04-16 | acpi: Add a central location for table version numbers | Simon Glass |
2020-04-16 | x86: Move acpi_table header to main include/ directory | Simon Glass |
2020-04-16 | efi_loader: set up secure boot | AKASHI Takahiro |
2020-04-16 | efi_loader: image_loader: support image authentication | AKASHI Takahiro |
2020-04-16 | efi_loader: variable: add VendorKeys variable | AKASHI Takahiro |
2020-04-16 | efi_loader: variable: add secure boot state transition | AKASHI Takahiro |
2020-04-16 | efi_loader: variable: support variable authentication | AKASHI Takahiro |
2020-04-16 | efi_loader: add signature database parser | AKASHI Takahiro |
2020-04-16 | efi_loader: add signature verification functions | AKASHI Takahiro |
2020-04-16 | efi_loader: add CONFIG_EFI_SECURE_BOOT config option | AKASHI Takahiro |
2020-04-16 | efi_loader: function descriptions efi_watchdog.c | Heinrich Schuchardt |
2020-04-16 | efi_loader: add missing doc comments in efi_disk.c | Heinrich Schuchardt |
2020-04-16 | efi_loader: function descriptions efi_unicode_collation.c | Heinrich Schuchardt |
2020-04-16 | efi_loader: enable RNG if DM_RNG is enabled | Peter Robinson |
2020-04-07 | Merge tag 'xilinx-for-v2020.07' of https://gitlab.denx.de/u-boot/custodians/u... | Tom Rini |
2020-04-06 | lib: Improve _parse_integer_fixup_radix base 16 detection | Michal Simek |
2020-04-01 | image: Use constants for 'required' and 'key-name-hint' | Simon Glass |
2020-03-31 | Merge branch 'next' of git://git.denx.de/u-boot-usb into next | Tom Rini |
2020-03-22 | efi_loader: definition of GetNextVariableName() | Heinrich Schuchardt |
2020-03-22 | efi_selftest: test CalculateCrc32, CopyMem, SetMem | Heinrich Schuchardt |
2020-03-22 | efi_loader: fix freestanding memmove() | Heinrich Schuchardt |
2020-03-22 | efi_loader: description efi_convert_pointer() | Heinrich Schuchardt |
2020-03-22 | efi_loader: simplify logical expression in efi_disk_add_dev() | Heinrich Schuchardt |
2020-03-22 | efi_selftest: check length reported by GetNextVariableName() | Heinrich Schuchardt |
2020-03-22 | efi_loader: correct reported length in GetNextVariable() | Heinrich Schuchardt |
2020-03-22 | efi_loader: fix function descriptions in efi_disk.c | Heinrich Schuchardt |
2020-03-22 | efi_loader: description of efi_variable.c | Heinrich Schuchardt |
2020-03-17 | Merge tag 'ti-v2020.07-next' of https://gitlab.denx.de/u-boot/custodians/u-bo... | Tom Rini |
2020-03-17 | efi_loader: export a couple of protocol related functions | AKASHI Takahiro |
2020-03-12 | lib: rsa: add rsa_verify_with_pkey() | AKASHI Takahiro |
2020-03-12 | lib: rsa: generate additional parameters for public key | AKASHI Takahiro |
2020-03-12 | rsa: add CONFIG_RSA_VERIFY_WITH_PKEY config | AKASHI Takahiro |
2020-03-12 | lib: rsa: decouple rsa from FIT image verification | AKASHI Takahiro |
2020-03-11 | efi_loader: unnecessary assignment in efi_queue_event | Heinrich Schuchardt |
2020-03-11 | efi_loader: get_memory_map: return parameters whenever possible | AKASHI Takahiro |