Remove unnecessary trailing newlines

git-svn-id: svn://coreboot.org/openbios/openbios-devel@285 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
Blue Swirl
2008-12-13 09:26:41 +00:00
parent 58ca864765
commit a757800a01
135 changed files with 0 additions and 178 deletions

View File

@@ -103,4 +103,3 @@ $(ODIR)/openbios.iso: $(ODIR)/openbios.multiboot $(ODIR)/openbios-x86.dict
runiso: $(ODIR)/openbios.iso
qemu -cdrom $^

1
README
View File

@@ -130,4 +130,3 @@ mailinglist.
Regards,
the OpenBIOS team

View File

@@ -46,5 +46,3 @@ source "kernel/Kconfig"
source "forth/Kconfig"
source "modules/Kconfig"
source "drivers/Kconfig"

View File

@@ -3,4 +3,3 @@
<object source="init.fs"/>
</dictionary>
</build>

View File

@@ -23,4 +23,3 @@ void collect_multiboot_info(struct sys_info *info)
info->dict_end=(unsigned long *)((ucell)forth_dictionary +
sizeof(forth_dictionary));
}

View File

@@ -74,4 +74,3 @@ finish-device
" keyboard" input
; CONSOLE-IN-initializer

View File

@@ -54,5 +54,3 @@ void free(void *ptr)
{
/* Nothing yet */
}

View File

@@ -41,6 +41,3 @@ unsigned long file_size(void)
return fsize;
}

View File

@@ -2,6 +2,3 @@ int file_open(const char *filename);
int lfile_read(void *buf, unsigned long len);
int file_seek(unsigned long offset);
unsigned long file_size(void);

View File

@@ -19,4 +19,3 @@ void collect_multiboot_info(struct sys_info *info)
info->dict_start=(unsigned long *)FIXED_DICTSTART;
info->dict_end=(unsigned long *)FIXED_DICTEND;
}

View File

@@ -1,2 +1 @@
void relocate(struct sys_info *);

View File

@@ -20,5 +20,3 @@ source "kernel/Kconfig"
source "forth/Kconfig"
source "modules/Kconfig"
source "drivers/Kconfig"

View File

@@ -3,4 +3,3 @@
<object source="init.fs"/>
</dictionary>
</build>

View File

@@ -74,4 +74,3 @@ finish-device
" keyboard" input
; CONSOLE-IN-initializer

View File

@@ -14,4 +14,3 @@
#include "briq-dict.h"
#include "../kernel.c"

View File

@@ -244,4 +244,3 @@ finish-device
\ The END
\ -------------------------------------------------------------
device-end

View File

@@ -261,4 +261,3 @@
</executable>
</build>

View File

@@ -72,4 +72,3 @@ GLOBL(__lshrdi3):
srw r3,r3,r5 # MSW = MSW >> count
or r4,r4,r7 # LSW |= t2
blr

View File

@@ -28,5 +28,3 @@
#include "../../../modules/video.c"
#include "../../../modules/console.c"

View File

@@ -14,4 +14,3 @@
#include "mol-dict.h"
#include "../kernel.c"

View File

@@ -163,4 +163,3 @@ arch_nvram_get( char *buf )
for( i=0; i<size; i++ )
buf[i] = OSI_ReadNVRamByte( i );
}

View File

@@ -173,5 +173,3 @@ prom_change_phandle( mol_phandle_t old_ph, mol_phandle_t new_ph )
{
return OSI_PromIface1( kPromChangePHandle, old_ph, (int)new_ph );
}

View File

@@ -101,4 +101,3 @@ finish-device
\ The END
\ -------------------------------------------------------------
device-end

View File

@@ -42,6 +42,3 @@ int PearPC_GetFBInfo( osi_fb_info_t *fb )
#include "../../../modules/video.c"
#include "../../../modules/console.c"

View File

@@ -14,4 +14,3 @@
#include "pearpc-dict.h"
#include "../kernel.c"

View File

@@ -244,4 +244,3 @@ finish-device
\ The END
\ -------------------------------------------------------------
device-end

View File

@@ -14,4 +14,3 @@
#include "qemu-dict.h"
#include "../kernel.c"

View File

@@ -244,4 +244,3 @@ finish-device
\ The END
\ -------------------------------------------------------------
device-end

View File

@@ -31,4 +31,3 @@ GLOBL(_wait_ticks):
mtlr r8 /* restore link register */
blr

View File

@@ -23,4 +23,3 @@ void collect_multiboot_info(struct sys_info *info)
info->dict_end=(unsigned long *)((ucell)forth_dictionary +
sizeof(forth_dictionary));
}

View File

@@ -59,6 +59,3 @@ unsigned long file_size(void)
return fsize;
}

View File

@@ -19,4 +19,3 @@ void collect_multiboot_info(struct sys_info *info)
info->dict_start=(unsigned long *)FIXED_DICTSTART;
info->dict_end=(unsigned long *)FIXED_DICTEND;
}

View File

@@ -125,4 +125,3 @@ finish-device
" /options" find-device
" disk" encode-string " boot-from" property

View File

@@ -23,4 +23,3 @@ void collect_multiboot_info(struct sys_info *info)
info->dict_end=(unsigned long *)((ucell)forth_dictionary +
sizeof(forth_dictionary));
}

View File

@@ -52,4 +52,3 @@ device-end
: rmap@ ( virt -- rmentry )
drop 0
;

View File

@@ -59,6 +59,3 @@ unsigned long file_size(void)
return fsize;
}

View File

@@ -19,4 +19,3 @@ void collect_multiboot_info(struct sys_info *info)
info->dict_start=(unsigned long *)FIXED_DICTSTART;
info->dict_end=(unsigned long *)FIXED_DICTEND;
}

View File

@@ -126,4 +126,3 @@ void FrameBufferWidget::keyPressEvent(QKeyEvent * e)
std::cout << " key '" << e->text() << "' pressed" << std::endl;
}
}

View File

@@ -16,4 +16,3 @@ MOC_DIR = qbuild
TARGET = gui_qt
HEADERS = $(UIDIR)/gui-qt.h
SOURCES = $(UIDIR)/gui-qt.cpp $(UIDIR)/qt-main.cpp

View File

@@ -95,4 +95,3 @@ int plugin_qt_init(void)
}
}

View File

@@ -195,4 +195,3 @@ int load_plugin(const char *plugin_name)
// We don't dlclose the handle here since
// we want to keep our symbols for later use.
}

View File

@@ -14,4 +14,3 @@ config PLUGIN_QT
default n
help
This plugin needs qt installed. Disable if you don't have qt.

View File

@@ -126,4 +126,3 @@ void FrameBufferWidget::keyPressEvent(QKeyEvent * e)
std::cout << " key '" << e->text() << "' pressed" << std::endl;
}
}

View File

@@ -16,4 +16,3 @@ MOC_DIR = qbuild
TARGET = plugin_qt.so
HEADERS = $(PLUGINDIR)/plugin_qt/plugin_qt.h
SOURCES = $(PLUGINDIR)/plugin_qt/plugin_qt.cpp $(PLUGINDIR)/plugin_qt/qt_main.cpp

View File

@@ -100,4 +100,3 @@ PLUGIN_LICENSE("GPL v2")
PLUGIN_DEPENDENCIES("pci")
}

View File

@@ -45,5 +45,3 @@ source "kernel/Kconfig"
source "forth/Kconfig"
source "modules/Kconfig"
source "drivers/Kconfig"

View File

@@ -11,4 +11,3 @@ int elf_load(struct sys_info *info, const char *filename, const char *cmdline);
int linux_load(struct sys_info *info, const char *file, const char *cmdline);
unsigned int start_elf(unsigned long entry_point, unsigned long param);

View File

@@ -22,4 +22,3 @@ void collect_multiboot_info(struct sys_info *info)
info->dict_end=(unsigned long *)((ucell)forth_dictionary +
sizeof(forth_dictionary));
}

View File

@@ -296,5 +296,3 @@ idtarg:
_idt:
.fill 20, 8, 0 # idt is unitiailzed
_idt_end:

View File

@@ -75,4 +75,3 @@ finish-device
" keyboard" input
; CONSOLE-IN-initializer

View File

@@ -54,5 +54,3 @@ void free(void *ptr)
{
/* Nothing yet */
}

View File

@@ -41,6 +41,3 @@ unsigned long file_size(void)
return fsize;
}

View File

@@ -2,6 +2,3 @@ int file_open(const char *filename);
int lfile_read(void *buf, unsigned long len);
int file_seek(unsigned long offset);
unsigned long file_size(void);

View File

@@ -19,4 +19,3 @@ void collect_multiboot_info(struct sys_info *info)
info->dict_start=(unsigned long *)FIXED_DICTSTART;
info->dict_end=(unsigned long *)FIXED_DICTEND;
}

View File

@@ -1,2 +1 @@
void relocate(struct sys_info *);

View File

@@ -21,6 +21,3 @@ typedef struct osi_fb_info {
#include "../../../modules/video.c"
#include "../../../modules/console.c"

View File

@@ -11,4 +11,3 @@
<include href="arch/build.xml"/>
</project>
</xmlmake>

View File

@@ -69,4 +69,3 @@
<option name="CONFIG_DEBUG_IDE" type="boolean" value="false"/>
</config>

View File

@@ -72,4 +72,3 @@
<option name="CONFIG_DRIVER_VGA" type="boolean" value="true"/>
</config>

View File

@@ -74,4 +74,3 @@
<option name="CONFIG_DRIVER_FLOPPY" type="boolean" value="false"/>
</config>

View File

@@ -74,4 +74,3 @@
<option name="CONFIG_DRIVER_VGA" type="boolean" value="true"/>
</config>

View File

@@ -68,4 +68,3 @@
<option name="CONFIG_DRIVER_ADB" type="boolean" value="true"/>
</config>

View File

@@ -74,4 +74,3 @@
<option name="CONFIG_DRIVER_FLOPPY" type="boolean" value="true"/>
</config>

View File

@@ -74,4 +74,3 @@
<option name="CONFIG_DRIVER_VGA" type="boolean" value="true"/>
</config>

View File

@@ -71,4 +71,3 @@
<option name="CONFIG_DRIVER_FLOPPY" type="boolean" value="false"/>
</config>

View File

@@ -8,4 +8,3 @@ done
ROOT=$( echo $(pwd) | sed "s,\(//*[^/][^/]*\)\{$x\}/*\$,," )
RELNAME=$( echo $(pwd) | sed "s,^$ROOT/*,,g" )
echo $RELNAME

View File

@@ -12,4 +12,3 @@ rm -f rules.xml
rm -f config.xml
ln -s config/examples/${ARCH}_rules.xml rules.xml
ln -s config/examples/${ARCH}_config.xml config.xml

View File

@@ -37,4 +37,3 @@ config DEBUG_IDE
Debug IDE driver
endmenu

View File

@@ -16,5 +16,3 @@ enum {
cuda_t *cuda_init (char *path, uint32_t base);

View File

@@ -1116,4 +1116,3 @@ int ob_floppy_init(void)
floppy_init();
return 0;
}

View File

@@ -166,4 +166,3 @@ struct sun4m_intregs {
#define SUN4M_INT_SERIAL 0x00008000 /* serial ports */
#define SUN4M_INT_KBDMS 0x00004000 /* keyboard/mouse */
#define SUN4M_INT_SBUSBITS 0x00003F80 /* sbus int bits */

View File

@@ -34,4 +34,3 @@ device-end
[THEN]

View File

@@ -16,4 +16,3 @@
" ," pocket tmpstrcat >r
rot pocket tohexstr r> tmpstrcat drop
;

View File

@@ -1,5 +1,3 @@
\ This directory contains code that implements
\ the Administration command group
\ (Chapter 7.4 in the IEEE 1275-1994)

View File

@@ -10,5 +10,3 @@ defer reset-all ( -- )
\ OpenBOOT knows reset as well.
: reset reset-all ;

View File

@@ -14,4 +14,3 @@
: nvrun ( -- )
;

View File

@@ -8,4 +8,3 @@
: security-#badlogins ( -- n )
;

View File

@@ -47,4 +47,3 @@
?active-package test-sub-devs
active-package!
;

View File

@@ -16,5 +16,3 @@
\ : diag-switch? ( -- diag? )
\ ;

View File

@@ -26,5 +26,3 @@
0 ['] source-id (to) \ builtin terminal has id 0
;

View File

@@ -171,5 +171,3 @@ defer outer-interpreter
;
: eval evaluate ;

View File

@@ -214,5 +214,3 @@ variable free-list 0 free-list ! \ free list head
then
;

View File

@@ -11,4 +11,3 @@
<include href="packages/build.xml"/>
<include href="system/build.xml"/>
</build>

View File

@@ -108,4 +108,3 @@
: value>sym ( n1 -- n1 false | n2 addr len true )
;

View File

@@ -28,4 +28,3 @@
: apply ( ... "method-name< >device-specifier< >" -- ??? )
;

View File

@@ -80,4 +80,3 @@
: resume ( -- )
;

View File

@@ -111,4 +111,3 @@
;
: see ' (see) ;

View File

@@ -20,4 +20,3 @@ H2 and
2003/11/12 Stefan Reinauer <stepan@openbios.org>

View File

@@ -364,4 +364,3 @@ defer fb-emit ( x -- )
to foreground-color to background-color
;

View File

@@ -517,5 +517,3 @@ defer fcode-c@ \ get byte
fcode-offset drop
postpone endof
; immediate

View File

@@ -96,4 +96,3 @@ here
00 c, 00 c, 00 c, 00 c, 00 c, 00 c, 00 c, 00 c,
value (romlogo-64x64)

View File

@@ -36,4 +36,3 @@
* diagnostic-mode?
* suspend-fcode
* set-args

View File

@@ -47,4 +47,3 @@ deadbeef constant processor-type ( -- processor-type )
: group-code non-implemented ;
: probe non-implemented ;
: probe-virtual non-implemented ;

View File

@@ -321,4 +321,3 @@ defer sbus-intr>cpu ( sbus-intr# -- cpu-intr# )
: model ( str len -- )
encode-string " model" property
;

View File

@@ -253,4 +253,3 @@
;
['] (term-emit) to fb-emit

View File

@@ -63,4 +63,3 @@ finish-device
\ END
finish-device

View File

@@ -151,5 +151,3 @@ create forth get-order over , discard do-vocabulary
;
true to vocabularies?

View File

@@ -14,4 +14,3 @@ config PKG_OBP_TFTP
config PKG_TERMINAL_EMULATOR
bool "Terminal Emulator"
default y

View File

@@ -9,4 +9,3 @@ Currently there are the following support packages:
* deblocker
* obp-tftp
*

View File

@@ -17,4 +17,3 @@
</dictionary>
</build>

Some files were not shown because too many files have changed in this diff Show More