Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Copyright year update in most files of the GDB Project. | Joel Brobecker | 2012-01-04 | 1 | -1/+1 |
| | | | | | | gdb/ChangeLog: Copyright year update in most files of the GDB Project. | ||||
* | sim: bfin: move model data into machs.h | Mike Frysinger | 2011-05-25 | 1 | -2/+0 |
| | | | | | | | | | | | Pull the model data (register addresses/sizes) out of the different model files and into the machs.h header. The models themselves don't care about where they're mapped, only the mach code does. This allows us to keep the model headers from being included in the mach code which can cause issues with model-specific names colliding. Such as when a newer device model is created, but with incompatible register names/layouts. Signed-off-by: Mike Frysinger <vapier@gentoo.org> | ||||
* | sim: bfin: new port | Mike Frysinger | 2011-03-06 | 1 | -0/+39 |
This can boot Das U-Boot and a Linux kernel. It also supports Linux userspace FLAT and FDPIC (dynamic and static) ELFs. Signed-off-by: Mike Frysinger <vapier@gentoo.org> |