Age | Commit message (Expand) | Author |
2020-06-16 | board: stm32mp1: fix handling of DT OP-TEE reserved memory nodes | Etienne Carriere |
2020-05-18 | common: Drop linux/bitops.h from common header | Simon Glass |
2020-05-18 | Use __ASSEMBLY__ as the assembly macros | Simon Glass |
2020-05-18 | common: Drop linux/delay.h from common header | Simon Glass |
2020-05-18 | common: Drop log.h from common header | Simon Glass |
2020-05-18 | command: Remove the cmd_tbl_t typedef | Simon Glass |
2020-05-18 | common: Drop init.h from common header | Simon Glass |
2020-05-18 | common: Drop image.h from common header | Simon Glass |
2020-05-18 | part: Drop disk_partition_t typedef | Simon Glass |
2020-05-18 | common: Drop net.h from common header | Simon Glass |
2020-05-14 | arm: stm32mp: activate data cache on DDR in SPL | Patrick Delaunay |
2020-05-14 | arm: stm32mp: activate data cache in SPL and before relocation | Patrick Delaunay |
2020-05-14 | arm: stm32mp: spl: update error management in board_init_f | Patrick Delaunay |
2020-05-14 | arm: stm32mp: remove dependency for STM32KEY | Patrick Delaunay |
2020-05-14 | stm32mp: stm32prog: add support of RAM target | Patrick Delaunay |
2020-05-14 | stm32mp: stm32prog: support for script | Patrick Delaunay |
2020-05-14 | stm32mp: stm32prog: enable videoconsole | Patrick Delaunay |
2020-05-14 | stm32mp: stm32prog: add serial link support | Patrick Delaunay |
2020-05-14 | stm32mp: stm32prog: add pmic NVM update support | Patrick Delaunay |
2020-05-14 | stm32mp: stm32prog: add otp update support | Patrick Delaunay |
2020-05-14 | stm32mp: stm32prog: add support for delete option in flashlayout | Patrick Delaunay |
2020-05-14 | stm32mp: stm32prog: add support of ssbl copy | Patrick Delaunay |
2020-05-14 | stm32mp: stm32prog: adapt the MTD partitions | Patrick Delaunay |
2020-05-14 | stm32mp: stm32prog: add MTD devices support | Patrick Delaunay |
2020-05-14 | stm32mp: stm32prog: add upport of partial update | Patrick Delaunay |
2020-05-14 | stm32mp: stm32prog: add support of boot partition for eMMC device | Patrick Delaunay |
2020-05-14 | stm32mp: stm32prog: add MMC device | Patrick Delaunay |
2020-05-14 | stm32mp: stm32prog: add flash layout parsing | Patrick Delaunay |
2020-05-14 | stm32mp: add the command stm32prog | Patrick Delaunay |
2020-05-14 | stm32mp: add function get_cpu_dev | Patrick Delaunay |
2020-05-14 | board: stm32mp1: support boot from spi-nand | Patrick Delaunay |
2020-05-14 | board: stm32mp1: use FDT address provided by TF-A at boot time | Patrick Delaunay |
2020-05-14 | stm32mp1: dynamically detect op-tee presence | Patrick Delaunay |
2020-05-14 | board: stm32mp1: reserve memory for OP-TEE in device tree | Patrick Delaunay |
2020-05-14 | ARM: stm32: Add board_early_init_f() to SPL | Marek Vasut |
2020-04-22 | spl: mmc: Rename spl_boot_partition() to spl_mmc_boot_partition() | Harald Seiler |
2020-04-22 | spl: mmc: Rename spl_boot_mode() to spl_mmc_boot_mode() | Harald Seiler |
2020-04-16 | Revert "stm32mp1: remove the imply BOOTSTAGE" | Patrick Delaunay |
2020-04-15 | configs: stm32mp1: replace STM32MP1_TRUSTED by TFABOOT | Patrick Delaunay |
2020-04-15 | ARM: dts: stm32: Define FMC2 base address | Marek Vasut |
2020-03-31 | Merge branch 'next' of git://git.denx.de/u-boot-usb into next | Tom Rini |
2020-03-24 | ram: stm32mp1: increase vdd2_ddr: buck2 for 32bits LPDDR | Patrick Delaunay |
2020-03-24 | stm32mp: psci: set cntfrq register of cpu on | Ludovic Barre |
2020-03-24 | stm32mp1: add 800 MHz profile support | Patrick Delaunay |
2020-03-24 | arm: stm32mp: fdt: update kernel device tree according the part number | Patrick Delaunay |
2020-03-24 | arm: stm32mp: add function get_soc_name | Patrick Delaunay |
2020-03-24 | arm: stm32mp: improve the error message for smc | Patrick Delaunay |
2020-03-24 | arm: stm32mp: bsec: add permanent lock support in bsec driver | Patrick Delaunay |
2020-03-24 | arm: stm32mp: bsec: remove unneeded test | Patrick Delaunay |
2020-03-10 | stm32mp: update dependency for STM32_ETZPC | Patrick Delaunay |