aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-04-25bootstd: Add the bootstd uclass and core implementationSimon Glass9-0/+302
2022-04-25bootstd: Add the concept of a bootflowSimon Glass2-0/+265
2022-04-25fs: Add a function to set the filesystem typeSimon Glass2-0/+16
2022-04-25dm: blk: Add a function to return the device typeSimon Glass2-0/+15
2022-04-25test: dm: Restart USB before assuming it is stoppedSimon Glass1-0/+6
2022-04-25test: fastboot: Avoid using mmc1Simon Glass1-2/+2
2022-04-25dm: core: Allow finding a uclass device by partial nameSimon Glass4-4/+42
2022-04-25dm: core: Rename and fix uclass_get_by_name_len()Simon Glass3-6/+9
2022-04-25lib: Add a way to find the postiion of a trailing numberSimon Glass3-3/+42
2022-04-25lib: Fix a few bugs in trailing_strtoln()Simon Glass3-5/+11
2022-04-25lib: Correct comment formatting to avoid sphinx problemsSimon Glass1-46/+46
2022-04-25test: Add tests for trailing_strtol()Simon Glass2-2/+21
2022-04-25lib: Move string tests to the string moduleSimon Glass2-40/+40
2022-04-23Merge branch '2022-04-22-assorted-updates'Tom Rini8-17/+91
2022-04-22arm: apple: Point stdout-path to framebuffer when keyboard presentWIP/2022-04-22-assorted-updatesMark Kettenis2-0/+41
2022-04-22arm: apple: Don't clear framebufferMark Kettenis1-0/+2
2022-04-22Allow colon in PXE bootfile URLsLyle Franklin1-2/+7
2022-04-22fdt: Add -q option to fdt addr for distro_bootcmdPeter Hoyes2-10/+26
2022-04-22cmd: adc: Add support for storing ADC result in env variableMarek Vasut1-4/+14
2022-04-22fdt: Fix TPL SEPARATE_BSS check when locating DTBAndrew Abbott1-1/+1
2022-04-22Merge https://gitlab.denx.de/u-boot/custodians/u-boot-pmicWIP/22Apr2022Tom Rini1-1/+1
2022-04-22Merge https://gitlab.denx.de/u-boot/custodians/u-boot-usbTom Rini4-3/+23
2022-04-22configs: Resync with savedefconfigTom Rini84-125/+1
2022-04-22power-domain: Fix use of uninitialized value in dev_power_domain_ctrlSean Anderson1-1/+1
2022-04-22Merge https://gitlab.denx.de/u-boot/custodians/u-boot-watchdogTom Rini4-0/+137
2022-04-22Merge tag 'u-boot-imx-20220422' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini184-3023/+6016
2022-04-22Add support for TP-Link UE200 dongleOleksii Titov1-0/+2
2022-04-22usb: dwc3: Add support for usb3-phy PHY configurationMichal Simek1-0/+18
2022-04-22generic-phy: s/CONFIG_PHY/CONFIG_IS_ENABLED(PHY)/Michal Simek1-1/+1
2022-04-22usb: gadget: ci: Make various ops constAdam Ford1-2/+2
2022-04-22wdt: nuvoton: Add support for NuvotonJim Liu3-0/+125
2022-04-22doc: device-tree-bindings: watchdog: document common propertiesPhilippe Reynes1-0/+12
2022-04-21Merge branch '2022-04-21-further-cleanups'Tom Rini283-524/+374
2022-04-21ARM: imx: imx8mn-evk: change environment address variablesHeiko Thiery3-6/+14
2022-04-21configs: imx: drop IMX_FEC_BASEPeng Fan17-18/+0
2022-04-21imx8mm-cl-iot-gate: Remove redundant board_fix_fdt()Ying-Chun Liu (PaulLiu)1-5/+0
2022-04-21arm: set cntfrq_el0 if CONFIG_COUNTER_FREQUENCY is validWIP/2022-04-21-further-cleanupsPeng Fan9-13/+13
2022-04-21include/configs: drop COUNTER_FREQUENCYPeng Fan69-155/+2
2022-04-21configs: set CONFIG_COUNTER_FREQUENCYPeng Fan184-4/+184
2022-04-21arch: arm: Kconfig: set default COUNTER_FREQUENCYPeng Fan1-0/+5
2022-04-21arch: arm: move COUNTER_FREQUENCY from versal to armPeng Fan2-6/+12
2022-04-21xilinx: versal: board: use CONFIG_COUNTER_FREQUENCYPeng Fan1-1/+1
2022-04-21misc: atsha204a: Remove duplicate CRC-16 implementationPali Rohár2-119/+4
2022-04-21fs: ext4: Use CRC-16 implementation from linux/crc16.hPali Rohár5-84/+6
2022-04-21crc16: Move standard CRC-16 implementation from ubifs to libPali Rohár4-1/+5
2022-04-21crc16: Rename fs/ubifs/crc16.h to include/linux/crc16.hPali Rohár4-3/+3
2022-04-21crc16-ccitt: Rename file with CRC-16-CCITT implementation to crc16-ccitt.cPali Rohár4-7/+7
2022-04-21SPL: Do not enable SPL_SYS_MALLOC_SIMPLE without SPL_FRAMEWORK by defaultPali Rohár1-0/+1
2022-04-21Merge https://source.denx.de/u-boot/custodians/u-boot-marvellWIP/21Apr2022Tom Rini33-432/+628
2022-04-21Merge branch '2022-04-21-assorted-improvements'Tom Rini25-249/+1359