16 Commits (main)

Author SHA1 Message Date
Benjamin Cabé 9d1df132b1 script: gen_isr_tables: remove unnecessary warning log 1 year ago
Laurentiu Mihalcea 89a2a147a9 build: gen_isr_tables.py: fix bad IRQ index computation for L3 interrupts 1 year ago
Radoslaw Koppel 0ae48ecb58 scripts: build: gen_isr_tables: Implement local ISR generation 1 year ago
Radoslaw Koppel 568cced14f scripts: gen_isr_tables: Break code into classes 1 year ago
Radoslaw Koppel 4360acb27e scripts: gen_isr_tables: Code cleanup 1 year ago
Yong Cong Sin 89fb8f8b98 gen_isr_tables: print index number at the end of each entry as comment 1 year ago
Greter Raffael 7bcd0699e6 gen_isr_tables: Add meaningful error message 1 year ago
Yong Cong Sin 0884a33ee3 scripts: build: gen_isr_tables: add some debug prints 2 years ago
Yong Cong Sin b4db285c1f scripts: build: gen_isr_tables: change naming of bitmask variables 2 years ago
Yong Cong Sin 56570cc8c1 scripts: build: gen_isr_tables: fix calculation of THIRD_LVL_INTERRUPTS 2 years ago
Radoslaw Koppel 48b93ee0aa scripts: build: gen_isr_tables: Cleanup access to ".intList" 2 years ago
Laurentiu Mihalcea 017cf89a83 arch: Add support for static shared interrupts 2 years ago
Joshua Lilly cce530cae4 scripts: build: gen_isr_tables: make bit masks configurable 2 years ago
Aurelien Jarno bdb3fd0ae9 scripts: gen_isr_tables: fix pylint issues 2 years ago
Jamie McCrae ec7044437e treewide: Disable automatic argparse argument shortening 2 years ago
Anas Nashif c36307ea86 scripts: move gen_isr_tables.py to scripts/build/gen_isr_tables.py 3 years ago
Carlo Caione 5a4affdcda gen_isr_tables.py: Move to scripts directory 3 years ago
Carlo Caione 86a67faeaa arch: Add support for IRQ vector tables with jump opcodes 3 years ago
Carlo Caione d6df78e3b0 gen_isr_tables: Cleanup IRQ vector table generation 3 years ago
Gerard Marull-Paretas 45776650c2 arch: gen_isr_tables: migrate to <zephyr/...> include prefix 3 years ago
Yonatan Schachter 7191b64c6f gen_isr_tables: Added check of the IRQ num before accessing the vt 5 years ago
Eugeniy Paltsev 14afc02caa isr_tables: adopt _irq_vector_table for using on 64bit architectures 5 years ago
Torstein Grindvik c02eb30bbf gen_isr_tables: Function ptr instead of (void *) 5 years ago
Tomasz Bursztyka 6df8b3995e irq: Change dynamic API to take a constant parameter 5 years ago
Kumar Gala a1b77fd589 zephyr: replace zephyr integer types with C99 types 5 years ago
Martí Bolívar 6d0896b7ec gen_isr_tables: error improvements 5 years ago
Sebastian Bøe 7d3fa1c2c8 gen_isr_tables: Improve error message 6 years ago
Ulf Magnusson 247d40cf55 gen_isr_tables: Fix pylint warning by using isinstance() 6 years ago
Ulf Magnusson 0d39a10fbb scripts: Fix random typo'd whitespace 6 years ago
Augusto Hack 0296938c9f arch: common: gen_isr_tables table size check 6 years ago
Nicolas Pitre 9bd9b7586d Kconfig: introduce CONFIG_64BIT 6 years ago
Ulf Magnusson 12ba9dfa52 scripts: Remove unused variables in all Python scripts 6 years ago
Ulf Magnusson ba312fe844 scripts: Remove unnecessary () around if/while conditions in Python 6 years ago
Ulf Magnusson 5c8fd84d12 scripts: Remove extra trailing newlines from Python scripts 6 years ago
Patrik Flykt 4344e27c26 all: Update reserved function names 6 years ago
Rajavardhan Gundi a23161e7fe gen_isr_tables: Fix _sw_isr_table generation for multi-level IRQs 7 years ago
Andrew Boie 77cb942a97 gen_isr_tables: error out on duplicate irqs 7 years ago
Daniel Leung 259b418b98 gen_isr_tables: fix typo for 3rd level INTR config symbol 7 years ago
Marti Bolivar 0aa87e15bb drivers: interrupt_controller: multi-level improvements 7 years ago
Michael Scott 36b93e121f gen_isr_tables: remove hard-coded max IRQ value of 32 7 years ago
Michael Scott 28fe29dd36 gen_isr_tables: fix check for CONFIG_3RD_LEVEL_INTERRUPTS 7 years ago
Sebastian Bøe a1e806bf44 gen_isr_tables: Delete the dead code accompanying .intList.num_isrs 7 years ago
Sebastian Bøe aed0b6c4bd isr_tables: Simplify how the sw_irq_handler function is used 7 years ago
Sebastian Bøe 8f321b48ac isr_tables: Simplify how the spurious irq function address is found 7 years ago
Rajavardhan Gundi 1e6adba9ef drivers/interrupt_controller: Introduce multi-level interrupt support 8 years ago
Sebastian Bøe 74174809da gen_isr_tables: Minor refactoring 8 years ago
Anas Nashif 397d29db42 linker: move all linker headers to include/linker 8 years ago
Kumar Gala bf53ebf2c8 arch: convert to using newly introduced integer sized types 8 years ago
Andrew Boie 3944d8313e gen_isr_tables: apply offset to irq parameter 9 years ago
Andrew Boie 1927b3d020 gen_isr_tables: New static interrupt build mechanism 9 years ago