summaryrefslogtreecommitdiffstats
path: root/c (follow)
Commit message (Expand)AuthorAgeFilesLines
* pc386: Fix linker usage issues with -r and function sectionsJoel Sherrill2016-03-112-3/+7
* lm32/shared/.../ckinit.c: Fix typo so fast idle on simulator is enabledJoel Sherrill2016-03-111-1/+1
* v850/gdbv850sim: Add per-section compilation and linking supportJoel Sherrill2016-03-112-1/+14
* sparc64/usiii: Add per-section compilation and linking supportJoel Sherrill2016-03-111-0/+3
* sparc64/niagara: Add per-section compilation and linking supportJoel Sherrill2016-03-111-0/+3
* powerpc/motorola_powerpc: Add per-section compilation and linking supportJoel Sherrill2016-03-117-8/+26
* sh/simsh: Add per-section compilation and linking supportJoel Sherrill2016-03-104-4/+16
* sh/gensh4: Add per-section compilation and linking supportJoel Sherrill2016-03-101-1/+4
* sh/gensh2: Add per-section compilation and linking supportJoel Sherrill2016-03-101-1/+3
* sh/gensh1: Add per-section compilation and linking supportJoel Sherrill2016-03-101-0/+3
* or1k/generic_or1k: Add per-section compilation and linking supportJoel Sherrill2016-03-101-0/+3
* no_bsp.cfg: Add hints for CFLAGS and LDFLAGSJoel Sherrill2016-03-101-1/+5
* nios2/nios2_iss: Add per-section compilation and linking supportJoel Sherrill2016-03-101-0/+3
* m32csim.cfg: GCC PR37665 is fixed but there is still a compiler error. Use -O0.Joel Sherrill2016-03-101-5/+2
* m32c/m32csim: Add per-section compilation and linking supportJoel Sherrill2016-03-101-0/+3
* lm32/lm32_evr: Add per-section compilation and linking supportJoel Sherrill2016-03-101-0/+3
* lm32/lm32_evr: Add per-section compilation and linking supportJoel Sherrill2016-03-101-0/+3
* pc386.cfg: Add disabled per-function-sectionsJoel Sherrill2016-03-101-0/+4
* epiphany/epiphany_sim: Add per-section compilation and linking supportJoel Sherrill2016-03-101-0/+3
* bfin/TLL6527M: Add per-section compilation and linking supportJoel Sherrill2016-03-101-0/+3
* bfin/bf537Stamp: Add per-section compilation and linking supportJoel Sherrill2016-03-101-0/+3
* bfin/eZKit533: Add per-section compilation and linking supportJoel Sherrill2016-03-101-0/+3
* arm/xilinx_zynq: Add per-section compilation and linking supportJoel Sherrill2016-03-101-0/+3
* arm/tms570: Add per-section compilation and linking supportJoel Sherrill2016-03-101-1/+6
* arm/stm32f4: Add per-section compilation and linking supportJoel Sherrill2016-03-101-0/+3
* arm/smdk2410: Add per-section compilation and linking supportJoel Sherrill2016-03-101-0/+3
* arm/rtl22xx: Add per-section compilation and linking supportJoel Sherrill2016-03-102-1/+6
* arm/realview_pbx_a9_qemu: Add per-section compilation and linking supportJoel Sherrill2016-03-101-0/+3
* arm/raspberrypi: Add per-section compilation and linking suppoJoel Sherrill2016-03-101-0/+3
* arm/lpc32xx: Add per-section compilation and linking suppoJoel Sherrill2016-03-101-0/+3
* arm/lpc24xx (lpc40xx variants) Add per-section compilation and linking suppoJoel Sherrill2016-03-101-0/+3
* arm/lpc24xx (lpc24xx variants) Add per-section compilation and linking support.Joel Sherrill2016-03-101-0/+3
* atsamv-testsuite.tcfg: new file]Joel Sherrill2016-03-101-0/+6
* arm/lpc24xx (lpc17xx variants): Add per-section compilation and linking support.Joel Sherrill2016-03-101-0/+4
* powerpc/mvme5500: Use shared pci_find_device()Joel Sherrill2016-03-102-64/+4
* mips/malta: Use shared pci_find_device() and removed unused pci_list_devices()Joel Sherrill2016-03-104-413/+1
* pc386: Add --disable-com1-com4 boot argumentJoel Sherrill2016-03-103-16/+54
* libbsp/shared/console.c: Clean up memory allocation for per device dataJoel Sherrill2016-03-101-13/+36
* pc386/startup/bsp_fatal_halt.c: Fix noreturn does return warningJoel Sherrill2016-03-101-0/+3
* pc386/startup/bspstart.c: Reformat and cleanup file headerJoel Sherrill2016-03-101-29/+27
* pc386: Add PCI UART supportJoel Sherrill2016-03-104-0/+408
* console_private.h: Improve comment for vt_ioctl()Joel Sherrill2016-03-101-3/+6
* console_private.h: Remove prototypes for non-existent methods bsp_com_inch() ...Joel Sherrill2016-03-101-20/+0
* pc386: Improve boot command arguments for console/printk device selectionJoel Sherrill2016-03-105-44/+171
* Add shared PCI support and enhance pc386 to support non-legacy PCI configurat...Joel Sherrill2016-03-109-135/+596
* pc386/configure.ac: Delete incorrect and unused AM_CONDITIONALJoel Sherrill2016-03-101-1/+0
* i386/shared/pci/pcibios.c: Remove unused pcib_find_by_class()Joel Sherrill2016-03-101-36/+0
* i386/shared/pci/pcibios.c: Remove unused pcib_special_cycle()Joel Sherrill2016-03-101-30/+0
* pc386: Eliminate pcibios.h and begin removal obsolete PCI BIOS API usesJoel Sherrill2016-03-106-88/+67
* bsps: Avoid Giant lock in simulator clock driverSebastian Huber2016-03-041-3/+3