aboutsummaryrefslogtreecommitdiff
path: root/drivers/soc
AgeCommit message (Expand)AuthorFilesLines
2024-04-22common: Convert *.c/h from UTF-8 to ASCII enconfingMichal Simek1-1/+1
2024-04-10Merge tag 'xilinx-for-v2024.07-rc1' of https://source.denx.de/u-boot/custodia...Tom Rini1-0/+8
2024-04-04soc: zynqmp: Add the IDcode for TEG variantVenkatesh Yadav Abbarapu1-0/+8
2024-03-13soc: add info to identify the am62p SoC familyBryan Brattlof1-0/+3
2024-03-04soc: ti: k3-socinfo: Add entry for J784S4 SoCApurva Nandan1-0/+3
2024-02-20Merge https://gitlab.denx.de/u-boot/custodians/u-boot-samsungTom Rini6-0/+349
2024-02-12soc: zynqmp: Add the IDcode for dr_SE and eg_SE variantsVenkatesh Yadav Abbarapu1-1/+27
2024-01-24soc: samsung: Add Exynos PMU driverSam Protsenko3-0/+113
2024-01-24soc: samsung: Add Exynos USI driverSam Protsenko5-0/+236
2023-11-29configs: keystone2: Do not include hardware.hAndrew Davis1-0/+1
2023-11-10tree-wide: Replace http:// link with https:// link for ti.comNishanth Menon4-4/+4
2023-10-13treewide: use dev_read_addr_*_ptr() where appropriateMatthias Schiffer1-6/+6
2023-09-24common: Drop linux/printk.h from common headerSimon Glass1-0/+1
2023-07-21arm64: zynqmp: Switch to amd.com emailsMichal Simek1-1/+1
2023-04-25soc: soc_ti_k3: fix revision array bounds checksRasmus Villemoes1-2/+2
2023-04-24soc: soc_ti_k3: Use hardware.h to remove definition duplicationAndrew Davis2-22/+10
2023-01-24soc: zynqmp: Fix IDcode for xck24Michal Simek1-1/+1
2022-12-09soc: ti: k3-socinfo: add am62a SoC entryBryan Brattlof1-0/+4
2022-11-22soc: xilinx: versal-net: Add soc_xilinx_versal_net driverMichal Simek3-0/+87
2022-10-10soc: xilinx: zynqmp: Mark soc_xilinx_zynqmp_get_machine() as staticVenkatesh Yadav Abbarapu1-1/+1
2022-07-06soc: soc_ti_k3: identify j7200 SR2.0 SoCsBryan Brattlof1-11/+5
2022-06-27Merge tag 'xilinx-for-v2022.10' of https://source.denx.de/u-boot/custodians/u...WIP/27Jun2022-nextTom Rini1-2/+284
2022-06-24soc: xilinx: zynqmp: Add machine identification supportStefan Herbrechtsmeier1-0/+283
2022-06-24soc: xilinx: zynqmp: Remove redundant checks for zynqmp_mmio_readStefan Herbrechtsmeier1-2/+1
2022-06-10soc: ti: k3-socinfo: Add entry for AM62X SoC familySuman Anna1-0/+4
2022-05-13soc: xilinx: zynqmp: fix out of bounds array accessMichal Simek1-1/+1
2022-05-13soc: xilinx: versal: fix out of bounds array accessJorge Ramirez-Ortiz1-1/+1
2022-02-08soc: soc_ti_k3: update j721e revision numberingBryan Brattlof1-13/+27
2022-02-08soc: ti: k3-socinfo: Add entry for J721S2 SoCDavid Huang1-0/+4
2021-08-26soc: xilinx: versal: Add soc_xilinx_versal driverT Karthik Reddy3-0/+85
2021-08-26soc: xilinx: zynqmp: Add soc_xilinx_zynqmp driverT Karthik Reddy3-0/+87
2021-07-15soc: ti: pruss: Add a platform driver for PRUSS in TI SoCsKeerthy3-0/+229
2021-07-06dm: define LOG_CATEGORY for all uclassPatrick Delaunay1-0/+2
2021-06-11soc: ti: k3-navss-ringacc: Add support for native configuration of ringsVignesh Raghavendra2-3/+94
2021-05-12soc: ti: k3-navss-ringacc: Remove unused ring modesVignesh Raghavendra1-304/+7
2021-05-12soc: ti: k3-navss-ringacc: Add AM64 ringacc supportVignesh Raghavendra1-5/+268
2021-05-12soc: ti: k3-socinfo: Add entry for AM64X SoC familyLokesh Vutla1-0/+4
2020-12-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass1-5/+5
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass1-3/+3
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-1/+1
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2-2/+2
2020-08-11soc: soc_ti_k3: Add device identification for J7200 SoCKishon Vijay Abraham I1-0/+4
2020-07-25dm: soc: Introduce soc_ti_k3 driver for TI K3 SoCsDave Gerlach3-0/+132
2020-07-25test: Add tests for SOC uclassDave Gerlach2-0/+57
2020-07-25dm: soc: Introduce UCLASS_SOC for SOC ID and attribute matchingDave Gerlach3-0/+112
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini5-301/+0
2020-07-20dm: soc: Introduce soc_ti_k3 driver for TI K3 SoCsDave Gerlach3-0/+132
2020-07-20test: Add tests for SOC uclassDave Gerlach2-0/+57
2020-07-20dm: soc: Introduce UCLASS_SOC for SOC ID and attribute matchingDave Gerlach3-0/+112
2020-07-13soc: ti: k3-ringacc: Separate soc specific initializationVignesh Raghavendra1-9/+40