Commit Graph

  • 4ad6850d2b clang: Don't look for libgcc Tom Rini 2023-04-05 19:48:53 -04:00
  • fd0712acce clang: Add $(CLANG_TARGET) to LDPPFLAGS Tom Rini 2023-04-05 19:48:52 -04:00
  • c2e5eea38a arm: Only support ARM64_CRC32 when using GCC Tom Rini 2023-04-05 19:48:51 -04:00
  • 142155103d fs: yaffs2: Make yaffsfs_deviceList static Bin Meng 2023-04-05 22:40:22 +08:00
  • 005acb2a6d test: move unit tests into a sub-menu Heinrich Schuchardt 2023-04-03 20:27:43 +02:00
  • 0b8b7d47aa test: improve configuration for Kconfig test options Heinrich Schuchardt 2023-04-03 12:04:39 +02:00
  • de0095b400 arm64: interrupts: print FAR_ELx on sync exceptions Pavel Skripkin 2023-04-02 19:27:34 +03:00
  • 23ff3e7b15 configs: Create minimal vexpress_fvp_defconfig Peter Hoyes 2023-03-31 09:58:13 +01:00
  • 3e15be549c vexpress64: Enable VIRTIO_MMIO and RTC_PL031 in the base model Peter Hoyes 2023-03-31 09:58:12 +01:00
  • 3635df6bdf vexpress64: Use OF_HAS_PRIOR_STAGE for BASE_FVP variant Peter Hoyes 2023-03-31 09:58:11 +01:00
  • 990bf2f38f include: configs: am64x_evm: Change to using .env Nikhil M Jain 2023-03-30 14:24:09 +05:30
  • 2e43ba7805 arch: mach-k3: j721s2_init: Disable the firewalls Jayesh Choudhary 2023-03-28 18:32:01 +05:30
  • 45981a9a37 soc: soc_ti_k3: fix revision array bounds checks Rasmus Villemoes 2023-03-24 08:44:29 +01:00
  • c1da6fdb5c armv8: enable HAFDBS for other ELx when FEAT_HAFDBS is present meitao 2023-03-18 00:22:53 +08:00
  • 836b8d4b20 arm64: Use level-2 for largest block mappings when FEAT_HAFDBS is present Marc Zyngier 2023-03-18 00:22:52 +08:00
  • 6cdf6b7a34 arm64: Use FEAT_HAFDBS to track dirty pages when available Marc Zyngier 2023-03-18 00:22:51 +08:00
  • bad2618b8c Merge branch '2023-04-25-use-bounce-buffers-for-VIRTIO_F_IOMMU_PLATFORM' Tom Rini 2023-04-25 14:22:40 -04:00
  • 8485595927 spi: synquacer: Silence uninitialized variable warnings Ilias Apalodimas 2023-04-07 12:13:00 +03:00
  • 24c27b3c6c mtd: spi-nor: missing fallthrough in set_4byte() Heinrich Schuchardt 2023-04-01 09:34:08 +02:00
  • 0514227e19 spi: npcm-fiu: add regulator feature and remove set clock Jim Liu 2023-03-07 16:10:35 +08:00
  • c008280a9a spi: f-ospi: Add missing spi_mem_default_supports_op() helper Kunihiko Hayashi 2023-03-27 14:34:51 +09:00
  • db58dc5438 spi: spi-mem: perform odd len check only while writing data Dhruva Gole 2023-03-01 13:13:46 +05:30
  • 963b5da339 spi: spi-mem: s/dummy/data buswidth check in dtr_supports_op() Dhruva Gole 2023-03-01 13:13:45 +05:30
  • b91a0822d7 mtd: spi-nor: Add CHIP_ERASE optimization Marek Vasut 2023-03-02 02:46:32 +01:00
  • b0a2fe148a virtio: Use bounce buffers when VIRTIO_F_IOMMU_PLATFORM is set Will Deacon 2023-03-29 22:25:00 +08:00
  • 37e53db38b virtio: Allocate bounce buffers for devices with VIRTIO_F_IOMMU_PLATFORM Will Deacon 2023-03-29 22:24:59 +08:00
  • a15d67e01a virtio: Add helper functions to attach/detach vring descriptors Will Deacon 2023-03-29 22:24:58 +08:00
  • 75582fc2e6 virtio: Allocate virtqueue in page-size units Will Deacon 2023-03-29 22:24:57 +08:00
  • da4e8bb09d virtio: pci: Tear down VQs in virtio_pci_reset() Will Deacon 2023-03-29 22:24:56 +08:00
  • 7804306c80 virtio: Expose VIRTIO_F_IOMMU_PLATFORM in device features Will Deacon 2023-03-29 22:24:55 +08:00
  • 6a11fdf053 Merge branch '2023-04-24-TI-platform-updates' Tom Rini 2023-04-24 18:09:22 -04:00
  • 9eeb1a299d common: Replace #ifdef and #if with if's Nikhil M Jain 2023-04-20 17:41:12 +05:30
  • 53ae978af5 board: ti: am62x: evm: OSPI support for splash screen Nikhil M Jain 2023-04-20 17:41:11 +05:30
  • 25127ea388 include: Enable video related global data variable and splash at SPL Nikhil M Jain 2023-04-20 17:41:10 +05:30
  • eb9217dc03 common: Enable splash functions at SPL Nikhil M Jain 2023-04-20 17:41:09 +05:30
  • 86fbee6020 drivers: video: Enable necessary video functions at SPL Nikhil M Jain 2023-04-20 17:41:08 +05:30
  • d45e1d9967 common: Makefile: Rule to compile bmp.c Nikhil M Jain 2023-04-20 17:41:07 +05:30
  • 58182b2db9 cmd: bmp: Split bmp commands and functions Nikhil M Jain 2023-04-20 17:41:06 +05:30
  • 072b0e16c4 common: Kconfig: Add BMP configs Nikhil M Jain 2023-04-20 17:41:05 +05:30
  • a8bca7ea61 common: Makefile: Add rule to compile splash and splash_source at SPL Nikhil M Jain 2023-04-20 17:41:04 +05:30
  • 2e72e4ec84 drivers: video: tidss: Makefile: Add condition to compile TIDSS at SPL Nikhil M Jain 2023-04-20 17:41:03 +05:30
  • 35ca2e4fa2 drivers: video: Makefile: Rule to compile necessary video driver files Nikhil M Jain 2023-04-20 17:41:02 +05:30
  • e3357a9e03 drivers: Makefile: Add rule to compile video driver Nikhil M Jain 2023-04-20 17:41:01 +05:30
  • 54929ecdd2 drivers: video: tidss: Kconfig: Configs to enable TIDSS at SPL Nikhil M Jain 2023-04-20 17:41:00 +05:30
  • 857d02d97c drivers: video: Kconfig: Add configs for enabling video at SPL Nikhil M Jain 2023-04-20 17:40:59 +05:30
  • c0c56f64b3 arm: mach-k3: am642: move do_dt_magic() after sysfw loading Christian Gmeiner 2023-03-28 16:13:14 +02:00
  • 77df85c485 include: configs: j721e_evm: Fix name_fdt for J7200 Neha Malcom Francis 2023-04-14 16:33:52 +05:30
  • 1e00e9be62 arm: mach-k3: common: re-locate authentication for atf/optee Manorit Chawdhry 2023-04-14 09:48:01 +05:30
  • 65f3afc6b9 remoteproc: ti_k3_arm64: Change the startup of arm64 core Manorit Chawdhry 2023-04-14 09:48:00 +05:30
  • 53f02be32e arm: dts: k3-am625-r5-sk: add a53 cluster power Manorit Chawdhry 2023-04-14 09:47:59 +05:30
  • 9a36735b0f arm: dts: k3-am62a7-r5-sk: add a53 cluster power domain node Manorit Chawdhry 2023-04-14 09:47:58 +05:30
  • 3922cf6295 arm: dts: k3-am642-r5: add a53 cluster power domain node Manorit Chawdhry 2023-04-14 09:47:57 +05:30
  • 7fe7920c5e arm: dts: k3-am642-r5-sk: add a53 cluster power domain node Manorit Chawdhry 2023-04-14 09:47:56 +05:30
  • dcdcbde2bb arm: dts: k3-j7200-r5: add a72 cluster power domain node Manorit Chawdhry 2023-04-14 09:47:55 +05:30
  • bdbd668853 arm: dts: k3-j721e-r5: add a72 cluster power domain node Manorit Chawdhry 2023-04-14 09:47:54 +05:30
  • ab3df39ffa arm: dts: k3-j721e-r5-sk: add a72 cluster power domain node Manorit Chawdhry 2023-04-14 09:47:53 +05:30
  • d363013e87 arm: dts: k3-j721s2-r5: add a72 cluster power domain node Manorit Chawdhry 2023-04-14 09:47:52 +05:30
  • f392860c2e arm: mach-k3: Remove empty sys_proto.h include Andrew Davis 2023-04-06 11:38:21 -05:00
  • 29627e81c6 arm: mach-k3: Move J721s2 SPL init functions to mach-k3 Andrew Davis 2023-04-06 11:38:20 -05:00
  • ef538cc26e arm: mach-k3: Move sdelay() and wait_on_value() declaration Andrew Davis 2023-04-06 11:38:19 -05:00
  • ee12d64f2d arm: mach-k3: Remove unused fdt_disable_node() Andrew Davis 2023-04-06 11:38:18 -05:00
  • e25fe5b275 arm: mach-k3: Add weak do_board_detect() to common file Andrew Davis 2023-04-06 11:38:17 -05:00
  • f5e4944608 arm: mach-k3: Move sysfw-loader.h out of mach includes Andrew Davis 2023-04-06 11:38:16 -05:00
  • 2aee173ba0 arm: mach-k3: Make release_resources_for_core_shutdown() common Andrew Davis 2023-04-06 11:38:15 -05:00
  • b4d10f0ae5 configs: j721s2_evm.h: Remove refrences to J7200 EVM Andrew Davis 2023-04-06 11:38:14 -05:00
  • f5216cf986 configs: j721x_evm: Remove unneeded check for SYS_K3_SPL_ATF Andrew Davis 2023-04-06 11:38:13 -05:00
  • 677a1e23da soc: soc_ti_k3: Use hardware.h to remove definition duplication Andrew Davis 2023-04-06 11:38:12 -05:00
  • ca0973741d arm: mach-k3: Move J721e SoC detection out of common section Andrew Davis 2023-04-06 11:38:11 -05:00
  • 30e96a2401 arm: mach-k3: Move MSMC fixup to SoC level Andrew Davis 2023-04-06 11:38:10 -05:00
  • 5cf850c162 Revert "arm: dts: dra7*/am57xx-idk-evm-u-boot: Add ipu early boot DT changes" Andrew Davis 2023-04-11 13:25:10 -05:00
  • db5a3bda50 arm: dts: keystone: Non-functional changes sync with v6.3-rc6 Andrew Davis 2023-04-11 13:25:09 -05:00
  • a39f2a54dd arm: dts: omap: Non-functional changes sync with v6.3-rc6 Andrew Davis 2023-04-11 13:25:08 -05:00
  • 1fb69a07bc arm: dts: dm8x: Non-functional changes sync with v6.3-rc6 Andrew Davis 2023-04-11 13:25:07 -05:00
  • f8ae3e605b arm: dts: dra7x: Non-functional changes sync with v6.3-rc6 Andrew Davis 2023-04-11 13:25:06 -05:00
  • 211b3d7263 arm: dts: am3x: Non-functional changes sync with v6.3-rc6 Andrew Davis 2023-04-11 13:25:05 -05:00
  • 1dfb028e04 arm: dts: am437x: Update to IOPAD to sync with v6.3-rc6 Andrew Davis 2023-04-11 13:25:04 -05:00
  • 2657c52e08 arm: dts: am3x: Update IOPAD to PADCONF to sync with v6.3-rc6 Andrew Davis 2023-04-11 13:25:03 -05:00
  • 25abf73466 arm: dts: keystone: Update devicetree header comments to sync with v6.3-rc6 Andrew Davis 2023-04-11 13:25:02 -05:00
  • 5a6df00831 arm: dts: omap5x: Update devicetree header comments to sync with v6.3-rc6 Andrew Davis 2023-04-11 13:25:01 -05:00
  • 590f1d995a arm: dts: omap4x: Update devicetree header comments to sync with v6.3-rc6 Andrew Davis 2023-04-11 13:25:00 -05:00
  • 1346dc573b arm: dts: omap3x: Update devicetree header comments to sync with v6.3-rc6 Andrew Davis 2023-04-11 13:24:59 -05:00
  • 854d489e24 arm: dts: dra7x: Update devicetree header comments to sync with v6.3-rc6 Andrew Davis 2023-04-11 13:24:58 -05:00
  • 54efeef170 arm: dts: dm8x: Update devicetree header comments to sync with v6.3-rc6 Andrew Davis 2023-04-11 13:24:57 -05:00
  • 51b21c7985 arm: dts: am57x: Update devicetree header comments to sync with v6.3-rc6 Andrew Davis 2023-04-11 13:24:56 -05:00
  • ad841299e7 arm: dts: am43x: Update devicetree header comments to sync with v6.3-rc6 Andrew Davis 2023-04-11 13:24:55 -05:00
  • d30b2bf3b3 arm: dts: am3x: Update devicetree header comments to sync with v6.3-rc6 Andrew Davis 2023-04-11 13:24:54 -05:00
  • b646e1f69f patman: Declare the future Series memory Simon Glass 2023-04-24 06:16:00 +12:00
  • 328fdeb9c9 Merge tag 'u-boot-rockchip-20230421' of https://source.denx.de/u-boot/custodians/u-boot-rockchip Tom Rini 2023-04-23 12:15:56 -04:00
  • 39bc4e12ab Merge tag 'efi-2023-07-rc1-2' of https://source.denx.de/u-boot/custodians/u-boot-efi Tom Rini 2023-04-22 18:32:08 -04:00
  • 802132c48a Merge https://source.denx.de/u-boot/custodians/u-boot-riscv Tom Rini 2023-04-22 18:31:46 -04:00
  • da142d1ec9 Merge https://source.denx.de/u-boot/custodians/u-boot-watchdog Tom Rini 2023-04-22 18:31:21 -04:00
  • f2db24556f Merge tag 'u-boot-stm32-20230419' of https://source.denx.de/u-boot/custodians/u-boot-stm Tom Rini 2023-04-22 18:30:56 -04:00
  • 03972a10ac Merge tag 'u-boot-nand-20230422' of https://source.denx.de/u-boot/custodians/u-boot-nand-flash Tom Rini 2023-04-22 18:30:31 -04:00
  • 770e77051e mtd: rawnand: nand_base: Handle algorithm selection Linus Walleij 2023-04-07 15:40:05 +02:00
  • fee6b9b734 Revert "mtd: rawnand: nand_base: Handle algorithm selection" Dario Binacchi 2023-04-22 22:58:10 +02:00
  • a1c6819254 configs: rockchip: radxa-cm3-io: drop CONFIG_USB_DWC3_GENERIC FUKAUMI Naoki 2023-04-20 12:00:41 +00:00
  • 7911f409ff arm: dts: rockchip: radxa-cm3-io, rock-3a: enable regulators for usb FUKAUMI Naoki 2023-04-20 12:00:40 +00:00
  • fecdeeaec1 configs: rockchip: radxa-cm3-io, rock-3a: enable commands for i2c/pmic/regulator FUKAUMI Naoki 2023-04-20 12:00:39 +00:00
  • 0d368701e2 configs: rockchip: rock-3a: make usb host work FUKAUMI Naoki 2023-04-20 12:00:38 +00:00
  • 2cc6cde647 mmc: rockchip_sdhci: Limit number of blocks read in a single command Jonas Karlman 2023-04-18 16:46:45 +00:00