Today we're introducing the notion of Board Support Packages (BSPs) to the moxie toolchain.
A BSP provides all of the configuration data and code requires to target a specific hardware platform. This mostly involves linker scripts, platform initialization code, and hardware abstraction support libraries.
Until recently the gdb sim was …