- e7c71d6 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-spi by Tom Rini · 4 years, 6 months ago
- f78bbf8 test/py: use actual core count for parallel builds by Heinrich Schuchardt · 4 years, 6 months ago
- e58ca24 sf: Drop spl_flash_get_sw_write_prot by Jagan Teki · 4 years, 7 months ago
- 4723939 Merge tag 'ti-v2020.07-rc3' of https://gitlab.denx.de/u-boot/custodians/u-boot-ti by Tom Rini · 4 years, 6 months ago
- a3186e6 test: Use ut_asserteq_mem() where possible by Simon Glass · 4 years, 7 months ago
- 80ad67b Nokia RX-51: Add automated test for running RX-51 build in qemu by Pali Rohár · 4 years, 7 months ago
- dbd7954 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 7 months ago
- 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
- ed38aef command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 7 months ago
- 2dc9c34 common: Drop image.h from common header by Simon Glass · 4 years, 7 months ago
- 655306c common: Drop part.h from common header by Simon Glass · 4 years, 7 months ago
- 274e0b0 common: Drop net.h from common header by Simon Glass · 4 years, 7 months ago
- f792725 Merge tag 'u-boot-amlogic-20200511' of https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic by Tom Rini · 4 years, 7 months ago
- 88bfdc1 Merge tag 'efi-2020-07-rc2-4' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 4 years, 7 months ago
- 643778b test: dm: update test for open-drain/open-source emulation in gpio-uclass by Neil Armstrong · 4 years, 7 months ago
- 8612c099 Merge branch 'master' of git://git.denx.de/u-boot by Stefano Babic · 4 years, 7 months ago
- 3bb3d86 test: unit test for u16_strsize() by Heinrich Schuchardt · 4 years, 7 months ago
- 8d9c4c2 test: fix naming of test functions in the log test suite by Heinrich Schuchardt · 4 years, 7 months ago
- df6c36c test: describe naming conventions for macro UNIT_TEST by Heinrich Schuchardt · 4 years, 7 months ago
- 56c757a Merge git://git.denx.de/u-boot-usb by Tom Rini · 4 years, 7 months ago
- fa4207d test: stabilize test_efi_secboot by Heinrich Schuchardt · 4 years, 7 months ago
- 6ec6767 lib/crypto, efi_loader: move some headers to include/crypto by AKASHI Takahiro · 4 years, 7 months ago
- 137432a test: cpu: test current cpu by Peng Fan · 4 years, 7 months ago
- 7109297 test: dm: phy: add a test item for the phy_bulk API by developer · 4 years, 7 months ago
- cf8bc13 test: dm: add test item for ofnode_get_child_count() by developer · 4 years, 7 months ago
- 2fbd17c test/py: vboot: add a test to check fit signature on fit with padding by Philippe Reynes · 4 years, 7 months ago
- 146c3b5 Merge tag 'efi-2020-07-rc2' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 4 years, 7 months ago
- faf08c7 acpi: Add an acpi command by Simon Glass · 4 years, 7 months ago
- abeaca8 acpi: Move the xsdt pointer to acpi_ctx by Simon Glass · 4 years, 7 months ago
- 9c442a6 acpi: Put table-setup code in its own function by Simon Glass · 4 years, 7 months ago
- 575a547 acpi: Move acpi_add_table() to generic code by Simon Glass · 4 years, 7 months ago
- 0e11384 acpi: Convert part of acpi_table to use acpi_ctx by Simon Glass · 4 years, 7 months ago
- 17968c3 acpi: Add a method to write tables for a device by Simon Glass · 4 years, 7 months ago
- b7e1d65 test/py: fix test_efi_secboot/conftest.py by Heinrich Schuchardt · 4 years, 7 months ago
- d4778b0 Merge tag 'dm-pull-27apr20' of git://git.denx.de/u-boot-dm by Tom Rini · 4 years, 7 months ago
- bc85617 test: test_fs error message by Heinrich Schuchardt · 4 years, 7 months ago
- 2de5a10 Add a 'make tcheck' option to test tools by Simon Glass · 4 years, 8 months ago
- 811a260 lib: Add a function to convert a string to upper case by Simon Glass · 4 years, 8 months ago
- d050928 test: Add the beginnings of some string tests by Simon Glass · 4 years, 8 months ago
- 1b4a22f test: pinmux: add pincontrol-gpio for pin configuration by Patrick Delaunay · 4 years, 11 months ago
- 28bdaa5 test: dm: update test for pins configuration in gpio by Patrick Delaunay · 4 years, 11 months ago
- 939cbe9 test: dm: update test for pins configuration in pinctrl node by Patrick Delaunay · 4 years, 11 months ago
- 054fbba gpio: remove the open_drain API and ops by Patrick Delaunay · 4 years, 11 months ago
- caee155 dm: core: add ofnode and dev function to iterate on node property by Patrick Delaunay · 4 years, 11 months ago
- 4f3ad1c Merge tag 'efi-2020-07-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 4 years, 8 months ago
- 41b888e Merge tag 'dm-pull-10apr20-take2' of git://git.denx.de/u-boot-dm by Tom Rini · 4 years, 8 months ago
- 44c4789 dm: core: Read parent ofdata before children by Simon Glass · 4 years, 8 months ago
- 62070e0 test: fdtdec: test fdtdec_set_carveout() by Laurentiu Tudor · 4 years, 8 months ago
- 81d80b5 dm: core: support reading a single indexed u32 value by Dario Binacchi · 4 years, 8 months ago
- 421e81e dm: test: add test case for dev_read_u64 function by Dario Binacchi · 4 years, 8 months ago
- 9a3a7f1 test: log: test syslog logging driver by Heinrich Schuchardt · 4 years, 9 months ago
- f433d50 test: log functions with CONFIG_LOG=n by Heinrich Schuchardt · 4 years, 9 months ago
- c779e20 dm: core: Move "/chosen" and "/firmware" node scan by Patrick Delaunay · 4 years, 10 months ago
- e962989 acpi: Add support for DMAR by Simon Glass · 4 years, 8 months ago
- b2672ea acpi: Add a central location for table version numbers by Simon Glass · 4 years, 8 months ago
- 2d67fdf acpi: Add a simple sandbox test by Simon Glass · 4 years, 8 months ago
- c35854a cpu: Support querying the address width by Simon Glass · 4 years, 8 months ago
- 106930e dm: serial: Add clock member to struct serial_device_info by Andy Shevchenko · 4 years, 9 months ago
- bcab983 efi_loader, pytest: add UEFI secure boot tests (image) by AKASHI Takahiro · 4 years, 8 months ago
- 8e71bb5 efi_loader, pytest: add UEFI secure boot tests (authenticated variables) by AKASHI Takahiro · 4 years, 8 months ago
- 58c95c2 efi_loader, pytest: set up secure boot environment by AKASHI Takahiro · 4 years, 8 months ago
- f282d76 Merge branch 'next' by Tom Rini · 4 years, 8 months ago
- 6e09484 test/py: Allow using buildman to build U-Boot by Simon Glass · 4 years, 9 months ago
- 7240fa7 test/py: Update u_boot_utils.find_ram_base to bypass the low 2MiB memory by Bin Meng · 4 years, 8 months ago
- 439f1c6 cmd: Add test and fix bugs for dm drivers by Sean Anderson · 4 years, 8 months ago
- 7357a35 Merge tag 'xilinx-for-v2020.07' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · 4 years, 8 months ago
- 9be531f test: vboot: Reduce fake kernel size to 500 bytes by Simon Glass · 4 years, 9 months ago
- b4a2f6a test: vboot: Move key creation into a function by Simon Glass · 4 years, 9 months ago
- 861b504 test: vboot: Fix pylint errors by Simon Glass · 4 years, 9 months ago
- 724c03b test: vboot: Tidy up the code a little by Simon Glass · 4 years, 9 months ago
- a0ba39d test: vboot: Parameterise the test by Simon Glass · 4 years, 9 months ago
- c35df8f test: vboot: Add a test for a forged configuration by Simon Glass · 4 years, 9 months ago
- f411a89 test: vboot: Drop unnecessary parameter for fit_check_sign by Simon Glass · 4 years, 9 months ago
- b9d856f Merge branch 'next' of git://git.denx.de/u-boot-usb into next by Tom Rini · 4 years, 8 months ago
- 783151e test/py: test_efi_grub_net() requires OF_CONTROL by Heinrich Schuchardt · 4 years, 8 months ago
- f8ce185 test/py: UEFI helloworld requires OF_CONTROL by Heinrich Schuchardt · 4 years, 8 months ago
- d3855cf test: typo decompression by Heinrich Schuchardt · 4 years, 8 months ago
- 84803e5 test/py: mmc: Fix 'mmc info' testcase by Harald Seiler · 4 years, 8 months ago
- 1073c23 cmd: gpio: Make `gpio input` return pin value again by Alex Kiernan · 4 years, 9 months ago
- f24cd6c test: add rsa_verify() unit test by AKASHI Takahiro · 4 years, 9 months ago
- 08bb9b7 test: aes: fix memleak by Philippe Reynes · 4 years, 10 months ago
- b7b1838 Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 4 years, 10 months ago
- 0a4d619 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86 by Tom Rini · 4 years, 10 months ago
- 515dcff dm: irq: Add support for requesting interrupts by Simon Glass · 4 years, 10 months ago
- a847b27 dm: irq: Add support for interrupt controller types by Simon Glass · 4 years, 10 months ago
- 35cb2a4 dm: core: Add a function to find a device by drvdata by Simon Glass · 4 years, 10 months ago
- 27c0e17 dm: core: Allow iterating devices without uclass_get() by Simon Glass · 4 years, 10 months ago
- 9bc1564 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 10 months ago
- d66c5f7 dm: core: Require users of devres to include the header by Simon Glass · 4 years, 10 months ago
- 70bc14b sound: Add a new stop_play() method by Simon Glass · 4 years, 10 months ago
- d856e91 test: Add a way to check each line of console output by Simon Glass · 4 years, 10 months ago
- 492d7b5 test: Enable console recording in tests by Simon Glass · 4 years, 10 months ago
- 3e85ea0 bloblist: Zero records when adding by Simon Glass · 4 years, 10 months ago
- 1e0304e bloblist: Add a new function to add or check size by Simon Glass · 4 years, 10 months ago
- 76db9b7 dm: core: Add a way to iterate through children, probing each by Simon Glass · 4 years, 10 months ago
- 000676b dm: core: Add a way to read platdata for all child devices by Simon Glass · 4 years, 10 months ago
- e09223c dm: core: Add ofnode_get_chosen_prop() by Simon Glass · 4 years, 10 months ago
- 0c2e980 dm: core: Add ofnode_read_prop() by Simon Glass · 4 years, 10 months ago
- f345596 dm: core: Rename ofnode_get_chosen_prop() by Simon Glass · 4 years, 10 months ago
- ba41e3e test: efi_selftest: fix pylint warnings by Heinrich Schuchardt · 4 years, 10 months ago