aboutsummaryrefslogtreecommitdiff
path: root/arch/sparc/include
AgeCommit message (Expand)AuthorFilesLines
2017-04-05SPARC: RemoveTom Rini31-2209/+0
2016-10-19efi: Use asmlinkage for EFIAPISimon Glass1-0/+0
2016-09-23Remove arch/${ARCH}/include/asm/errno.hMasahiro Yamada1-1/+0
2016-02-06Use correct spelling of "U-Boot"Bin Meng2-2/+2
2015-12-03sparc: Remove non-generic board init files: board.c, time.cFrancois Retief1-38/+5
2015-12-03sparc: leon3: Added CPU count and frequency detection.Daniel Hellstrom1-0/+13
2015-12-03sparc: Update cpu_init.c to use generic timer infrastructureFrancois Retief2-0/+5
2015-12-03sparc: leon3: Move snoop detection from startup.S to arch_cpu_init()Francois Retief1-2/+5
2015-12-03sparc: Initial ground work for generic board initializationFrancois Retief2-1/+10
2015-12-03sparc: Serial baud rate register support multiple buses with different frequencyDaniel Hellstrom1-0/+1
2015-12-03sparc: Added function that checks if IRQ is on or offDaniel Hellstrom1-0/+3
2015-11-13sparc: Update LEON serial drivers to use readl/writel macrosFrancois Retief2-26/+39
2015-11-13sparc: Fix broken files during license changesFrancois Retief1-127/+0
2015-11-09Replace "extern inline" with "static inline"Måns Rullgård3-20/+20
2015-11-05sparc: Use the generic bitops headersFabio Estevam1-0/+5
2014-05-12bd_info: remove bi_barudrate member from struct bd_infoMasahiro Yamada1-1/+0
2013-11-08include: delete include/linux/config.hMasahiro Yamada2-2/+0
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk29-460/+154
2013-03-15Introduce generic link section.h symbol filesSimon Glass1-0/+27
2013-02-04sparc: Use generic global_dataSimon Glass1-45/+1
2013-02-04sparc: Drop kbd_status and reset_status from global_dataSimon Glass1-4/+0
2013-02-01Add architecture-specific global dataSimon Glass1-0/+5
2012-12-11Add strcasecmp() and strncasecmp()Simon Glass1-1/+1
2012-10-19sparc: Change bi_baudrate and global data baudrate to intSimon Glass2-2/+2
2012-08-09global_data: unify global flag definesMike Frysinger1-13/+1
2012-05-15net: punt bd->bi_ip_addrMike Frysinger1-1/+0
2011-10-23sparc: cache: define ARCH_DMA_MINALIGN for DMA buffer alignmentAnton Staaf1-0/+10
2011-10-05image: push default arch values to arch headersMike Frysinger1-0/+4
2011-10-05POST: add post_log_res field for post results in global dataValentin Longchamp1-0/+1
2011-10-05console: Implement pre-console bufferGraeme Russ1-0/+3
2010-10-29Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOCWolfgang Denk1-0/+2
2010-10-27Merge branch 'master' of git://git.denx.de/u-boot-sparcWolfgang Denk2-0/+11
2010-10-26Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated valueWolfgang Denk1-1/+1
2010-10-22SPARC: added unaligned definitionsMagnus Sjalander2-0/+11
2010-10-18boot: change some arch ifdefs to feature ifdefsJohn Rigby1-0/+1
2010-10-18Rename TEXT_BASE into CONFIG_SYS_TEXT_BASEWolfgang Denk1-2/+2
2010-09-19New implementation for internal handling of environment variables.Wolfgang Denk1-7/+8
2010-09-19Make getenv() work before relocation.Wolfgang Denk1-3/+4
2010-07-04Make sure that argv[] argument pointers are not modified.Wolfgang Denk1-1/+1
2010-04-13Move architecture-specific includes to arch/$ARCH/include/asmPeter Tyser29-0/+2622