summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-10-30video: Add a way to change the font name and sizeSimon Glass2-0/+91
2022-10-30video: Add a function to select the truetype metricsSimon Glass1-7/+17
2022-10-30video: Record the truetype font nameSimon Glass1-10/+13
2022-10-30video: Refactor to allow more than one font sizeSimon Glass2-42/+113
2022-10-30video: Tidy up the check for valid fontsSimon Glass1-4/+13
2022-10-30video: Add function to obtain the U-Boot logoSimon Glass2-0/+12
2022-10-30video: Allow filling the display with a colourSimon Glass2-6/+27
2022-10-30video: Move and rename DM_HX8238D optionSimon Glass3-12/+12
2022-10-30video: Move the console commands to cmd/Simon Glass5-58/+75
2022-10-30video: Use vidconsole_put_string() to write a stringSimon Glass1-4/+5
2022-10-30video: Provide a function to set the cursor positionSimon Glass2-5/+25
2022-10-30video: Move console colours to the video uclassSimon Glass4-108/+104
2022-10-30video: simplefb: add rotation supportTakumi Sueda1-1/+5
2022-10-30video: dw_mipi_dsi: fix [hv]sync active vs back porchJohn Keeping1-4/+4
2022-10-30Merge tag 'dm-pull-29oct22' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini33-122/+328
2022-10-29dm: core: Do not stop uclass iteration on errorMichal Suchanek4-32/+48
2022-10-29dm: treewide: Do not use the return value of simple uclass iteratorMichal Suchanek5-37/+17
2022-10-29dm: core: Add note about device_probe idempotenceMichal Suchanek1-2/+2
2022-10-29dm: core: Document return value of device bind functionsMichal Suchanek1-0/+2
2022-10-29dm: core: Switch uclass_*_device_err to use uclass_*_device_checkMichal Suchanek3-9/+20
2022-10-29fdt: Move to setuptoolsSimon Glass3-10/+158
2022-10-29thermal: sandbox: Enable thermal uclass for sandbox64 variantSughosh Ganu1-0/+2
2022-10-29binman: Add support for symlinking imagesNeha Malcom Francis4-0/+34
2022-10-29sandbox: typo FictionnalHeinrich Schuchardt1-1/+1
2022-10-29tests: Build correct sandbox configuration on 32bitMichal Suchanek2-15/+7
2022-10-29dm: tpl: Add fdt address translation support in TPLWilliam Zhang1-0/+14
2022-10-29libfdt: Fix build with python 3.10Michal Suchanek1-0/+4
2022-10-29libfdt: Fix invalid version warningMichal Suchanek1-1/+1
2022-10-29test: Drop unwanted option in event_dump.pySimon Glass1-2/+0
2022-10-29event: Drop the path when checking event-list filenamesSimon Glass1-3/+3
2022-10-29dm: core: Fix lists_bind_fdt() using non-existent of_matchSimon Glass1-1/+3
2022-10-29gpio-uclass: fix gpio lookup by labelRasmus Villemoes1-3/+1
2022-10-29x86: provide typedef jmp_bufHeinrich Schuchardt1-2/+4
2022-10-29x86: fix longjmp() implementationHeinrich Schuchardt1-0/+5
2022-10-29dm: pci: Fix doc typo first -> nextMichal Suchanek1-1/+1
2022-10-29fdt_support: cosmetic: remove fdt_fixup_nor_flash_size prototypePatrick Delaunay1-2/+0
2022-10-29dm: doc: Fix serial howto u-boot,dm-pre-reloc typoMichal Suchanek1-2/+2
2022-10-27lib: fix buggy strcmp and strncmpRasmus Villemoes1-10/+17
2022-10-26Merge branch '2022-10-26-assorted-fixes-and-updates'Tom Rini25-26/+2128
2022-10-26memory: Add TI GPMC driverRoger Quadros5-0/+1561
2022-10-26dt/bindings: memory: Add bindings for TI GPMC driverRoger Quadros2-0/+442
2022-10-26scripts: Makefile.spl: Enable memory drivers to be built for SPLRoger Quadros2-0/+8
2022-10-26dm: memory: Introduce new uclassRoger Quadros8-0/+77
2022-10-26test: Move to a working version of setuptoolsSimon Glass1-0/+1
2022-10-26examples: hello_world: Drop inclusion of common headerPaul Barker1-1/+0
2022-10-26Licenses: Clarify exceptions for standalone appsPaul Barker1-4/+8
2022-10-26crypto: hash: sw: fix Kconfig dependenciesBenjamin Bara1-1/+2
2022-10-26spl: spl_legacy: Fix NAND boot on OMAP3 BeagleBoardRoger Quadros4-15/+19
2022-10-26mkimage: fit: Fix signing of configs with external dataSean Anderson2-5/+10
2022-10-26Merge https://source.denx.de/u-boot/custodians/u-boot-pmicTom Rini2-2/+8