- 27 Jun, 2019 3 commits
-
-
Paul Beesley authored
-
Paul Beesley authored
-
Paul Beesley authored
-
- 26 Jun, 2019 7 commits
-
-
Manoj Kumar authored
N1SDP platform supports RDIMMs with ECC capability. To use the ECC capability, the entire DDR memory space has to be zeroed out before enabling the ECC bits in DMC620. Zeroing out several gigabytes of memory from SCP is quite time consuming so functions are added that zeros out the DDR memory from application processor which is much faster compared to SCP. BL33 binary cannot be copied to DDR memory before enabling ECC so this is also done by TF-A from IOFPGA-DDR3 memory to main DDR4 memory after ECC is enabled. Original PLAT_PHY_ADDR_SPACE_SIZE was limited to 36-bits with which the entire DDR space cannot be accessed as DRAM2 starts in base 0x8080000000. So these macros are redefined for all ARM platforms. Change-Id: If09524fb65b421b7a368b1b9fc52c49f2ddb7846 Signed-off-by: Manoj Kumar <manoj.kumar3@arm.com>
-
Paul Beesley authored
* changes: intel: Add ncore ccu driver intel: Fix watchdog driver structure intel: Fix qspi driver write config intel: Pull out common drivers into platform common
-
Paul Beesley authored
-
Hadi Asyrafi authored
Signed-off-by: Hadi Asyrafi <muhammad.hadi.asyrafi.abdul.halim@intel.com> Change-Id: I0544315986ee28b23157fdfec3fe5aebae6b860f
-
Hadi Asyrafi authored
Signed-off-by: Hadi Asyrafi <muhammad.hadi.asyrafi.abdul.halim@intel.com> Change-Id: I0ffccca7ea83bff35c9f149d7054cd610a59ec01
-
Hadi Asyrafi authored
Signed-off-by: Hadi Asyrafi <muhammad.hadi.asyrafi.abdul.halim@intel.com> Change-Id: I5241ed97697b0280b590b47b9173d102d23f305a
-
Hadi Asyrafi authored
Signed-off-by: Hadi Asyrafi <muhammad.hadi.asyrafi.abdul.halim@intel.com> Change-Id: Ib79e2c6fe6e66dec5004701133ad6a5f4c78f2fa
-
- 25 Jun, 2019 4 commits
-
-
Marek Vasut authored
Fix a typo, no functional change. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Change-Id: Id6abb4c192729f55b3500505860c7f7718944c62
-
Paul Beesley authored
* changes: rcar_gen3: drivers: pfc: Move PFC drivers out of staging rcar_gen3: drivers: pfc: Checkpatch cleanup rcar_gen3: drivers: pfc: V3M: Fix camel case rcar_gen3: drivers: pfc: V3M: Drop forward declarations rcar_gen3: drivers: pfc: V3M: Switch to BIT() macro rcar_gen3: drivers: pfc: V3M: Checkpatch cleanup rcar_gen3: drivers: pfc: V3M: Switch to common register header file rcar_gen3: drivers: pfc: E3: Drop pfc_reg_write() forward declaration rcar_gen3: drivers: pfc: E3: Switch to BIT() macro rcar_gen3: drivers: pfc: E3: Checkpatch cleanup rcar_gen3: drivers: pfc: E3: Switch to common register header file rcar_gen3: drivers: pfc: D3: Switch to BIT() macro rcar_gen3: drivers: pfc: D3: Drop unused macros rcar_gen3: drivers: pfc: D3: Checkpatch cleanup rcar_gen3: drivers: pfc: D3: Switch to common register header file rcar_gen3: drivers: pfc: M3N: Drop forward declarations rcar_gen3: drivers: pfc: M3N: Switch to BIT() macro rcar_gen3: drivers: pfc: M3N: Checkpatch cleanup rcar_gen3: drivers: pfc: M3N: Switch to common register header file rcar_gen3: drivers: pfc: M3W: Fix camel case rcar_gen3: drivers: pfc: M3W: Drop forward declarations rcar_gen3: drivers: pfc: M3W: Switch to BIT() macro rcar_gen3: drivers: pfc: M3W: Checkpatch cleanup rcar_gen3: drivers: pfc: M3W: Switch to common register header file rcar_gen3: drivers: pfc: H3: Drop pfc_reg_write() forward declaration rcar_gen3: drivers: pfc: H3: Switch to BIT() macro rcar_gen3: drivers: pfc: H3: Drop unused macros rcar_gen3: drivers: pfc: H3: Checkpatch cleanup rcar_gen3: drivers: pfc: H3: Switch to common register header file rcar_gen3: drivers: pfc: Introduce common register header file rcar_gen3: drivers: pfc: D3: Drop unused M3W check
-
John Tsichritzis authored
-
John Tsichritzis authored
-
- 24 Jun, 2019 1 commit
-
-
John Tsichritzis authored
Change-Id: Ifef4d634b4a34d23f42f61df5e326a1cc05d3844 Signed-off-by: John Tsichritzis <john.tsichritzis@arm.com>
-
- 22 Jun, 2019 25 commits
-
-
Marek Vasut authored
Now that PFC drivers are cleaned up , move them out of staging. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Change-Id: Ie594b53558c2bfb8e5d88e5b0354752c17a2487e
-
Marek Vasut authored
Checkpatch cleanups of the PFC common init code macros. No functional change. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Change-Id: Ifa444dd506387dba92b550729e56598198faeb49
-
Marek Vasut authored
Replace function name with non-camel-case one. No functional change. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Change-Id: Ie93e7fccdc81a3ffa5c371d49846fcf6c840f145
-
Marek Vasut authored
There's no point in having forward declaration just before the function itself, drop it. No functional change. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Change-Id: I302cff2014bb6e513b6fb48fcf6df7ade684039e
-
Marek Vasut authored
Utilise existing BIT() macro. No functional change. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Change-Id: I0f6c1cadf51cfe49322ec5408e6661287747e0ae
-
Marek Vasut authored
Checkpatch cleanups of the PFC init code and remaining SoC specific macros. No functional change. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Change-Id: I3a9527db01afa909f61efd9556cc291e254a5e33
-
Marek Vasut authored
Drop local copy of register macros and switch to common header. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Change-Id: I9d14180a7ae63a97d4bd1c87e717db71a852525e
-
Marek Vasut authored
There's no point in having forward declaration just before the function itself, drop it. No functional change. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Change-Id: I3cf5bbc388431144c8bbc53ae9f9338276674eee
-
Marek Vasut authored
Utilise existing BIT() macro. No functional change. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Change-Id: Ibf5f242cad70cdd51ca6415b1c7c56b35317ea52
-
Marek Vasut authored
Checkpatch cleanups of the PFC init code and remaining SoC specific macros. No functional change. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Change-Id: I6b026f5b333ee8008510604b9f51a0aa8e60b6fc
-
Marek Vasut authored
Drop local copy of register macros and switch to common header. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Change-Id: Ic41a5a01e8d803e116bf02d66735ede6f47e343a
-
Marek Vasut authored
Utilise existing BIT() macro. No functional change. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Change-Id: I1ff9fe8fb2f1644e4ee3b877ed5979cdf99d3d85
-
Marek Vasut authored
Remove unused and irrelevant macros. No functional change. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Change-Id: Idcc34db77cb04db885ae5532689c83c0e8ddfd0b
-
Marek Vasut authored
Checkpatch cleanups of the PFC init code and remaining SoC specific macros. No functional change. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Change-Id: I5bbb585c3762374bb713d4b9fe25495658d89e65
-
Marek Vasut authored
Drop local copy of register macros and switch to common header. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Change-Id: I26cd58706d7fc9fc92de280bfd77ae162924533d
-
Marek Vasut authored
There's no point in having forward declaration just before the function itself, drop it. No functional change. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Change-Id: I374c4e90729cd13aa4c5878bb3d0917071fa19f1
-
Marek Vasut authored
Utilise existing BIT() macro. No functional change. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Change-Id: I4cd541f6485a454bd32bd34a3c95d50fd183052f
-
Marek Vasut authored
Checkpatch cleanups of the PFC init code and remaining SoC specific macros. No functional change. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Change-Id: Iea1f0625ecc461168342e591e30947b543501bac
-
Marek Vasut authored
Drop local copy of register macros and switch to common header. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Change-Id: If39ba51685ef0bb993010658d98be6981253dce0
-
Marek Vasut authored
Replace function name with non-camel-case one. No functional change. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Change-Id: I98317def6640aebe559aa2edc4304029acf80505
-
Marek Vasut authored
There's no point in having forward declaration just before the function itself, drop it. No functional change. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Change-Id: I936232205adbfc834fffdfa015ec5c5d4e3480ea
-
Marek Vasut authored
Utilise existing BIT() macro. No functional change. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Change-Id: Idea2afc11fb5dcfc39fb319b703ee8ee9dcc3ea6
-
Marek Vasut authored
Checkpatch cleanups of the PFC init code and remaining SoC specific macros. No functional change. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Change-Id: I6d48af4b1d56ef487744f4a58126140bbad28132
-
Marek Vasut authored
Drop local copy of register macros and switch to common header. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Change-Id: I8374340961d5465698183fdbc30143a70ebcbde4
-
Marek Vasut authored
There's no point in having forward declaration just before the function itself, drop it. No functional change. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Change-Id: I56125389fa6fe3ae169cacdb0e4b60376f0a6489
-