- c4f2d64 fastboot: Allow u-boot-style partitions by Sean Anderson · 3 years, 10 months ago
- 2a19109 test: dm: Add test for fastboot mmc partition naming by Sean Anderson · 3 years, 10 months ago
- b2f1c0b mmc: sandbox: Add support for writing by Sean Anderson · 3 years, 10 months ago
- 00b5acd Merge tag 'u-boot-amlogic-20210222' of https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic by Tom Rini · 3 years, 9 months ago
- 3524a5e dm: test: Add test case for dev_phys_to_bus()/dev_bus_to_phys() by Nicolas Saenz Julienne · 3 years, 11 months ago
- 892e9b4 dm: test: Add test case for dev->dma_offset by Nicolas Saenz Julienne · 3 years, 11 months ago
- 22b7f7e dm: test: Add test case for dev_get_dma_ranges() by Nicolas Saenz Julienne · 3 years, 11 months ago
- ad39859 test: add a simple test for the adc-keys button driver by Marek Szyprowski · 3 years, 9 months ago
- 40154e9 test: dm: tee: extend with RPC test by Igor Opaniuk · 3 years, 10 months ago
- b1db71b Merge branch '2021-02-02-drop-asm_global_data-when-unused' by Tom Rini · 3 years, 9 months ago
- abbdbbd dm: core: Add late driver remove option by Marek Vasut · 3 years, 10 months ago
- df34d0b dm: core: Avoid partially removing devices by Simon Glass · 3 years, 10 months ago
- 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 1 month ago
- bf0a692 dm: core: Update ofnode_read_fmap_entry() to read hashes by Simon Glass · 3 years, 10 months ago
- 6d0601e sandbox: Disable I2C emulators in SPL by Simon Glass · 3 years, 10 months ago
- 333e3a9 cros_ec: Add vstore support by Simon Glass · 3 years, 10 months ago
- 0316130 cros_ec: Show events in human-readable form by Simon Glass · 3 years, 10 months ago
- 9d70252 cros_ec: Add support for switches by Simon Glass · 3 years, 10 months ago
- 959e1ce cros_ec: Support reading EC features by Simon Glass · 3 years, 10 months ago
- 33909b5 cros_ec: Add support for reading the SKU ID by Simon Glass · 3 years, 10 months ago
- 9b306e5 cros_ec: Add a function for the hello message by Simon Glass · 3 years, 10 months ago
- 836cc9d dm: core: add a function to decode display timings by Dario Binacchi · 4 years ago
- b574d68 fdt: translate address if #size-cells = <0> by Dario Binacchi · 4 years ago
- b7f8589 clk: add clk_round_rate() by Dario Binacchi · 4 years ago
- 65130cd dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET() by Simon Glass · 4 years ago
- 1d8364a dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO() by Simon Glass · 4 years ago
- 784cd9e dm: core: Allow the uclass list to move by Simon Glass · 4 years ago
- f1d50f7 dm: core: Use dev_has_ofnode() instead of dev_of_valid() by Simon Glass · 4 years ago
- 6211d76 dm: core: Access device flags through functions by Simon Glass · 4 years ago
- 5e34992 dm: core: Rename sqq to seq_ by Simon Glass · 4 years ago
- 4bf8972 test: Move some test drivers into their own file by Simon Glass · 4 years ago
- bdb7635 test: Use a simple variable to record removed device by Simon Glass · 4 years ago
- 9558862 dm: Use access methods for dev/uclass private data by Simon Glass · 4 years ago
- 136a6dd test: dm: spi: Add testcase for spi_claim_bus() by Ovidiu Panait · 4 years ago
- ae73473 sandbox: test: Add a second SPI slave on sandbox_spi bus by Ovidiu Panait · 4 years ago
- 38040a9 dm: core: Drop seq and req_seq by Simon Glass · 4 years ago
- 07e1338 dm: Drop the unused arg in uclass_find_device_by_seq() by Simon Glass · 4 years ago
- 791a17f dm: test: Add a test for DM_UC_FLAG_NO_AUTO_SEQ by Simon Glass · 4 years ago
- 7d5e411 dm: Switch over to use new sequence number for dev_seq() by Simon Glass · 4 years ago
- 9a65513 x86: Simplify acpi_device_infer_name() by Simon Glass · 4 years ago
- 528296f dm: test: Drop assumptions of no sequence numbers by Simon Glass · 4 years ago
- 437ed82 dm: core: Switch binding to use new sequence numbers by Simon Glass · 4 years ago
- 6a109b3 dm: test: Check all devices have a sequence numbers by Simon Glass · 4 years ago
- b75b15b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · 4 years ago
- 33b2efb dm: treewide: Update 'auto' declarations to be on one line by Simon Glass · 4 years ago
- aad29ae dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · 4 years ago
- fa20e93 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 4 years ago
- 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 4 years ago
- 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 4 years ago
- 4d71d60 dm: core: Drop unused parameter from dm_extended_scan_fdt() by Simon Glass · 4 years ago
- 5039cab dm: core: Drop unused parameter from dm_scan_fdt() by Simon Glass · 4 years ago
- 5de5b3b dm: core: Add a livetree function to check node status by Simon Glass · 4 years ago
- 884870f dm: core: Rename device_bind_ofnode() to device_bind() by Simon Glass · 4 years ago
- a391451 Merge tag 'dm-pull5nov20' of git://git.denx.de/u-boot-dm by Tom Rini · 4 years, 1 month ago
- 458b66a board: Rename uclass to sysinfo by Simon Glass · 4 years, 1 month ago
- a385d49 acpi: Don't reset the tables with every new generation by Simon Glass · 4 years, 1 month ago
- e7e4f2d test: adjust sysreset tests by Heinrich Schuchardt · 4 years, 1 month ago
- bac8450 Merge tag 'dm-pull-30oct20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 4 years, 1 month ago
- 5792f4b dm: Use driver_info index instead of pointer by Simon Glass · 4 years, 2 months ago
- 4d4558e dm: Add a test for of-platdata parent information by Simon Glass · 4 years, 2 months ago
- cfd6a00 dm: Use an allocated array for run-time device info by Simon Glass · 4 years, 2 months ago
- 6b927b1 dm: test: Add a test for of-platdata phandles by Simon Glass · 4 years, 2 months ago
- d825ea7 dm: test: Add a check that all devices have a dev value by Simon Glass · 4 years, 2 months ago
- 64401e7 dm: Add a C test for of-platdata properties by Simon Glass · 4 years, 2 months ago
- 25dc2e9 dm: test: Add a very simple of-platadata test by Simon Glass · 4 years, 1 month ago
- a4e289b dm: test: Add a way to run SPL tests by Simon Glass · 4 years, 1 month ago
- c0b0b14 dm: test: Update the test runner to support of-platdata by Simon Glass · 4 years, 1 month ago
- 8ec2933 dm: test: Disable some tests that should not run in SPL by Simon Glass · 4 years, 2 months ago
- 40916e6 dm: Avoid using #ifdef for CONFIG_OF_LIVE by Simon Glass · 4 years, 2 months ago
- 5b13c34 Merge tag 'xilinx-for-v2021.01-v2' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · 4 years, 1 month ago
- 11e4786 test: mux-cmd: Add tests for the 'mux' command by Pratyush Yadav · 4 years, 1 month ago
- a94b697 test: Add tests for the multiplexer framework by Jean-Jacques Hiblot · 4 years, 1 month ago
- 92a8862 dm: core: Add support for getting node from aliases by Michal Simek · 4 years, 4 months ago
- c4954fb common: rename getc() to getchar() by Heinrich Schuchardt · 4 years, 2 months ago
- 753251d video: backlight: fix pwm's duty cycle calculation by Dario Binacchi · 4 years, 2 months ago
- 57c2fc6 test: sharpen button label unit test by Heinrich Schuchardt · 4 years, 2 months ago
- fbf8d65 test: dm: Test for default led naming by Sean Anderson · 4 years, 2 months ago
- 3438e3b test: pinmux: Add test for pin muxing by Sean Anderson · 4 years, 2 months ago
- 8cd2801 test: dm: add test for phandle access functions by Patrick Delaunay · 4 years, 2 months ago
- 04fcfe7 dm: update test on of_offset in ofnode_valid by Patrick Delaunay · 4 years, 2 months ago
- 2a8bc03 Merge tag 'u-boot-atmel-2021.01-a' of https://gitlab.denx.de/u-boot/custodians/u-boot-atmel into next by Tom Rini · 4 years, 2 months ago
- 8b9b689 firmware: smci: sandbox test for SCMI reset controllers by Etienne Carriere · 4 years, 3 months ago
- 2d94c08fa firmware: scmi: sandbox test for SCMI clocks by Etienne Carriere · 4 years, 3 months ago
- 02fd126 firmware: add SCMI agent uclass by Etienne Carriere · 4 years, 3 months ago
- 0b89fc5 test: dm: Add tests for regmap managed API and regmap fields by Jean-Jacques Hiblot · 4 years, 2 months ago
- 7387340 test: gpio: Add tests for the managed API by Jean-Jacques Hiblot · 4 years, 3 months ago
- 880c5c7 test: reset: Add tests for the managed API by Jean-Jacques Hiblot · 4 years, 3 months ago
- 79d3bba timer: Add a test for timer_timebase_fallback by Sean Anderson · 4 years, 2 months ago
- 2f8b6af acpi: Add more support for generating processor tables by Simon Glass · 4 years, 2 months ago
- 412dc4b acpi: Add support for generating processor tables by Simon Glass · 4 years, 2 months ago
- 2f3c6ba dm: acpi: Use correct GPIO polarity type in acpi_dp_add_gpio() by Simon Glass · 4 years, 2 months ago
- 4c8cbbd acpi: Support generating a multi-function _DSM for devices by Simon Glass · 4 years, 2 months ago
- ca72763 acpi: Add support for conditions and return values by Simon Glass · 4 years, 2 months ago
- 77dfd03 acpi: Add support for writing a _PRW by Simon Glass · 4 years, 2 months ago
- 498ebe9 test: fdtdec: Add test for new no-map fdtdec_add_reserved_memory() parameter by Patrice Chotard · 4 years, 3 months ago
- 646f8c6 fdtdec: optionally add property no-map to created reserved memory node by Etienne Carriere · 4 years, 3 months ago
- b02e8dd clk: do not disable clock if it is critical by Claudiu Beznea · 4 years, 3 months ago
- c8c1600 clk: bind clk to new parent device by Claudiu Beznea · 4 years, 3 months ago
- bf5b823 dm: core: add support for device re-parenting by Claudiu Beznea · 4 years, 3 months ago
- c248742 cmd: acpi: Print revisions in hex format by Andy Shevchenko · 4 years, 2 months ago