| Commit message (Expand) | Author | Age | Files | Lines |
* | dm: sandbox: Switch over to using the new host uclass | Simon Glass | 2022-11-07 | 2 | -22/+28 |
* | dm: blk: Tidy up obtaining a block device from its parent | Simon Glass | 2022-11-07 | 1 | -1/+1 |
* | test: Add a way to detect a test that breaks another | Simon Glass | 2022-11-07 | 2 | -7/+41 |
* | test: Allow showing basic information about tests | Simon Glass | 2022-11-07 | 1 | -1/+15 |
* | test: Tidy up help for ut command | Simon Glass | 2022-11-07 | 1 | -26/+33 |
* | test: Drop an unused parameter to ut_run_test_live_flat() | Simon Glass | 2022-11-07 | 1 | -3/+2 |
* | dm: test: Clear the block cache after running a test | Simon Glass | 2022-11-07 | 1 | -0/+3 |
* | dm: test: Drop the special function for running DM tests | Simon Glass | 2022-11-07 | 1 | -45/+4 |
* | test: Correct pylint warnings in fs_helper | Simon Glass | 2022-11-07 | 1 | -13/+25 |
* | test: Split out mk_fs function into a helper | Simon Glass | 2022-11-07 | 2 | -52/+60 |
* | test/py: efi_secboot: Remove unnecessary cert-to-efi-hash-list option | Masahisa Kojima | 2022-11-06 | 1 | -4/+4 |
* | cyclic: get rid of cyclic_init() | Rasmus Villemoes | 2022-11-02 | 1 | -2/+1 |
* | test: dm: Add test cases for FWU Metadata uclass | Sughosh Ganu | 2022-10-31 | 5 | -2/+260 |
* | vbe: Add a test for the VBE flow into U-Boot proper | Simon Glass | 2022-10-31 | 1 | -0/+38 |
* | vbe: Use a manual test | Simon Glass | 2022-10-31 | 2 | -16/+10 |
* | vbe: Add info about the VBE device to the fwupd node | Simon Glass | 2022-10-31 | 1 | -1/+6 |
* | vbe: Add Kconfig options for VPL | Simon Glass | 2022-10-31 | 1 | -0/+1 |
* | vbe: Drop the U-Boot prefix from the version | Simon Glass | 2022-10-31 | 1 | -1/+1 |
* | vbe: Move OS implementation into a separate file | Simon Glass | 2022-10-31 | 1 | -1/+0 |
* | vbe: Rename vbe_fixup to vbe_request | Simon Glass | 2022-10-31 | 1 | -1/+1 |
* | image: Add the concept of a phase to FIT | Simon Glass | 2022-10-31 | 2 | -0/+37 |
* | usb: Update the test to cover reading and writing | Simon Glass | 2022-10-31 | 1 | -1/+18 |
* | dm: blk: Add udevice functions | Simon Glass | 2022-10-31 | 1 | -3/+8 |
* | test: Support tests which can only be run manually | Simon Glass | 2022-10-31 | 4 | -6/+47 |
* | test: Update tests to use the skip feature | Simon Glass | 2022-10-31 | 5 | -17/+29 |
* | test: Report skippped tests | Simon Glass | 2022-10-31 | 1 | -3/+20 |
* | Merge tag 'video-20221030' of https://source.denx.de/u-boot/custodians/u-boot... | Tom Rini | 2022-10-30 | 4 | -2/+86 |
|\ |
|
| * | video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEO | Simon Glass | 2022-10-30 | 1 | -2/+2 |
| * | video: Add commands to list and change fonts | Simon Glass | 2022-10-30 | 3 | -0/+84 |
* | | dm: core: Do not stop uclass iteration on error | Michal Suchanek | 2022-10-29 | 2 | -13/+24 |
* | | event: Drop the path when checking event-list filenames | Simon Glass | 2022-10-29 | 1 | -3/+3 |
|/ |
|
* | dm: memory: Introduce new uclass | Roger Quadros | 2022-10-26 | 2 | -0/+22 |
* | test: Move to a working version of setuptools | Simon Glass | 2022-10-26 | 1 | -0/+1 |
* | test: Fix typo in test name | Michal Suchanek | 2022-10-21 | 1 | -2/+2 |
* | k210: fix k210_pll_calc_config() | Heinrich Schuchardt | 2022-10-20 | 1 | -1/+1 |
* | vbe: Add a test for VBE device tree fixups | Simon Glass | 2022-10-17 | 5 | -1/+189 |
* | vbe: Add fixups for a basic set of OS requests | Simon Glass | 2022-10-17 | 1 | -0/+1 |
* | test: Move common FIT code into a separate fit_util file | Simon Glass | 2022-10-17 | 3 | -80/+110 |
* | bootstd: Move VBE setup into a shared function | Simon Glass | 2022-10-17 | 3 | -30/+68 |
* | fdt: Show a message when the working FDT changes | Simon Glass | 2022-10-17 | 1 | -1/+10 |
* | dm: treewide: Use uclass_first_device_err when accessing one device | Michal Suchanek | 2022-10-17 | 8 | -21/+21 |
* | dm: treewide: Do not opencode uclass_probe_all() | Michal Suchanek | 2022-10-17 | 2 | -24/+4 |
* | dm: core: Fix uclass_probe_all to really probe all devices | Michal Suchanek | 2022-10-17 | 1 | -4/+15 |
* | test: run setexpr test only on sandbox | Heinrich Schuchardt | 2022-10-12 | 2 | -1/+3 |
* | test: cmd: add test for temperature command | Robert Marko | 2022-10-11 | 2 | -0/+40 |
* | cmd: xxd: add new command | Roger Knecht | 2022-10-11 | 2 | -0/+58 |
* | cmd: cat: add new command | Roger Knecht | 2022-10-11 | 2 | -0/+55 |
* | Merge tag 'xilinx-for-v2023.01-rc1-v3' of https://source.denx.de/u-boot/custo... | Tom Rini | 2022-10-11 | 2 | -0/+21 |
|\ |
|
| * | dm: fpga: Introduce new uclass | Alexander Dahl | 2022-10-05 | 2 | -0/+21 |
* | | test: fix some pylint errors in test_efi_secboot | Heinrich Schuchardt | 2022-10-06 | 1 | -9/+3 |
|/ |
|