mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
Remove unnecessary trailing newlines
git-svn-id: svn://coreboot.org/openbios/openbios-devel@285 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
1
Makefile
1
Makefile
@@ -103,4 +103,3 @@ $(ODIR)/openbios.iso: $(ODIR)/openbios.multiboot $(ODIR)/openbios-x86.dict
|
||||
|
||||
runiso: $(ODIR)/openbios.iso
|
||||
qemu -cdrom $^
|
||||
|
||||
|
||||
@@ -46,5 +46,3 @@ source "kernel/Kconfig"
|
||||
source "forth/Kconfig"
|
||||
source "modules/Kconfig"
|
||||
source "drivers/Kconfig"
|
||||
|
||||
|
||||
|
||||
@@ -3,4 +3,3 @@
|
||||
<object source="init.fs"/>
|
||||
</dictionary>
|
||||
</build>
|
||||
|
||||
|
||||
@@ -23,4 +23,3 @@ void collect_multiboot_info(struct sys_info *info)
|
||||
info->dict_end=(unsigned long *)((ucell)forth_dictionary +
|
||||
sizeof(forth_dictionary));
|
||||
}
|
||||
|
||||
|
||||
@@ -74,4 +74,3 @@ finish-device
|
||||
" keyboard" input
|
||||
; CONSOLE-IN-initializer
|
||||
|
||||
|
||||
|
||||
@@ -54,5 +54,3 @@ void free(void *ptr)
|
||||
{
|
||||
/* Nothing yet */
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -41,6 +41,3 @@ unsigned long file_size(void)
|
||||
|
||||
return fsize;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -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);
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
void relocate(struct sys_info *);
|
||||
|
||||
|
||||
@@ -20,5 +20,3 @@ source "kernel/Kconfig"
|
||||
source "forth/Kconfig"
|
||||
source "modules/Kconfig"
|
||||
source "drivers/Kconfig"
|
||||
|
||||
|
||||
|
||||
@@ -3,4 +3,3 @@
|
||||
<object source="init.fs"/>
|
||||
</dictionary>
|
||||
</build>
|
||||
|
||||
|
||||
@@ -74,4 +74,3 @@ finish-device
|
||||
" keyboard" input
|
||||
; CONSOLE-IN-initializer
|
||||
|
||||
|
||||
|
||||
@@ -14,4 +14,3 @@
|
||||
|
||||
#include "briq-dict.h"
|
||||
#include "../kernel.c"
|
||||
|
||||
|
||||
@@ -244,4 +244,3 @@ finish-device
|
||||
\ The END
|
||||
\ -------------------------------------------------------------
|
||||
device-end
|
||||
|
||||
|
||||
@@ -261,4 +261,3 @@
|
||||
</executable>
|
||||
|
||||
</build>
|
||||
|
||||
|
||||
@@ -72,4 +72,3 @@ GLOBL(__lshrdi3):
|
||||
srw r3,r3,r5 # MSW = MSW >> count
|
||||
or r4,r4,r7 # LSW |= t2
|
||||
blr
|
||||
|
||||
|
||||
@@ -28,5 +28,3 @@
|
||||
|
||||
#include "../../../modules/video.c"
|
||||
#include "../../../modules/console.c"
|
||||
|
||||
|
||||
|
||||
@@ -14,4 +14,3 @@
|
||||
|
||||
#include "mol-dict.h"
|
||||
#include "../kernel.c"
|
||||
|
||||
|
||||
@@ -163,4 +163,3 @@ arch_nvram_get( char *buf )
|
||||
for( i=0; i<size; i++ )
|
||||
buf[i] = OSI_ReadNVRamByte( i );
|
||||
}
|
||||
|
||||
|
||||
@@ -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 );
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -101,4 +101,3 @@ finish-device
|
||||
\ The END
|
||||
\ -------------------------------------------------------------
|
||||
device-end
|
||||
|
||||
|
||||
@@ -42,6 +42,3 @@ int PearPC_GetFBInfo( osi_fb_info_t *fb )
|
||||
#include "../../../modules/video.c"
|
||||
|
||||
#include "../../../modules/console.c"
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -14,4 +14,3 @@
|
||||
|
||||
#include "pearpc-dict.h"
|
||||
#include "../kernel.c"
|
||||
|
||||
|
||||
@@ -244,4 +244,3 @@ finish-device
|
||||
\ The END
|
||||
\ -------------------------------------------------------------
|
||||
device-end
|
||||
|
||||
|
||||
@@ -14,4 +14,3 @@
|
||||
|
||||
#include "qemu-dict.h"
|
||||
#include "../kernel.c"
|
||||
|
||||
|
||||
@@ -244,4 +244,3 @@ finish-device
|
||||
\ The END
|
||||
\ -------------------------------------------------------------
|
||||
device-end
|
||||
|
||||
|
||||
@@ -31,4 +31,3 @@ GLOBL(_wait_ticks):
|
||||
|
||||
mtlr r8 /* restore link register */
|
||||
blr
|
||||
|
||||
|
||||
@@ -23,4 +23,3 @@ void collect_multiboot_info(struct sys_info *info)
|
||||
info->dict_end=(unsigned long *)((ucell)forth_dictionary +
|
||||
sizeof(forth_dictionary));
|
||||
}
|
||||
|
||||
|
||||
@@ -59,6 +59,3 @@ unsigned long file_size(void)
|
||||
|
||||
return fsize;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -125,4 +125,3 @@ finish-device
|
||||
|
||||
" /options" find-device
|
||||
" disk" encode-string " boot-from" property
|
||||
|
||||
|
||||
@@ -23,4 +23,3 @@ void collect_multiboot_info(struct sys_info *info)
|
||||
info->dict_end=(unsigned long *)((ucell)forth_dictionary +
|
||||
sizeof(forth_dictionary));
|
||||
}
|
||||
|
||||
|
||||
@@ -52,4 +52,3 @@ device-end
|
||||
: rmap@ ( virt -- rmentry )
|
||||
drop 0
|
||||
;
|
||||
|
||||
|
||||
@@ -59,6 +59,3 @@ unsigned long file_size(void)
|
||||
|
||||
return fsize;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -126,4 +126,3 @@ void FrameBufferWidget::keyPressEvent(QKeyEvent * e)
|
||||
std::cout << " key '" << e->text() << "' pressed" << std::endl;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -16,4 +16,3 @@ MOC_DIR = qbuild
|
||||
TARGET = gui_qt
|
||||
HEADERS = $(UIDIR)/gui-qt.h
|
||||
SOURCES = $(UIDIR)/gui-qt.cpp $(UIDIR)/qt-main.cpp
|
||||
|
||||
|
||||
@@ -95,4 +95,3 @@ int plugin_qt_init(void)
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -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.
|
||||
}
|
||||
|
||||
|
||||
@@ -14,4 +14,3 @@ config PLUGIN_QT
|
||||
default n
|
||||
help
|
||||
This plugin needs qt installed. Disable if you don't have qt.
|
||||
|
||||
|
||||
@@ -126,4 +126,3 @@ void FrameBufferWidget::keyPressEvent(QKeyEvent * e)
|
||||
std::cout << " key '" << e->text() << "' pressed" << std::endl;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -100,4 +100,3 @@ PLUGIN_LICENSE("GPL v2")
|
||||
PLUGIN_DEPENDENCIES("pci")
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -45,5 +45,3 @@ source "kernel/Kconfig"
|
||||
source "forth/Kconfig"
|
||||
source "modules/Kconfig"
|
||||
source "drivers/Kconfig"
|
||||
|
||||
|
||||
|
||||
@@ -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);
|
||||
|
||||
|
||||
@@ -22,4 +22,3 @@ void collect_multiboot_info(struct sys_info *info)
|
||||
info->dict_end=(unsigned long *)((ucell)forth_dictionary +
|
||||
sizeof(forth_dictionary));
|
||||
}
|
||||
|
||||
|
||||
@@ -296,5 +296,3 @@ idtarg:
|
||||
_idt:
|
||||
.fill 20, 8, 0 # idt is unitiailzed
|
||||
_idt_end:
|
||||
|
||||
|
||||
|
||||
@@ -75,4 +75,3 @@ finish-device
|
||||
" keyboard" input
|
||||
; CONSOLE-IN-initializer
|
||||
|
||||
|
||||
|
||||
@@ -54,5 +54,3 @@ void free(void *ptr)
|
||||
{
|
||||
/* Nothing yet */
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -41,6 +41,3 @@ unsigned long file_size(void)
|
||||
|
||||
return fsize;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -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);
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
void relocate(struct sys_info *);
|
||||
|
||||
|
||||
@@ -21,6 +21,3 @@ typedef struct osi_fb_info {
|
||||
|
||||
#include "../../../modules/video.c"
|
||||
#include "../../../modules/console.c"
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -69,4 +69,3 @@
|
||||
<option name="CONFIG_DEBUG_IDE" type="boolean" value="false"/>
|
||||
|
||||
</config>
|
||||
|
||||
|
||||
@@ -72,4 +72,3 @@
|
||||
<option name="CONFIG_DRIVER_VGA" type="boolean" value="true"/>
|
||||
|
||||
</config>
|
||||
|
||||
|
||||
@@ -74,4 +74,3 @@
|
||||
<option name="CONFIG_DRIVER_FLOPPY" type="boolean" value="false"/>
|
||||
|
||||
</config>
|
||||
|
||||
|
||||
@@ -74,4 +74,3 @@
|
||||
<option name="CONFIG_DRIVER_VGA" type="boolean" value="true"/>
|
||||
|
||||
</config>
|
||||
|
||||
|
||||
@@ -68,4 +68,3 @@
|
||||
<option name="CONFIG_DRIVER_ADB" type="boolean" value="true"/>
|
||||
|
||||
</config>
|
||||
|
||||
|
||||
@@ -74,4 +74,3 @@
|
||||
<option name="CONFIG_DRIVER_FLOPPY" type="boolean" value="true"/>
|
||||
|
||||
</config>
|
||||
|
||||
|
||||
@@ -74,4 +74,3 @@
|
||||
<option name="CONFIG_DRIVER_VGA" type="boolean" value="true"/>
|
||||
|
||||
</config>
|
||||
|
||||
|
||||
@@ -71,4 +71,3 @@
|
||||
<option name="CONFIG_DRIVER_FLOPPY" type="boolean" value="false"/>
|
||||
|
||||
</config>
|
||||
|
||||
|
||||
@@ -8,4 +8,3 @@ done
|
||||
ROOT=$( echo $(pwd) | sed "s,\(//*[^/][^/]*\)\{$x\}/*\$,," )
|
||||
RELNAME=$( echo $(pwd) | sed "s,^$ROOT/*,,g" )
|
||||
echo $RELNAME
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -37,4 +37,3 @@ config DEBUG_IDE
|
||||
Debug IDE driver
|
||||
|
||||
endmenu
|
||||
|
||||
|
||||
@@ -16,5 +16,3 @@ enum {
|
||||
|
||||
|
||||
cuda_t *cuda_init (char *path, uint32_t base);
|
||||
|
||||
|
||||
|
||||
@@ -1116,4 +1116,3 @@ int ob_floppy_init(void)
|
||||
floppy_init();
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
@@ -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 */
|
||||
|
||||
|
||||
@@ -34,4 +34,3 @@ device-end
|
||||
|
||||
|
||||
[THEN]
|
||||
|
||||
|
||||
@@ -16,4 +16,3 @@
|
||||
" ," pocket tmpstrcat >r
|
||||
rot pocket tohexstr r> tmpstrcat drop
|
||||
;
|
||||
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
\ This directory contains code that implements
|
||||
\ the Administration command group
|
||||
\ (Chapter 7.4 in the IEEE 1275-1994)
|
||||
|
||||
|
||||
|
||||
@@ -10,5 +10,3 @@ defer reset-all ( -- )
|
||||
|
||||
\ OpenBOOT knows reset as well.
|
||||
: reset reset-all ;
|
||||
|
||||
|
||||
|
||||
@@ -14,4 +14,3 @@
|
||||
|
||||
: nvrun ( -- )
|
||||
;
|
||||
|
||||
|
||||
@@ -8,4 +8,3 @@
|
||||
|
||||
: security-#badlogins ( -- n )
|
||||
;
|
||||
|
||||
|
||||
@@ -47,4 +47,3 @@
|
||||
?active-package test-sub-devs
|
||||
active-package!
|
||||
;
|
||||
|
||||
|
||||
@@ -16,5 +16,3 @@
|
||||
|
||||
\ : diag-switch? ( -- diag? )
|
||||
\ ;
|
||||
|
||||
|
||||
|
||||
@@ -26,5 +26,3 @@
|
||||
0 ['] source-id (to) \ builtin terminal has id 0
|
||||
|
||||
;
|
||||
|
||||
|
||||
|
||||
@@ -171,5 +171,3 @@ defer outer-interpreter
|
||||
;
|
||||
|
||||
: eval evaluate ;
|
||||
|
||||
|
||||
|
||||
@@ -214,5 +214,3 @@ variable free-list 0 free-list ! \ free list head
|
||||
then
|
||||
|
||||
;
|
||||
|
||||
|
||||
|
||||
@@ -11,4 +11,3 @@
|
||||
<include href="packages/build.xml"/>
|
||||
<include href="system/build.xml"/>
|
||||
</build>
|
||||
|
||||
|
||||
@@ -108,4 +108,3 @@
|
||||
|
||||
: value>sym ( n1 -- n1 false | n2 addr len true )
|
||||
;
|
||||
|
||||
|
||||
@@ -28,4 +28,3 @@
|
||||
|
||||
: apply ( ... "method-name< >device-specifier< >" -- ??? )
|
||||
;
|
||||
|
||||
|
||||
@@ -80,4 +80,3 @@
|
||||
|
||||
: resume ( -- )
|
||||
;
|
||||
|
||||
|
||||
@@ -111,4 +111,3 @@
|
||||
;
|
||||
|
||||
: see ' (see) ;
|
||||
|
||||
|
||||
@@ -20,4 +20,3 @@ H2 and
|
||||
|
||||
|
||||
2003/11/12 Stefan Reinauer <stepan@openbios.org>
|
||||
|
||||
|
||||
@@ -364,4 +364,3 @@ defer fb-emit ( x -- )
|
||||
to foreground-color to background-color
|
||||
|
||||
;
|
||||
|
||||
|
||||
@@ -517,5 +517,3 @@ defer fcode-c@ \ get byte
|
||||
fcode-offset drop
|
||||
postpone endof
|
||||
; immediate
|
||||
|
||||
|
||||
|
||||
@@ -96,4 +96,3 @@ here
|
||||
00 c, 00 c, 00 c, 00 c, 00 c, 00 c, 00 c, 00 c,
|
||||
|
||||
value (romlogo-64x64)
|
||||
|
||||
|
||||
@@ -36,4 +36,3 @@
|
||||
* diagnostic-mode?
|
||||
* suspend-fcode
|
||||
* set-args
|
||||
|
||||
|
||||
@@ -47,4 +47,3 @@ deadbeef constant processor-type ( -- processor-type )
|
||||
: group-code non-implemented ;
|
||||
: probe non-implemented ;
|
||||
: probe-virtual non-implemented ;
|
||||
|
||||
|
||||
@@ -321,4 +321,3 @@ defer sbus-intr>cpu ( sbus-intr# -- cpu-intr# )
|
||||
: model ( str len -- )
|
||||
encode-string " model" property
|
||||
;
|
||||
|
||||
|
||||
@@ -253,4 +253,3 @@
|
||||
;
|
||||
|
||||
['] (term-emit) to fb-emit
|
||||
|
||||
|
||||
@@ -63,4 +63,3 @@ finish-device
|
||||
|
||||
\ END
|
||||
finish-device
|
||||
|
||||
|
||||
@@ -151,5 +151,3 @@ create forth get-order over , discard do-vocabulary
|
||||
;
|
||||
|
||||
true to vocabularies?
|
||||
|
||||
|
||||
|
||||
@@ -14,4 +14,3 @@ config PKG_OBP_TFTP
|
||||
config PKG_TERMINAL_EMULATOR
|
||||
bool "Terminal Emulator"
|
||||
default y
|
||||
|
||||
|
||||
@@ -9,4 +9,3 @@ Currently there are the following support packages:
|
||||
* deblocker
|
||||
* obp-tftp
|
||||
*
|
||||
|
||||
|
||||
@@ -17,4 +17,3 @@
|
||||
</dictionary>
|
||||
|
||||
</build>
|
||||
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user