aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-05-02smegw01: Fix fallback to altbootcmdEduard Strehlau1-1/+1
2023-05-02smegw01: Disable additional boot menu optionsEduard Strehlau1-0/+2
2023-05-02smegw01: Read the second MAC addressFabio Estevam1-0/+6
2023-05-02smegw01: Add lockdown U-Boot env supportEduard Strehlau4-4/+79
2023-05-02smegw01: Switch to fitImageEduard Strehlau1-9/+5
2023-05-02smegw01: Change default boot device to eMMCEduard Strehlau1-1/+1
2023-05-02smegw01: Enable EMMC boot from multiple partitionsEduard Strehlau3-4/+20
2023-05-02smegw01: Only commit to new partition if update was successfulEduard Strehlau1-4/+12
2023-05-02smegw01: Run altbootcmd in the case of failureEduard Strehlau2-2/+8
2023-05-02smegw01: Add altbootcmdEduard Strehlau2-1/+9
2023-05-02smegw01: Select bootcount supportEduard Strehlau1-0/+2
2023-05-02smegw01: Select CONFIG_CMD_SQUASHFSEduard Strehlau1-0/+1
2023-05-02smegw01: Enable setting additional boot paramsEduard Strehlau1-1/+7
2023-05-02arm: imx8m: remove unused and obsolete board_fix_fdt() in SOC contextHugo Villeneuve1-34/+0
2023-05-02imx: fix get_boot_device() for imx8Tim Harvey1-0/+2
2023-05-02imx6: clock: print real pixel clock rateDario Binacchi1-0/+2
2023-05-02imx6: clock: add support to get LCD pixel clock rateDario Binacchi2-0/+60
2023-05-02imx6: clock: improve calculations to get the PLL video rateDario Binacchi1-1/+5
2023-05-02imx: support i.MX8QM DMSSE20 a1 boardOliver Graute15-1/+1155
2023-05-02imx8mn: buffer overflow in low_drive_gpu_freq()Heinrich Schuchardt1-0/+2
2023-05-02pico-imx6ul: Convert to CONFIG_DM_SERIALFabio Estevam1-0/+1
2023-05-02board: mntre: imx8mq: Add MNT Reform 2 board supportPatrick Wildt11-0/+1766
2023-05-01pci: mpc85xx: Do not access PCI BARs registers of BDF address 00:00.0Pali Rohár1-0/+12
2023-05-01pci: mpc85xx: Do not try to access extended PCIe registersPali Rohár1-2/+10
2023-05-01pci: mpc85xx: Allow 8/16-bit access to PCI config spacePali Rohár1-2/+24
2023-05-01pci: mpc85xx: Add missing sync() after writing to PCI config spacePali Rohár1-0/+1
2023-05-01mpc83xx: Don't allow W and G bits in IBATsChristophe Leroy10-195/+32
2023-05-01Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-spiWIP/01May2023Tom Rini7-44/+231
2023-05-01Prepare v2023.07-rc1v2023.07-rc1Tom Rini2-6/+5
2023-05-01configs: Resync with savedefconfigTom Rini649-862/+745
2023-04-30Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxiWIP/30Apr2023Tom Rini52-152/+235
2023-04-29Merge branch 'for-2023.07' of https://source.denx.de/u-boot/custodians/u-boot...WIP/29Apr2023Tom Rini40-346/+1668
2023-04-28Merge tag 'dm-pull-28apr23' of https://source.denx.de/u-boot/custodians/u-boo...WIP/28Apr2023Tom Rini34-101/+149
2023-04-28fdt: Indicate that people should use the ofnode APISimon Glass1-0/+3
2023-04-28fdt_support: fix comments syntax errorHugo Villeneuve1-2/+2
2023-04-28core: fdtaddr: use map_sysmem() as cast for the returnJohan Jonker2-2/+9
2023-04-28tools: Fall back to importlib_resources on Python 3.6Jan Kiszka3-3/+15
2023-04-28test: fdt: Fix copyright messageMarek Vasut1-1/+1
2023-04-28patman: fix class TestFunctionalHeinrich Schuchardt1-2/+2
2023-04-28binman: Use expanduser instead of HOMESimon Glass1-1/+1
2023-04-28dm: core: introduce uclass_get_device_by_of_path()Rasmus Villemoes2-0/+23
2023-04-28uclass: add uclass_find_device_by_phandle_id() helperRasmus Villemoes1-25/+19
2023-04-28sandbox: disable tracing before unmapping RAMPavel Skripkin1-0/+5
2023-04-28sandbox: correct posix_types.h defineHeinrich Schuchardt1-3/+4
2023-04-28bootflow: Rework do_bootflow_menu() slightlyTom Rini1-12/+12
2023-04-28dm: core: Make aliases_lookup staticBin Meng1-1/+1
2023-04-28drivers: tee: sandbox: Fix SCP03 control emulatorJorge Ramirez-Ortiz1-4/+11
2023-04-28sandbox: fix return type of os_filesize()Heinrich Schuchardt3-4/+9
2023-04-28MAINTAINERS: assign include/os.hHeinrich Schuchardt1-0/+1
2023-04-28binman: Use unsigned long over typedef ulongAndrew Davis4-10/+4