- May 17, 2023
-
-
Angus Ainslie authored
Set a flag so ATF knows to leave the core running Signed-off-by: Angus Ainslie <angus@akkea.ca>
-
- May 03, 2023
-
-
Angus Ainslie authored
Build a deb to install blinky.elf /lib/firmware Signed-off-by: Angus Ainslie <angus@akkea.ca>
-
- Apr 27, 2023
-
-
Angus Ainslie authored
Signed-off-by: Angus Ainslie <angus@akkea.ca>
-
Angus Ainslie authored
Signed-off-by: Angus Ainslie <angus@akkea.ca>
-
Angus Ainslie authored
Use the librem5 debug board for console Signed-off-by: Angus Ainslie <angus@akkea.ca>
-
Angus Ainslie authored
Signed-off-by: Angus Ainslie <angus@akkea.ca>
-
Angus Ainslie authored
Signed-off-by: Angus Ainslie <angus@akkea.ca>
-
Angus Ainslie authored
Signed-off-by: Angus Ainslie <angus@akkea.ca>
-
Angus Ainslie authored
Signed-off-by: Angus Ainslie <angus@akkea.ca>
-
- Apr 19, 2023
-
-
Angus Ainslie authored
Signed-off-by: Angus Ainslie <angus@akkea.ca>
-
Angus Ainslie authored
Signed-off-by: Angus Ainslie <angus@akkea.ca>
-
Angus Ainslie authored
This is just a copy of the imx8mq files Signed-off-by: Angus Ainslie <angus@akkea.ca>
-
- Apr 18, 2023
-
-
Josep Puigdemont authored
According to the schematic, the Bluetooth LED should be on GPIOB 5: https://github.com/96boards/documentation/blob/master/iot/carbon/hardware-docs/Carbon_Schematics.pdf Tested by modifying the blinky sample to use that LED. Signed-off-by: Josep Puigdemont <josep.puigdemont@gmail.com>
-
Guillaume Gautier authored
Update macro name that changed in latest STM32 HAL update. Signed-off-by: Guillaume Gautier <guillaume.gautier-ext@st.com>
-
Guillaume Gautier authored
Update STM32 hal revision to latest Signed-off-by: Guillaume Gautier <guillaume.gautier-ext@st.com>
-
Peter Hoyes authored
The Arm assembler in binutils 2.40 contains a change [1] which affects how multiple directives on the same line are parsed. Previously, the following combination of directives parsed successfully: .code 32 .balign 4 With binutils 2.40, the following error is now seen: Error: junk at end of line, first unrecognised character is `.' To fix, insert a semicolon after '.code 32', as there already is after '.thumb'. [1] https://sourceware.org/git/?p=binutils-gdb.git;a=commitdiff;h=a37854f9162fac592b669eda53f465fc190c9341 Signed-off-by: Peter Hoyes <Peter.Hoyes@arm.com>
-
Kumar Gala authored
rtio is utilizing iterable sections so the explicit linker code does not need to exist so we can remove it. Signed-off-by: Kumar Gala <kumar.gala@intel.com>
-
Al Semjonovs authored
NTC thermistor changes updated the sample app output, correcting harness string to match sample app. Signed-off-by: Al Semjonovs <asemjonovs@google.com>
-
Kumar Gala authored
When building the rtio_api tests with arm-clang we get the following compiler warning: rtio_api/src/test_rtio_api.c:436:58: warning: format specifies type 'unsigned long' but the argument has type 'uintptr_t' (aka 'unsigned int') [-Wformat] TC_PRINT("userdata is %p, value %lu\n", cqe->userdata, idx); ~~~ ^~~ %u Use PRIuPTR to fix the issue. Signed-off-by: Kumar Gala <kumar.gala@intel.com>
-
Peter Mitsis authored
Updates the release notes to document which absolute symbols (generated via GEN_ABSOLUTE_SYM) have been removed. Signed-off-by: Peter Mitsis <peter.mitsis@intel.com>
-
Peter Mitsis authored
Removes unused absolute symbols that are defined via the GEN_ABSOLUTE_SYM() macro in the kernel directory. Signed-off-by: Peter Mitsis <peter.mitsis@intel.com>
-
Peter Mitsis authored
Removes SPARC specific unused absolute symbols that are defined via the GEN_ABSOLUTE_SYM() macro. Signed-off-by: Peter Mitsis <peter.mitsis@intel.com>
-
Peter Mitsis authored
Removes NIOS2 specific unused absolute symbols that are defined via the GEN_ABSOLUTE_SYM() macro. Signed-off-by: Peter Mitsis <peter.mitsis@intel.com>
-
Peter Mitsis authored
Removes ARC specific unused absolute symbols that are defined via the GEN_ABSOLUTE_SYM() macro. Signed-off-by: Peter Mitsis <peter.mitsis@intel.com>
-
Peter Mitsis authored
Removes ARM64 specific unused absolute symbols that are defined via the GEN_ABSOLUTE_SYM() macro. Signed-off-by: Peter Mitsis <peter.mitsis@intel.com>
-
Peter Mitsis authored
Removes ARM specific unused absolute symbols that are defined via the GEN_ABSOLUTE_SYM() macro. Signed-off-by: Peter Mitsis <peter.mitsis@intel.com>
-
Jaroslaw Stelter authored
This patch adds HDA to device tree for LNL platforms. Signed-off-by: Jaroslaw Stelter <Jaroslaw.Stelter@intel.com> Signed-off-by: Anas Nashif <anas.nashif@intel.com>
-
Anas Nashif authored
Add dma properties to lnl in dt. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
-
Anas Nashif authored
Remove lps node from DTS. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
-
Pierre-Louis Bossart authored
The OFLEN bit has to be set by the host driver for ACE2.x. The ownership of the IP is now handled at the host driver level, no longer the firmware. Setting it at the firmware level is a no-op if the bit is already set by the host driver, and will fail it isn't already set. Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
-
Jaroslaw Stelter authored
This patch fixes i2svss field initialisation in Device Tree for LNL platform. It fixes this bug: #482 Problem is observed only when using SSP_BLOB_VER_1_5 version. Unfortunatelly this version is not tested in FW validation tests. Signed-off-by: Jaroslaw Stelter <Jaroslaw.Stelter@intel.com>
-
Jaroslaw Stelter authored
Add I2CLCTL_MLCS programming in SSP driver. Signed-off-by: Jaroslaw Stelter <Jaroslaw.Stelter@intel.com>
-
Jaroslaw Stelter authored
The I2CLCTL_MLCS setting was recently added to MTL platform. LNL has these registers in separate space, therefore new field is added to intel,ssp-dai.yaml and appropraite definitions to LNL device tree. Signed-off-by: Jaroslaw Stelter <Jaroslaw.Stelter@intel.com>
-
Jaroslaw Stelter authored
Clearing SPA bit together with OFFLEN bit causes FW hang. This patch changes sequence to avoid that situation. Signed-off-by: Jaroslaw Stelter <Jaroslaw.Stelter@intel.com> Signed-off-by: Anas Nashif <anas.nashif@intel.com>
-
Jaroslaw Stelter authored
The upper ssp slot number should be retrieved from configuration blob to support all possible settings. This patch fix this issue. Signed-off-by: Jaroslaw Stelter <Jaroslaw.Stelter@intel.com> Signed-off-by: Anas Nashif <anas.nashif@intel.com>
-
Jaroslaw Stelter authored
Repleace usage of shim2 device tree field with hdamlssp. Signed-off-by: Jaroslaw Stelter <Jaroslaw.Stelter@intel.com> Signed-off-by: Anas Nashif <anas.nashif@intel.com>
-
Jaroslaw Stelter authored
In LNL platform GPDMA and ALH is no longer used. SSP uses LINK HDA as a DMA engine. Therefore new shim, new register definitions and new programming flows were defined. This patch implements new SSP programming requirements for LNL. Since HDA is shared between Host and DSP, link_config field was added to dai_config structure. This one is provided by Host in new IPC4 fields during interface configuration. Signed-off-by: Jaroslaw Stelter <Jaroslaw.Stelter@intel.com>
-
Jaroslaw Stelter authored
In current implementation the HDAMLI2SL register is represented by shim2 field in common SSP device tree file. This could be misleading since the filed is is different location to I2S IP. Adding separate device for this register following DMIC case. Signed-off-by: Jaroslaw Stelter <Jaroslaw.Stelter@intel.com> Signed-off-by: Anas Nashif <anas.nashif@intel.com>
-
Krzysztof Kopyściński authored
This tests if SAR RX/TX configuaration is saved in and loaded from persistent storage correctly. Signed-off-by: Krzysztof Kopyściński <krzysztof.kopyscinski@codecoup.pl>
-
Øyvind Rønningstad authored
since it crossed the 100 column cutoff, even after clang-format. Signed-off-by: Øyvind Rønningstad <oyvind.ronningstad@nordicsemi.no>
-