aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ARM: keystone2: Remove unneeded inclusions of common.hWIP/2023-11-29-assorted-platform-updatesAndrew Davis2023-11-2911-11/+3
* configs: keystone2: Do not include hardware.hAndrew Davis2023-11-293-1/+2
* configs: keystone2: Remove unused SPL_MALLOC_F_SIZE and KEYSTONE_SPL_STACK_SIZEAndrew Davis2023-11-291-22/+0
* Fix stack-protector for powerpcChristophe Leroy2023-11-292-0/+6
* xen: pvblock: fix the maximum io size in one operationAKASHI Takahiro2023-11-291-1/+2
* timer-uclass: Always use "clock-frequency" property as fallbackAlex Bee2023-11-291-6/+6
* lib/slre: Fix memory leak if regex compilation failsFrancois Berder2023-11-291-0/+1
* test/py: net: Add a TFTP put testLove Kumar2023-11-291-0/+71
* Merge patch series "cmd: add scmi command"WIP/28Nov2023-nextTom Rini2023-11-289-37/+686
|\
| * test: dm: add scmi command testAKASHI Takahiro2023-11-282-0/+82
| * doc: cmd: add documentation for scmiAKASHI Takahiro2023-11-282-0/+127
| * cmd: add scmi command for SCMI firmwareAKASHI Takahiro2023-11-283-0/+394
| * firmware: scmi: support protocols on sandbox only if enabledAKASHI Takahiro2023-11-282-37/+71
| * test: dm: skip scmi tests against disabled protocolsAKASHI Takahiro2023-11-281-0/+12
* | Merge patch series "fs: fat: calculate FAT type based on cluster count"Tom Rini2023-11-286-41/+170
|\ \
| * | test: fs: Add test to detect fat typeChristian Taedcke2023-11-282-0/+72
| * | test: Add size granularity parameter to mk_fsChristian Taedcke2023-11-281-3/+4
| * | test: fs: Add fat12 to supported fs of some testsChristian Taedcke2023-11-281-3/+3
| * | test: Add support to create a fat12 fsChristian Taedcke2023-11-281-1/+3
| * | fs: fat: add bootsector validity checkChristian Taedcke2023-11-281-0/+53
| * | fs: fat: simplify gotos from read_bootsectandviChristian Taedcke2023-11-281-5/+4
| * | fs: fat: calculate FAT type based on cluster countChristian Taedcke2023-11-282-26/+28
| * | test: spl: Remove usage of FAT32_SIGNChristian Taedcke2023-11-281-1/+1
| * | fs: fat: use get_unaligned_le16 to convert u8[2] to u16Christian Taedcke2023-11-281-4/+4
* | | Merge patch series "Import "string" I/O functions from Linux"Tom Rini2023-11-2816-118/+450
|\ \ \
| * | | musb-new: Remove implementation of io.h functionsIgor Prusov2023-11-281-24/+0
| * | | treewide: Include linux/io.h instead of asm-generic/io.hIgor Prusov2023-11-284-4/+3
| * | | spi: meson_spifc_a1: Switch to io{read,write}32_rep()Igor Prusov2023-11-281-2/+2
| * | | asm-generic: Import functions from LinuxIgor Prusov2023-11-283-67/+348
| * | | xtensa: io.h: Add defines for ins/outs functionsIgor Prusov2023-11-281-0/+6
| * | | powerpc: io.h: Add defines for __raw_{read, write} functionsIgor Prusov2023-11-281-0/+11
| * | | nios2: io.h: Add defines for ins/outs functionsIgor Prusov2023-11-281-0/+6
| * | | riscv: io.h: Fix signatures of reads/writes functionsIgor Prusov2023-11-281-6/+12
| * | | riscv: io.h: Add defines for reads/writes functionsIgor Prusov2023-11-281-0/+8
| * | | mips: io.h: Add defines for read/write/in/out functionsIgor Prusov2023-11-281-0/+32
| * | | mips: io.h: Add const to reads functions paramsIgor Prusov2023-11-281-1/+2
| * | | x86: Add defines for ins/outs functionsIgor Prusov2023-11-281-0/+6
| * | | sandbox: move asm-generic include to the end of fileIgor Prusov2023-11-281-14/+14
* | | | Merge patch series "sysinfo: Expand sysinfo with some more banner information"Tom Rini2023-11-2827-94/+189
|\ \ \ \
| * | | | x86: coreboot: Add a sysinfo driverSimon Glass2023-11-285-44/+96
| * | | | sysinfo: Allow displaying more info on startupSimon Glass2023-11-283-21/+61
| * | | | Revert "generic-board: make show_board_info a weak function"Simon Glass2023-11-281-1/+1
| * | | | udoo: Use checkboard() instead of show_board_info()Simon Glass2023-11-281-1/+1
| * | | | toradex: Use checkboard() instead of show_board_info()Simon Glass2023-11-2813-12/+15
| * | | | solidrun: Use checkboard() instead of show_board_info()Simon Glass2023-11-281-6/+1
| * | | | turris: Use checkboard() instead of show_board_info()Simon Glass2023-11-282-2/+2
| * | | | meson: Use checkboard() instead of show_board_info()Simon Glass2023-11-281-1/+1
| * | | | board: Move show_board_info() comment to header fileSimon Glass2023-11-282-6/+11
* | | | | Merge patch series "ufs: Add a PCI UFS controller support"WIP/27Nov2023-nextTom Rini2023-11-2711-15/+97
|\ \ \ \ \
| * | | | | qemu: riscv: Enable UFS supportBin Meng2023-11-272-1/+9