summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-07-14cat: Update command to use fs_load_alloc()Simon Glass1-30/+17
2023-07-14fs: Create functions to load and allocate a fileSimon Glass3-28/+98
2023-07-14expo: Rename exp_set_text_mode()Simon Glass4-5/+5
2023-07-14console: Correct truetype spacing errorSimon Glass2-4/+4
2023-07-14expo: Avoid automatically arranging the sceneSimon Glass5-18/+21
2023-07-14expo: Store the console in the expoSimon Glass3-8/+13
2023-07-14video: Provide a way to clear part of the consoleSimon Glass3-69/+71
2023-07-14video: Drop #ifdefs from console_truetypeSimon Glass1-56/+56
2023-07-14dm: core: Avoid registering an inaccessible treeSimon Glass1-0/+9
2023-07-14gpio: Avoid using an invalid ofnodeSimon Glass1-1/+1
2023-07-14test: Restore test behaviour on failureSimon Glass1-18/+18
2023-07-14sandbox: Fix quiting when the LCD window is closedSimon Glass1-1/+2
2023-07-14expo: Convert to using a string ID for the scene titleSimon Glass3-20/+17
2023-07-14expo: Correct some header-file commentsSimon Glass1-3/+5
2023-07-14binman: Correct coverage gap in controlSimon Glass1-1/+1
2023-07-14bdinfo: Correct use of assertionsSimon Glass1-30/+49
2023-07-14arch: arm: npcm8xx: add cpu version and 4G ram supportJim Liu3-4/+79
2023-07-14misc: npcm_host_intf: change initialization sequenceJim Liu1-3/+3
2023-07-14pinctrl: nuvoton: fix reset reason error for poweronJim Liu1-0/+3
2023-07-14board: nuvoton: arbel: change uboot load addressJim Liu3-5/+19
2023-07-14misc: nuvoton: fix type errorJim Liu1-1/+1
2023-07-14ARM: dts: npcm8xx: fix dts node errorJim Liu1-16/+17
2023-07-14board: nuvoton: add env setting for boot to linuxJim Liu2-0/+9
2023-07-14ARM: config: Enable config to decompress the FIT imageJim Liu1-0/+3
2023-07-14Merge https://gitlab.denx.de/u-boot/custodians/u-boot-spiTom Rini12-75/+932
2023-07-14Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellTom Rini14-118/+514
2023-07-14Merge tag 'u-boot-imx-20230713' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini162-2076/+5926
2023-07-13arm: mvebu: Remove unused alias from RC AC5X dtsChris Packham1-1/+0
2023-07-13arm: mvebu: Add Allied Telesis x240 boardChris Packham8-1/+370
2023-07-13mx7dsabresd: Retrieve the second MAC address from fusesFabio Estevam1-0/+6
2023-07-13arm64: imx: imx8mp-beacon: Enable LTOAdam Ford1-0/+1
2023-07-13config: xea: Disable support for FAT file systemLukasz Majewski1-1/+0
2023-07-13config: xea: Disable support for boot methods EXTLINUX and VBELukasz Majewski1-0/+2
2023-07-13mx23_olinuxino: Convert to CONFIG_DM_SERIALFabio Estevam3-1/+2
2023-07-13mx23evk: Convert to CONFIG_DM_SERIALFabio Estevam3-1/+3
2023-07-13mx28evk: Convert to CONFIG_DM_SERIALFabio Estevam3-2/+2
2023-07-13arm64: dts: verdin-imx8mp: add ctrl_sleep_moci# hogAndrejs Cainikovs1-0/+8
2023-07-13configs: verdin-imx8mp: enable spl_gpio_hogAndrejs Cainikovs1-0/+1
2023-07-13arm64: dts: verdin-imx8mm: add ctrl_sleep_moci# hogAndrejs Cainikovs1-0/+8
2023-07-13configs: verdin-imx8mm: enable spl_gpio_hogAndrejs Cainikovs1-0/+1
2023-07-13verdin-imx8mm/verdin-imx8mp: synchronise device trees with linuxMarcel Ziswiler10-337/+309
2023-07-13arm: dts: imx8mp-beacon-kit: Enable USB Power domainsAdam Ford1-2/+0
2023-07-13arm: dts: imx8mp: Sync the DT with kernel 6.4-rc4Adam Ford2-119/+386
2023-07-13clk: imx8mp: Update clocks based on kernel 6.4-RC4Adam Ford2-3/+14
2023-07-13board: colibri-imx8x: initialize snvsAndrejs Cainikovs1-0/+8
2023-07-13imx8mn-var-som: adjust PHY reset gpios according to hardware configurationHugo Villeneuve3-4/+82
2023-07-13ARM: dts: imx: Fix eMMC boot on Data Modul i.MX8M Plus eDM SBCMarek Vasut1-0/+14
2023-07-13imx93_evk: defconfig: add adc supportLuca Ellero1-0/+1
2023-07-13dm: adc: add iMX93 ADC supportLuca Ellero3-0/+299
2023-07-13ARM: imx: romapi: Fix signed integer bitwise ops misuseMarek Vasut1-11/+21