Commit Graph

  • 034c16817a Tidying Nav 2024-04-29 20:27:47 +01:00
  • 7e44750fc0 Checks for invalid sizes in TDF validation script Nav 2024-04-29 20:27:37 +01:00
  • 49bf0e0fdd Enforced single register group instance in GPIO port peripherals, in AVR8 TDFs Nav 2024-04-29 20:27:07 +01:00
  • 081d1e0bcd Added executable flag to memory segments in TDFs Nav 2024-04-29 20:25:36 +01:00
  • c0836a1b6d Tidying Nav 2024-04-06 19:04:45 +01:00
  • bd153c094f Check for "fuses" memory segment in AVR8 TDF validation Nav 2024-04-06 19:04:22 +01:00
  • 7e4440cb99 Tidying Nav 2024-04-04 22:49:00 +01:00
  • 8324d30742 Added address space for the register file, in AVR8 targets, where the register file is not located in the data address space Nav 2024-04-04 22:48:02 +01:00
  • bfd767da7d Tidying Nav 2024-03-30 19:40:01 +00:00
  • 7393b227a8 Added AVR SREG and SP register validation in TDF validation Nav 2024-03-30 19:39:57 +00:00
  • ed54b0e726 Tidying Nav 2024-03-29 16:31:14 +00:00
  • 779a5ad151 Corrected EEARL/H register address extraction from AVR8 TDFs. Some other bits of tidying Nav 2024-03-29 15:52:12 +00:00
  • b9d537e924 Created EdbgAvr8Session struct and moved EDBG target info to it Nav 2024-03-28 21:10:08 +00:00
  • 266cc8f196 Added signature memory segment check to validation script for AVR8 TDFs Nav 2024-03-28 20:54:23 +00:00
  • ab19fc5a45 Moved AVR8 TDF class Nav 2024-03-25 19:21:36 +00:00
  • 3c8efa60a6 Added EDBG parameter structs with TDF-based initialisation Nav 2024-03-25 18:59:15 +00:00
  • dd0b4dd7e1 Added EDBG parameter size validation to TDF script and other bits of tidying Nav 2024-03-25 18:57:05 +00:00
  • 0056d56904 Corrected TDF data extraction for EDBG parameters in TDF scripts Nav 2024-03-25 18:55:53 +00:00
  • cf99e3e6fa Moved memory segment TDF validation to AVR8 validation class Nav 2024-03-25 18:55:03 +00:00
  • 57f56e634e Corrected bug in TDF script where TargetRegisterGroup objects were not being constructed correctly Nav 2024-03-22 20:09:04 +00:00
  • 07019fb358 Generate target descriptor from TDF Nav 2024-03-21 15:04:09 +00:00
  • 5d63b629e0 Began refactoring target descriptor structs. This is incomplete - a partial commit of a substantial peice of work Nav 2024-03-21 15:03:06 +00:00
  • 6c82c4295a Corrected return type of getRegisterGroup() member function in Module TDF struct Nav 2024-03-20 21:28:05 +00:00
  • af815fba13 Added tryGetDeviceAttribute() member function to TDF class Nav 2024-03-20 21:13:32 +00:00
  • 0ee769c872 Used TargetRegisterAccess object in place of a string for Register TDF struct Nav 2024-03-20 21:12:00 +00:00
  • af9a8304bd Corrected return type of RegisterGroup::getSubgroup() member function Nav 2024-03-17 13:54:19 +00:00
  • b94d76cb45 Added getIntersectingMemorySegmentDescriptors() member function to address space descriptor struct Nav 2024-03-17 13:12:10 +00:00
  • 6ca2f7681b Moved TargetAddressSpaceDescriptor member functions to separate source file Nav 2024-03-16 16:55:09 +00:00
  • 11a714d4b6 Used TargetMemoryAddressRange in address space and memory segment descriptors Nav 2024-03-16 16:22:35 +00:00
  • 4675d1fddc Added size() member function to TargeMemoryAddressRange Nav 2024-03-16 16:21:39 +00:00
  • 95dd0e0119 Added missing include Nav 2024-03-16 00:07:55 +00:00
  • 2e68383a3b Address space count validation in TDF validation script Nav 2024-03-16 00:07:34 +00:00
  • 47e92157f7 Added target address space and memory segment descriptor structs Nav 2024-03-16 00:06:53 +00:00
  • e2f7fb48f3 Corrected outdated access attribute name in TDF parsing class Nav 2024-03-15 18:48:05 +00:00
  • 9002d739fe TargetMemorySegmentType enum (should have been included in a previous commit) Nav 2024-03-15 18:46:14 +00:00
  • 64af03c101 Used target memory aliases in TDF structs Nav 2024-03-15 18:45:48 +00:00
  • cbdb1e27e4 Added access member to TDF MemorySegment struct. Also used target memory alias types Nav 2024-03-15 18:39:49 +00:00
  • df0e74ea74 Renamed TDF attribute rw to access Nav 2024-03-14 23:59:15 +00:00
  • 289d1cd3b4 Moved memory segment types to Target scope Nav 2024-03-14 21:48:55 +00:00
  • 75d5124265 Moved TargetRegisterDescriptor struct to separate file Nav 2024-03-09 17:16:29 +00:00
  • 534b269b56 Updated TDF variant extraction to align with new TDF format Nav 2024-03-09 15:40:05 +00:00
  • 4bb273124a Tidying Nav 2024-03-09 15:20:55 +00:00
  • 7358a116e9 Corrected exception usage in TargetDescriptionFile class Nav 2024-03-09 01:56:43 +00:00
  • e5cac7e39c Updated TDF pinout and pin extraction to align with new TDF format Nav 2024-03-09 01:49:04 +00:00
  • 024058db53 Converted the ValidateTargetDescriptionFiles and GenerateBriefTargetDescriptors custom targets back to a custom commands in CMake, after realising that custom targets will always be built, even if all byproducts already exist and no dependency has changed. Also specified a list of all TDF files as dependencies of the custom commands, so that they will run whenever any of the TDFs are modified. Nav 2024-03-08 00:49:36 +00:00
  • 1de011f948 Correcting outdated comment and some tidying Nav 2024-03-02 02:00:43 +00:00
  • 4aa8ed30de - Renamed build script for brief target descriptor generation - Created new TargetService class - Moved brief target descriptor mapping to new TargetService class - Replaced CMake custom commands with custom targets, for TDF validation and brief target descriptor generation build scripts - Moved BriefTargetDescriptor into separate header file Nav 2024-03-02 01:59:55 +00:00
  • e75ce8b403 Tidying Nav 2024-02-27 21:27:41 +00:00
  • 94c20b2978 Updated TDF peripheral, register group instance and signal extraction to align with new TDF format Nav 2024-02-27 21:01:36 +00:00
  • 1b2f9b8194 Removed unused property in Peripheral TDF class Nav 2024-02-27 19:29:07 +00:00
  • 11c0106fd6 Tidying Nav 2024-02-26 19:29:53 +00:00
  • 041c61e3fd Used more appropriate exception in TDF member functions Nav 2024-02-26 19:28:18 +00:00
  • 205ed1d55c Updated TDF module, register group, register group reference, register and bit field extraction to align with new TDF format Nav 2024-02-26 19:27:36 +00:00
  • 98f10bc1f4 Corrected return type of getters in TDF structs Nav 2024-02-26 00:57:52 +00:00
  • 7918b7c9f7 Tidying Nav 2024-02-25 16:41:57 +00:00
  • 44b01ecd84 New script for converting Microchip ATDFs to Bloom's new TDF format Nav 2024-02-22 21:27:57 +00:00
  • 35873cf031 New AtdfService - provides conversion of Microchip ATDF files to Bloom's new TDF format Nav 2024-02-22 20:54:48 +00:00
  • ccf631fcc7 Tidying Nav 2024-02-22 20:41:32 +00:00
  • 0c8ba1b7b7 Renamed "boot_sections" property group to more accurate "boot_section_options" in AVR8 TDFs Nav 2024-02-22 20:40:59 +00:00
  • 67133804c0 Corrected address-space-key attribute value in AVR8 TDFs Nav 2024-02-21 20:08:05 +00:00
  • 64b8846d7c Corrected memory segment type for the production signatures memory segment, in XMEGA TDFs Nav 2024-02-18 21:48:38 +00:00
  • 7ac54ec259 Implemented parsing for new register-group-instance element in TDF scripts Nav 2024-02-17 21:44:02 +00:00
  • de096f63f0 Another TDF refactor - replaced register-group-reference with register-group-instance in peripheral elements The register-group-instance element is very similar to register-group-reference but with the additional address-space-key attribute. Nav 2024-02-17 21:30:31 +00:00
  • 2a9dfda2c2 Added start address, offset and size bit-width validation in TDF validation script Nav 2024-02-17 19:41:58 +00:00
  • b6dc0b87f9 Removed unused property in TDF RegisterGroup class Nav 2024-02-17 17:39:51 +00:00
  • a09de592f4 Tidying Nav 2024-02-15 21:25:32 +00:00
  • 7e9e28286f Made physical interface enum more generic (moved out of AVR8-specific context) Nav 2024-02-15 21:24:41 +00:00
  • f33b4d8c70 Updated TDF physical interface extraction to align with new TDF format Nav 2024-02-15 19:40:22 +00:00
  • 9c038ddaaf Removed machine commands from help text Nav 2024-02-15 18:37:01 +00:00
  • 19103f19b0 Renamed JSON key from supportedTargets to just targets, in --capabilities-machine command output Nav 2024-02-13 20:51:02 +00:00
  • bf39260e0e Refactored TDF parsing exceptions Nav 2024-02-13 20:48:06 +00:00
  • d47e807a5d Added new exception class for internal fatal errors Nav 2024-02-13 20:47:08 +00:00
  • a8a679320c Tidying Nav 2024-02-13 20:24:52 +00:00
  • f5677b6235 Updated TDF address space, memory segment and memory segment section extraction to align with new TDF format Nav 2024-02-13 20:22:18 +00:00
  • 46d75b3f4b Replaced --target-list-machine CLI command with a more generic --capabilities-machine command, so that I can include other info. Nav 2024-02-12 23:22:19 +00:00
  • 09cea149d8 Tidying Nav 2024-02-12 23:02:27 +00:00
  • 599637502d Don't instantiate QApplication/QCoreApplication when running CLI commands QApplication takes around a second to be constructed - annoying when all we want to do is run a CLI command Nav 2024-02-12 23:02:06 +00:00
  • f20705db7e Updated help text with new --target-list-machine command Nav 2024-02-12 20:34:41 +00:00
  • 60dddb847c Added CLI command to list supported targets in JSON format Nav 2024-02-12 20:25:51 +00:00
  • 4b6e21e43f Typo correction Nav 2024-02-12 19:39:21 +00:00
  • 8474867563 Added try... member functions to property group class Nav 2024-02-12 19:34:59 +00:00
  • 039e083a09 Tidying Nav 2024-02-12 19:24:56 +00:00
  • a39099d5dd Began updating TDF parsing to align with new format. Nav 2024-02-12 19:23:00 +00:00
  • a60f5b833a Updated property group structure to align with new TDF format Nav 2024-02-12 19:18:16 +00:00
  • 3a69647159 Added string to uint conversion and string splitting to StringService Nav 2024-02-12 19:17:19 +00:00
  • a4c08c1b0a Stricter string to integer conversion in TDF scripts Nav 2024-02-12 19:14:25 +00:00
  • fdf7b936e2 Updated PHP dependencies in README - TDF processing now requires the mbstring PHP extension Nav 2024-02-09 23:38:53 +00:00
  • e70b4cc972 Updated TDF mapping generation script to use new services Nav 2024-02-09 23:36:19 +00:00
  • 025d2d6e08 Updated TDF validation script to use new services Nav 2024-02-09 23:35:53 +00:00
  • e991077c5a New TDF validation service for AVR8 TDFs Nav 2024-02-09 23:35:26 +00:00
  • 955f738691 New TDF validation service Nav 2024-02-09 23:34:45 +00:00
  • 8ec72afaef New TDF discovery service Nav 2024-02-09 23:34:22 +00:00
  • 5ea04625ef New service for converting TDFs to/from XML documents Nav 2024-02-09 23:32:58 +00:00
  • c563443737 Refactored TDF processing PHP code to confirm to new TDF format Nav 2024-02-09 23:30:47 +00:00
  • 09a5be91fd Revised TDF format to accommodate targets from other families Nav 2024-02-09 00:03:15 +00:00
  • 647b8aa8a3 Enum value for all possible memory segment types Nav 2023-12-19 21:54:30 +00:00
  • 0d1ab0205d Used 'aliased' memory segment type for "MAPPED_PROGMEM" segments in AVR8 TDFs Nav 2023-12-19 21:53:25 +00:00
  • e3d7ea7226 Persistent memory segment type for "PROD_SIGNATURES" segments in AVR8 TDFs Nav 2023-12-19 21:50:51 +00:00
  • cc33eea712 RISC-V target ID verification upon activation Nav 2023-12-17 18:41:38 +00:00
  • 66cbd89051 - Refactored AVR8 constructor, moving TDF construction to the TargetControllerComponent - The TargetControllerComponent now resolves the target via the new generated mapping approach - Added TargetDescriptionFile derived class - Removed obsolete JSON map processing code - Other bits of refactoring and tidying Nav 2023-12-17 18:12:53 +00:00