summaryrefslogtreecommitdiffstats
path: root/bsps/arm/imx/start/bspstart.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update company nameSebastian Huber2023-05-201-1/+1
| | | | | The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
* bsps/arm/imx: Change license to BSD-2Joel Sherrill2022-07-081-3/+22
| | | | Updates #3053.
* bsps/imx: Enable clock of ETH2Christian Mauderer2022-06-091-0/+20
|
* bsps/arm/: Scripted embedded brains header file clean upJoel Sherrill2022-03-101-6/+0
| | | | Updates #4625.
* bsp/imx: Fix SMP startSebastian Huber2021-07-091-0/+12
| | | | | Flush imx_gic_dist_base so that secondary processors can use the right address.
* bsp/imx: Fix system counter init for imx6Christian Mauderer2021-01-211-1/+60
| | | | | | | | | For i.MX7 U-Boot initializes the system counter. On i.MX6 Barebox is often used which doesn't initialize the counter. With this patch, we try to auto-detect whether the counter is initialized or not and do the initialization ourself if necessary. Closes #3869
* bsps: Break out AArch32 portions of GPT driverKinsey Moore2020-10-051-0/+1
| | | | | | This breaks AArch32-specific portions of the ARM GPT driver into their own file so that the generic code can be moved for reuse by other architectures.
* bsp/imx: Add a GPIO driverChristian Mauderer2020-07-311-1/+1
| | | | Update 3869
* bsp/imx: Allow GIC in different device tree node.Christian Mauderer2020-02-111-0/+3
| | | | Update #3869.
* bsp/imx: Avoid hard-coded GIC base addressSebastian Huber2020-02-111-0/+11
| | | | Update #3869.
* bsps: Move startup files to bspsSebastian Huber2018-04-201-0/+92
Adjust build support files to new directory layout. This patch is a part of the BSP source reorganization. Update #3285.