aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-05-11DM: DM_MMC migration is now mandatory for non-SPLWIP/finish-DM_MMC-migrationTom Rini14-3/+24
2021-05-11ata: Make LIBATA means AHCI is enabled mandatory.Tom Rini2-3/+4
2021-05-11boards: Disable CMD_SATA on platforms that no longer have a SATA driver enabledTom Rini3-14/+0
2021-05-11ppc: Remove some SECURE_BOOT defconfigsTom Rini7-353/+1
2021-05-10Prepare v2021.07-rc2v2021.07-rc2Tom Rini1-1/+1
2021-05-10Merge https://source.denx.de/u-boot/custodians/u-boot-x86Tom Rini4-29/+76
2021-05-10MAINTAINERS: Add an entry for VirtIOBin Meng1-0/+12
2021-05-10doc: develop: Convert README.virtio to reSTBin Meng2-28/+63
2021-05-10x86: Correct regwidth prompt in cbsysinfoSimon Glass1-1/+1
2021-05-07Merge https://source.denx.de/u-boot/custodians/u-boot-riscvWIP/07May2021Tom Rini6-2/+51
2021-05-06Merge branch '2021-05-06-misc-updates'Tom Rini30-36/+516
2021-05-05cmd/exception: support ebreak exception on RISC-VHeinrich Schuchardt2-0/+13
2021-05-05atcspi200: Add timeout mechanism in spi_xfer()Dylan Jhong1-2/+8
2021-05-05riscv: cpu: fu740: clear feature disable CSRGreen Wan1-0/+15
2021-05-05riscv: cpu: Add callback to init each coreGreen Wan2-0/+15
2021-05-04fdt_support.c: Allow late kernel cmdline modificationNiko Mauno2-1/+21
2021-05-04cmd: gpt: Add option to write GPT partitions to environment variableFarhan Ali2-8/+55
2021-05-04sandbox: add test of CONFIG_ENV_IMPORT_FDTRasmus Villemoes5-0/+30
2021-05-04env: allow environment to be amended from control dtbRasmus Villemoes5-0/+68
2021-05-04test: Add gpio-sysinfo testWIP/2021-04-04-gpio-sysinfo-updateSean Anderson8-0/+82
2021-05-04sysinfo: Add gpio-sysinfo driverSean Anderson4-0/+187
2021-05-04sysinfo: Require that sysinfo_detect be called before other methodsSean Anderson4-20/+64
2021-05-04sysinfo: Use global sysinfo IDs for existing sysinfo driversSean Anderson2-4/+6
2021-05-04dm: gpio: Fix gpio_get_list_count failing with livetreeSean Anderson1-3/+3
2021-04-29Merge tag 'dm-pull-29apr21' of https://source.denx.de/u-boot/custodians/u-boo...WIP/29Apr2021Tom Rini30-277/+472
2021-04-29Merge tag 'xilinx-for-v2021.07-rc2' of https://source.denx.de/u-boot/custodia...Tom Rini19-95/+189
2021-04-29spi: zynqmp: Remove gd referenceMichal Simek1-3/+0
2021-04-29Merge https://source.denx.de/u-boot/custodians/u-boot-cfi-flashTom Rini1-5/+5
2021-04-29Merge https://source.denx.de/u-boot/custodians/u-boot-marvellTom Rini53-2756/+2081
2021-04-29tpm: missing event typesHeinrich Schuchardt1-8/+16
2021-04-29test: dm: add test item for ofnode_get_addr() and ofnode_get_size()Chen Guanqiao1-0/+31
2021-04-29dm: core: Add size operations on device tree referencesChen Guanqiao3-2/+24
2021-04-29buildman: Use bytes for the environmentSimon Glass3-11/+30
2021-04-29buildman: Handle exceptions in threads gracefullySimon Glass4-11/+56
2021-04-29buildman: Use common code to send an resultSimon Glass1-8/+13
2021-04-29buildman: Tidy up a few commentsSimon Glass3-5/+20
2021-04-29dm: core: Fix uninitialized return value from dm_scan_fdt_nodeSean Anderson1-1/+1
2021-04-29dm: core: Add address translation in fdt_get_resourcePatrick Delaunay6-24/+10
2021-04-29binman: Support adding sections to FMAPsSimon Glass4-9/+50
2021-04-29binman: Tweak implementation of fmapSimon Glass1-31/+38
2021-04-29patman: Parse checkpatch by message instead of by lineEvan Benn2-92/+144
2021-04-29patman: Assume we always have pygit2 for testsTom Rini1-17/+2
2021-04-29tests: patman: Add requests to the module listTom Rini1-0/+1
2021-04-29Azure/GitLab: Ensure we use requirements.txt for testsuitesTom Rini2-2/+2
2021-04-29test: Use positive conditional in test_matches()Andy Shevchenko1-6/+6
2021-04-29test: Allow simple glob pattern in the test nameAndy Shevchenko1-2/+9
2021-04-29dtoc: Correct dtoc output when testingSimon Glass2-53/+22
2021-04-29binman: Correct testSplNoDtb() and Tpl alsoSimon Glass1-0/+2
2021-04-29net: phy: xilinx: Break while loop over ethernet phyMichal Simek1-2/+2
2021-04-29arm: a37xx: pci: Fix processing PIO transfersPali Rohár1-14/+28