summaryrefslogtreecommitdiffstats
path: root/bsps/arm/beagle/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/beagle: fix warning on missing castKarel Gardas2023-02-181-1/+1
|
* bsps/arm/beagle: Change license to BSD-2Joel Sherrill2022-07-081-3/+22
| | | | Updates #3053.
* bsps/arm/: Scripted embedded brains header file clean upJoel Sherrill2022-03-101-6/+0
| | | | Updates #4625.
* bsps/beagle: Refactored i2c driverG S Niteesh Babu2021-04-221-15/+36
| | | | | | Refactored the i2c driver to parse register values from the device tree rather than hardcoding them. But still the clocks have to initialized manually.
* bsp/beagle: Ported Beagle pinmux driver to RTEMSG S Niteesh Babu2021-03-211-0/+31
| | | | | | | | | | The following files have been ported 1) ti_pinmux.c 2) ti_pinmux.h 3) am335x_scm_padconf.c 4) am335x_scm_padconf.h Update #3784
* bsps/beagle: Added SOC detection using FDTG S Niteesh Babu2021-03-211-6/+17
| | | | | Detects the SOC type using FDT and also replaces the ti_cpuid.h header in FreeBSD with custom one.
* Use RTEMS_SYSINIT_ORDER_LAST_BUT_5Sebastian Huber2020-02-041-1/+1
| | | | | | | | Use RTEMS_SYSINIT_ORDER_LAST_BUT_5 instead of RTEMS_SYSINIT_ORDER_LAST to allow applications and support functions to place system initialization handlers behind the standard handlers. Update #3838.
* bsps/beagle: register i2c device at initializationVijay Kumar Banerjee2019-09-191-0/+21
|
* bsp/beagle: Add nocache sectionVijay Kumar Banerjee2019-08-071-0/+5
| | | | Closes #3780
* arm/beagle: Add libdebugger support.Chris Johns2019-07-311-0/+3
| | | | | | - Port the jbang code from C++ to C to enable DBGEN. - Hook the libdebugger ARM backend support to return the base address of the debug register set.
* bsps: Move startup files to bspsSebastian Huber2018-04-201-0/+35
Adjust build support files to new directory layout. This patch is a part of the BSP source reorganization. Update #3285.