summaryrefslogtreecommitdiff
path: root/arch/mips/mips-boards/generic/display.c
blob: f653946afc23f64c82cd929971765eb513209fa1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
/*
 * Carsten Langgaard, carstenl@mips.com
 * Copyright (C) 1999,2000 MIPS Technologies, Inc.  All rights reserved.
 *
 *  This program is free software; you can distribute it and/or modify it
 *  under the terms of the GNU General Public License (Version 2) as
 *  published by the Free Software Foundation.
 *
 *  This program is distributed in the hope it will be useful, but WITHOUT
 *  ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
 *  FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
 *  for more details.
 *
 *  You should have received a copy of the GNU General Public License along
 *  with this program; if not, write to the Free Software Foundation, Inc.,
 *  59 Temple Place - Suite 330, Boston MA 02111-1307, USA.
 *
 * Display routines for display messages in MIPS boards ascii display.
 */

#include <linux/compiler.h>
#include <asm/io.h>
#include <asm/mips-boards/generic.h>

void mips_display_message(const char *str)
{
	static volatile unsigned int *display = NULL;
	int i;

	if (unlikely(display == NULL))
		display = (volatile unsigned int *)ioremap(ASCII_DISPLAY_POS_BASE, 16*sizeof(int));

	for (i = 0; i <= 14; i=i+2) {
	         if (*str)
		         display[i] = *str++;
		 else
		         display[i] = ' ';
	}
}
office-3-5-3 Unnamed repository; edit this file to name it for gitweb.root
summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-11-28update translations for 7.5.9 rc2libreoffice-7-5Xisco Fauli139-2316/+2287
2023-11-21update translations for 7.5.9 rc1Xisco Fauli313-5608/+5415
2023-10-27update translations for 7.5.8 rc2Christian Lohmaier6-90/+90
2023-10-26update translations for 7.5.8 rc2Christian Lohmaier211-4490/+5000
2023-10-11update translations for 7.5.8 rc1Christian Lohmaier87-1172/+1178
2023-10-02update translations for 7-5Christian Lohmaier107-1616/+1582
2023-09-22update translations for 7.5.7 rc1Christian Lohmaier22-567/+537
2023-09-19update translations for 7.5.7 rc1cp-23.05.4-2Christian Lohmaier196-5396/+5142
2023-08-30update translations for 7.5.6 rc2Christian Lohmaier4-436/+436
2023-08-28update tranlsations for 7.5Christian Lohmaier114-3872/+3776
2023-08-16update translations for 7.5.6 rc1Xisco Fauli481-25038/+24352
2023-07-12update translations for 7.5.5 rc2cp-23.05.4-1cp-23.05.3-1co-23.05.4-2co-23.05.2-3co-23.05.2-2Christian Lohmaier215-3323/+3313
2023-06-29update translations for 7.5.5 rc1Christian Lohmaier36-811/+761
2023-06-27update translations for 7.5.5 rc1Christian Lohmaier222-6975/+6582
2023-06-12update translations for 7-5Christian Lohmaier259-8287/+7205
2023-06-01Updated Slovenian translationcp-23.05.1-2cp-23.05.1-1cp-23.05.0-5cp-23.05.0-3Martin Srebotnjak8-166/+176
2023-05-31update translations for 7.5.4 rc2Christian Lohmaier585-15681/+17699
2023-05-17update translations for 7.5.4 rc1cp-23.05.0-2Christian Lohmaier1069-24242/+22955
2023-04-26update translations for 7.5.3 rc2Christian Lohmaier265-2739/+2739
2023-04-13update translations for 7.5.3 rc1Christian Lohmaier471-12948/+12301
2023-03-24update translations for 7.5.2 rc2Christian Lohmaier320-7054/+6594
2023-03-09update translations for 7.5.2 rc1Christian Lohmaier342-7132/+6968
2023-02-22update translations for 7.5.1 rc2Christian Lohmaier476-12692/+16928
2023-02-15Updated Slovenian translationMartin Srebotnjak6-107/+137
2023-02-09update translations for 7.5.1 rc1/masterChristian Lohmaier787-24308/+24101
2023-01-25auto-translate macOS version bump for slChristian Lohmaier1-2/+2
2023-01-25update translations for master/7.5.0 rc3 (macOS version bump)Christian Lohmaier176-1227/+1229
2023-01-23update translations for 7.5.0 rc3/masterXisco Fauli354-10361/+10186
2023-01-12update translations for 7.5.0 rc2/masterco-23.05-branch-pointChristian Lohmaier180-5947/+5968
2023-01-09Updated Slovenian translationMartin Srebotnjak20-146/+98
2023-01-09update translations for 7.5.0 rc2 / masterChristian Lohmaier702-21115/+16499
2022-12-27update translations for master/7.5Xisco Fauli184-3798/+3775
2022-12-23Updated Slovenian translationMartin Srebotnjak22-747/+807
2022-12-22update translations for 7.5.0 rc1Christian Lohmaier25-262/+263
2022-12-21update Slovenian files for change in ulf structureChristian Lohmaier2-38/+38
2022-12-21update translations for 7.5.0 rc1 / masterChristian Lohmaier597-17587/+17500
2022-12-20Updated Slovenian translationMartin Srebotnjak18-276/+1698
2022-12-19update translations for 7.5.0 rc1/masterChristian Lohmaier1466-101346/+215464
2022-12-12update translations for master/7.5Christian Lohmaier866-17488/+19369
2022-12-08Branch libreoffice-7-5Christian Lohmaier0-0/+0
2022-12-08remove name attribute from links for sl from last updatelibreoffice-7-5-branch-pointChristian Lohmaier3-10/+10
2022-12-08update translations for 7.5.0 beta1Christian Lohmaier626-9639/+10261
2022-12-08Updated Slovenian translationMartin Srebotnjak57-532/+373
2022-12-07update translations for master/7.5.0 beta1Christian Lohmaier4336-818103/+806502
2022-12-07remove name attribute from links for sl translationChristian Lohmaier49-8360/+8360
2022-12-04Updated Slovenian translationMartin Srebotnjak35-921/+1057
2022-11-25update translations for master/7.5.0 alpha1Christian Lohmaier595-7534/+8371
2022-11-23update translations for masterChristian Lohmaier