Remove empty lines at end of file

Used command line to remove empty lines at end of file:
find . -type f -exec sed -i -e :a -e '/^\n*$/{$d;N;};/\n$/ba' {} \;

Change-Id: I816ac9666b6dbb7c7e47843672f0d5cc499766a3
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: http://review.coreboot.org/10446
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
Elyes HAOUAS 2015-06-06 19:48:25 +02:00 committed by Stefan Reinauer
parent 4ba3b79537
commit 52648623e0
382 changed files with 0 additions and 419 deletions

View File

@ -68,4 +68,3 @@ clean:
distclean: clean distclean: clean
rm -f CorebootPortingGuide.pdf Kconfig.pdf rm -f CorebootPortingGuide.pdf Kconfig.pdf

View File

@ -23,4 +23,3 @@ Errors (used in several places):
0xee Not supposed to get here 0xee Not supposed to get here
0xff Elfload fail or die() called 0xff Elfload fail or die() called

View File

@ -288,4 +288,3 @@ export CC:=$(CONFIG_CROSS_COMPILE)gcc
In other words, instead of expressions, we see the values. It's easier to In other words, instead of expressions, we see the values. It's easier to
deal with. deal with.

View File

@ -69,4 +69,3 @@ util/pbuilder/pbuilder:
clean: clean:
rm -f *.o bayou.elf builtin.lar rm -f *.o bayou.elf builtin.lar
$(MAKE) -C util/pbuilder clean $(MAKE) -C util/pbuilder clean

View File

@ -39,4 +39,3 @@
</payload> </payload>
</payloads> </payloads>
</BayouConfig> </BayouConfig>

View File

@ -84,4 +84,3 @@ unsigned long unrv2b(u8 *src, u8 *dst, unsigned long *ilen_p)
return olen; return olen;
} }

View File

@ -65,4 +65,3 @@ liblar/liblar.a:
clean: clean:
rm -f pbuilder *.o lzma/*.o rm -f pbuilder *.o lzma/*.o
$(MAKE) -C liblar clean $(MAKE) -C liblar clean

View File

@ -16,4 +16,3 @@
#undef BT_NAMESPACE #undef BT_NAMESPACE
#endif #endif

View File

@ -3,4 +3,3 @@
#define _HASH_CHAIN #define _HASH_CHAIN
#include "../BinTree/BinTreeMain.h" #include "../BinTree/BinTreeMain.h"
#undef _HASH_CHAIN #undef _HASH_CHAIN

View File

@ -60,4 +60,3 @@ $(obj)/util/lzma/%.o: $(src)/util/lzma/C/Common/%.cpp
$(obj)/util/lzma/%.o: $(src)/util/lzma/%.cc $(obj)/util/lzma/%.o: $(src)/util/lzma/%.cc
$(Q)printf " HOSTCXX $(subst $(shell pwd)/,,$(@))\n" $(Q)printf " HOSTCXX $(subst $(shell pwd)/,,$(@))\n"
$(Q)$(HOSTCXX) $(HOSTCXXFLAGS) -o $@ -c $< $(Q)$(HOSTCXX) $(HOSTCXXFLAGS) -o $@ -c $<

View File

@ -315,4 +315,3 @@ void do_lzma_uncompress(char *dst, int dst_len, char *src, int src_len) {
} }
#endif #endif

View File

@ -115,4 +115,3 @@ config MODULE_CBFS
This option will increase the ELF file size by ca. 1440 bytes. This option will increase the ELF file size by ca. 1440 bytes.
endmenu endmenu

View File

@ -108,4 +108,3 @@ distclean: clean
include util/kconfig/Makefile include util/kconfig/Makefile
.PHONY: $(PHONY) prepare clean distclean .PHONY: $(PHONY) prepare clean distclean

View File

@ -24,4 +24,3 @@ Then you can build coreinfo now:
$ make menuconfig $ make menuconfig
$ make $ make

View File

@ -334,4 +334,3 @@ $(objk)/lxdialog/lxdialog: $(objk)/dochecklxdialog \
$(patsubst %,$(objk)/lxdialog/%,$(lxdialog)) $(HOST_LOADLIBES) -o $@ $(patsubst %,$(objk)/lxdialog/%,$(lxdialog)) $(HOST_LOADLIBES) -o $@
$(objk)/lxdialog/%.o: $(srck)/lxdialog/%.c $(objk)/lxdialog/%.o: $(srck)/lxdialog/%.c
$(Q)$(HOSTCC) $(HOSTCFLAGS) $(HOST_EXTRACFLAGS) $^ -c -o $@ $(Q)$(HOSTCC) $(HOSTCFLAGS) $(HOST_EXTRACFLAGS) $^ -c -o $@

View File

@ -11,4 +11,3 @@ EOF
if [ ! "$?" -eq "0" ]; then if [ ! "$?" -eq "0" ]; then
echo -DKBUILD_NO_NLS; echo -DKBUILD_NO_NLS;
fi fi

View File

@ -2371,4 +2371,3 @@ char *zconf_curname(void)
{ {
return current_pos.file ? current_pos.file->name : "<none>"; return current_pos.file ? current_pos.file->name : "<none>";
} }

View File

@ -130,4 +130,3 @@ const char *str_get(struct gstr *gs)
{ {
return gs->s; return gs->s;
} }

View File

@ -234,4 +234,3 @@ kconf_id_lookup (register const char *str, register unsigned int len)
} }
return 0; return 0;
} }

View File

@ -2476,4 +2476,3 @@ void zconfdump(FILE *out)
#include "expr.c" #include "expr.c"
#include "symbol.c" #include "symbol.c"
#include "menu.c" #include "menu.c"

View File

@ -47,4 +47,3 @@ distclean:
rm -rf filo rm -rf filo
.PHONY: checkout config filo clean distclean .PHONY: checkout config filo clean distclean

View File

@ -6,4 +6,3 @@ For instructions on how to download, patch, and build tint as a coreboot
payload, please see payload, please see
http://www.coreboot.org/Tint http://www.coreboot.org/Tint

View File

@ -141,4 +141,3 @@ junit.xml:
done done
echo "</testsuite>" >> $@.tmp echo "</testsuite>" >> $@.tmp
mv $@.tmp $@ mv $@.tmp $@

View File

@ -63,4 +63,3 @@ Copyright and License
--------------------- ---------------------
See LICENSES. See LICENSES.

View File

@ -123,4 +123,3 @@ exception_idx:
set_vbar: set_vbar:
mcr p15, 0, r0, c12, c0, 0 mcr p15, 0, r0, c12, c0, 0
bx lr bx lr

View File

@ -88,6 +88,3 @@ void icivau(uint64_t ivau)
{ {
__asm__ __volatile__("ic ivau, %0\n\t" : : "r" (ivau) :"memory"); __asm__ __volatile__("ic ivau, %0\n\t" : : "r" (ivau) :"memory");
} }

View File

@ -453,4 +453,3 @@ void raw_write_spsr_und(uint32_t spsr_und)
{ {
__asm__ __volatile__("msr SPSR_und, %0\n\t" : : "r" (spsr_und) : "memory"); __asm__ __volatile__("msr SPSR_und, %0\n\t" : : "r" (spsr_und) : "memory");
} }

View File

@ -29,4 +29,3 @@ void gdb_arch_init(void)
void gdb_arch_enter(void) void gdb_arch_enter(void)
{ {
} }

View File

@ -96,4 +96,3 @@ i386_do_exec:
movl %ebp,%esp movl %ebp,%esp
popl %ebp popl %ebp
ret ret

View File

@ -165,4 +165,3 @@ libform-$(CONFIG_LP_PDCURSES) += form/fld_opts.c
libform-$(CONFIG_LP_PDCURSES) += form/fld_attr.c libform-$(CONFIG_LP_PDCURSES) += form/fld_attr.c
libform-$(CONFIG_LP_PDCURSES) += form/fld_dup.c libform-$(CONFIG_LP_PDCURSES) += form/fld_dup.c
libform-$(CONFIG_LP_PDCURSES) += form/fld_just.c libform-$(CONFIG_LP_PDCURSES) += form/fld_just.c

View File

@ -831,4 +831,3 @@ Functions specific to the X11 port of PDCurses:
sb_refresh sb sb_refresh sb
-------------------------------------------------------------------------- --------------------------------------------------------------------------

View File

@ -150,4 +150,3 @@ int sb_refresh(void)
return OK; return OK;
} }

View File

@ -261,4 +261,3 @@ int curses_serial_enabled(void)
void curses_enable_serial(int state) { } void curses_enable_serial(int state) { }
int curses_serial_enabled(void) { return 0; } int curses_serial_enabled(void) { return 0; }
#endif #endif

View File

@ -1,4 +1,3 @@
#define typeMalloc(type,elts) (type *)malloc((elts)*sizeof(type)) #define typeMalloc(type,elts) (type *)malloc((elts)*sizeof(type))
#define typeCalloc(type,elts) (type *)calloc((elts),sizeof(type)) #define typeCalloc(type,elts) (type *)calloc((elts),sizeof(type))
#define typeRealloc(type,elts,ptr) (type *)_nc_doalloc(ptr, (elts)*sizeof(type)) #define typeRealloc(type,elts,ptr) (type *)_nc_doalloc(ptr, (elts)*sizeof(type))

View File

@ -244,4 +244,3 @@ void PDC_transform_line(int lineno, int x, int len, const chtype *srcp)
#endif #endif
} }
} }

View File

@ -47,4 +47,3 @@ int curses_vga_enabled(void)
{ {
return !!(curses_flags & F_ENABLE_CONSOLE); return !!(curses_flags & F_ENABLE_CONSOLE);
} }

View File

@ -38,5 +38,3 @@ int add_reset_handler(void (*new_handler)(void))
return 0; return 0;
} }

View File

@ -131,5 +131,3 @@ void rtc_read_clock(struct tm *time)
if (time->tm_year < 80) if (time->tm_year < 80)
time->tm_year += 100; time->tm_year += 100;
} }

View File

@ -128,4 +128,3 @@ void pci_set_bus_master(pcidev_t dev)
val |= REG_COMMAND_BM; val |= REG_COMMAND_BM;
pci_write_config16(dev, REG_COMMAND, val); pci_write_config16(dev, REG_COMMAND, val);
} }

View File

@ -56,4 +56,3 @@ uint64_t timer_raw_value(void)
return rawv; return rawv;
} }

View File

@ -351,4 +351,3 @@ void udc_handle_setup(struct usbdev_ctrl *this, int ep, dev_req_t *dr)
this->halt_ep(this, ep, 0); this->halt_ep(this, ep, 0);
this->halt_ep(this, ep, 1); this->halt_ep(this, ep, 1);
} }

View File

@ -902,4 +902,3 @@ ohci_process_done_queue(ohci_t *const ohci, const int spew_debug)
return result; return result;
} }

View File

@ -86,4 +86,3 @@ int usb_interface_check(u16 vendor, u16 device)
return -1; return -1;
} }

View File

@ -513,4 +513,3 @@ int usbhid_getchar (void)
return (int)ret; return (int)ret;
} }

View File

@ -263,4 +263,3 @@ struct video_console coreboot_video_console = {
.columns = 80, .columns = 80,
.rows = 25 .rows = 25
}; };

View File

@ -221,4 +221,3 @@ int video_console_init(void)
console_add_output_driver(&cons); console_add_output_driver(&cons);
return 0; return 0;
} }

View File

@ -74,4 +74,3 @@ static inline void writel(uint32_t _v, volatile void *_a)
} }
#endif #endif

View File

@ -85,4 +85,3 @@ int run_address(void *f);
int init_default_cbfs_media(struct cbfs_media *media); int init_default_cbfs_media(struct cbfs_media *media);
#endif #endif

View File

@ -143,4 +143,3 @@ int cb_parse_arch_specific(struct cb_record *rec, struct sysinfo_t *info);
int cb_parse_header(void *addr, int len, struct sysinfo_t *info); int cb_parse_header(void *addr, int len, struct sysinfo_t *info);
#endif #endif

View File

@ -103,4 +103,3 @@ int toupper(int c)
{ {
return (c >= 'a' && c <= 'z') ? (c - 32) : c; return (c >= 'a' && c <= 'z') ? (c - 32) : c;
} }

View File

@ -125,4 +125,3 @@ char *getenv(const char *name)
{ {
return NULL; return NULL;
} }

View File

@ -125,4 +125,3 @@ static int default_memcmp(const void *s1, const void *s2, size_t n)
int memcmp(const void *s1, const void *s2, size_t n) int memcmp(const void *s1, const void *s2, size_t n)
__attribute__((weak, alias("default_memcmp"))); __attribute__((weak, alias("default_memcmp")));

View File

@ -29,4 +29,3 @@
libcbfs-$(CONFIG_LP_CBFS) += cbfs.c libcbfs-$(CONFIG_LP_CBFS) += cbfs.c
libcbfs-$(CONFIG_LP_CBFS) += ram_media.c libcbfs-$(CONFIG_LP_CBFS) += ram_media.c

View File

@ -229,4 +229,3 @@ int cbfs_decompress(int algo, void *src, void *dst, int len)
return 0; return 0;
} }
} }

View File

@ -28,4 +28,3 @@
## ##
liblzma-$(CONFIG_LP_LZMA) += lzma.c liblzma-$(CONFIG_LP_LZMA) += lzma.c

View File

@ -219,4 +219,3 @@ struct pci_dev *pci_get_dev(struct pci_access* pacc, u16 domain, u8 bus, u8 dev,
cur->func = func; cur->func = func;
return cur; return cur;
} }

View File

@ -59,4 +59,3 @@ clean:
rm -f $(TARGET).elf *.o rm -f $(TARGET).elf *.o
distclean: clean distclean: clean

View File

@ -10,4 +10,3 @@ all: $(TARGETS)
run: all run: all
for i in $(TARGETS); do ./$$i; done for i in $(TARGETS); do ./$$i; done

View File

@ -342,4 +342,3 @@ $(objk)/lxdialog/lxdialog: $(objk)/dochecklxdialog \
$(patsubst %,$(objk)/lxdialog/%,$(lxdialog)) $(HOST_LOADLIBES) -o $@ $(patsubst %,$(objk)/lxdialog/%,$(lxdialog)) $(HOST_LOADLIBES) -o $@
$(objk)/lxdialog/%.o: $(srck)/lxdialog/%.c $(objk)/lxdialog/%.o: $(srck)/lxdialog/%.c
$(Q)$(HOSTCC) $(HOSTCFLAGS) $(HOST_EXTRACFLAGS) $^ -c -o $@ $(Q)$(HOSTCC) $(HOSTCFLAGS) $(HOST_EXTRACFLAGS) $^ -c -o $@

View File

@ -11,4 +11,3 @@ EOF
if [ ! "$?" -eq "0" ]; then if [ ! "$?" -eq "0" ]; then
echo -DKBUILD_NO_NLS; echo -DKBUILD_NO_NLS;
fi fi

View File

@ -2371,4 +2371,3 @@ char *zconf_curname(void)
{ {
return current_pos.file ? current_pos.file->name : "<none>"; return current_pos.file ? current_pos.file->name : "<none>";
} }

View File

@ -130,4 +130,3 @@ const char *str_get(struct gstr *gs)
{ {
return gs->s; return gs->s;
} }

View File

@ -234,4 +234,3 @@ kconf_id_lookup (register const char *str, register unsigned int len)
} }
return 0; return 0;
} }

View File

@ -2475,4 +2475,3 @@ void zconfdump(FILE *out)
#include "expr.c" #include "expr.c"
#include "symbol.c" #include "symbol.c"
#include "menu.c" #include "menu.c"

View File

@ -251,4 +251,3 @@ int main()
outb (0x6, 0xcf9); outb (0x6, 0xcf9);
halt(); halt();
} }

View File

@ -104,4 +104,3 @@ exception_handler:
set_vbar: set_vbar:
mcr p15, 0, r0, c12, c0, 0 mcr p15, 0, r0, c12, c0, 0
bx lr bx lr

View File

@ -26,4 +26,3 @@ uint64_t timestamp_get(void)
timer_monotonic_get(&timestamp); timer_monotonic_get(&timestamp);
return (uint64_t)timestamp.microseconds; return (uint64_t)timestamp.microseconds;
} }

View File

@ -44,4 +44,3 @@ struct cpu_info *cpu_info(void)
addr -= sizeof(struct cpu_info); addr -= sizeof(struct cpu_info);
return (void *)addr; return (void *)addr;
} }

View File

@ -40,4 +40,3 @@ enum {
CLK_216M = 216000000, CLK_216M = 216000000,
CLK_300M = 300000000, CLK_300M = 300000000,
}; };

View File

@ -26,4 +26,3 @@ uint64_t timestamp_get(void)
timer_monotonic_get(&timestamp); timer_monotonic_get(&timestamp);
return (uint64_t)timestamp.microseconds; return (uint64_t)timestamp.microseconds;
} }

View File

@ -57,4 +57,3 @@ long long __ashldi3(long long u, word_type b)
return w.ll; return w.ll;
} }

View File

@ -50,4 +50,3 @@ struct cpuinfo_riscv {
struct cpu_info *cpu_info(void); struct cpu_info *cpu_info(void);
#endif /* __ARCH_CPU_H__ */ #endif /* __ARCH_CPU_H__ */

View File

@ -30,4 +30,3 @@ ENTRY(_start)
#else #else
ENTRY(stage_entry) ENTRY(stage_entry)
#endif #endif

View File

@ -2,5 +2,3 @@ static inline __attribute__((always_inline)) void hlt(void)
{ {
while(1); while(1);
} }

View File

@ -28,4 +28,3 @@
/* TODO: Need to add DMA_COHERENT region like on ARM? */ /* TODO: Need to add DMA_COHERENT region like on ARM? */
#endif /* __ARCH_MEMLAYOUT_H */ #endif /* __ARCH_MEMLAYOUT_H */

View File

@ -19,4 +19,3 @@
.section ".rom.data", "a", @progbits .section ".rom.data", "a", @progbits
.section ".rom.text", "ax", @progbits .section ".rom.text", "ax", @progbits

View File

@ -92,4 +92,3 @@ __wakeup_segment = RELOCATED(.)
.globl __wakeup_size .globl __wakeup_size
__wakeup_size: __wakeup_size:
.long . - __wakeup .long . - __wakeup

View File

@ -19,4 +19,3 @@ __main:
post_code(POST_DEAD_CODE) post_code(POST_DEAD_CODE)
hlt hlt
jmp .Lhlt jmp .Lhlt

View File

@ -21,4 +21,3 @@
.section ".rom.data", "a", @progbits .section ".rom.data", "a", @progbits
.section ".rom.text", "ax", @progbits .section ".rom.text", "ax", @progbits

View File

@ -24,4 +24,3 @@ uint64_t timestamp_get(void)
{ {
return rdtscll(); return rdtscll();
} }

View File

@ -145,5 +145,3 @@
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,

View File

@ -144,5 +144,3 @@
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,

View File

@ -145,5 +145,3 @@
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,

View File

@ -108,4 +108,3 @@
) { ) {
} }
} /* End _PR scope */ } /* End _PR scope */

View File

@ -80,4 +80,3 @@
) { ) {
} }
} /* End _PR scope */ } /* End _PR scope */

View File

@ -2,4 +2,3 @@ config CPU_AMD_SOCKET_939
bool bool
select CPU_AMD_MODEL_FXX select CPU_AMD_MODEL_FXX
select X86_AMD_FIXED_MTRRS select X86_AMD_FIXED_MTRRS

View File

@ -10,4 +10,3 @@ config CPU_SOCKET_TYPE
hex hex
default 0x11 default 0x11
depends on CPU_AMD_SOCKET_AM2 depends on CPU_AMD_SOCKET_AM2

View File

@ -9,4 +9,3 @@ config CPU_SOCKET_TYPE
hex hex
default 0x10 default 0x10
depends on CPU_AMD_SOCKET_F depends on CPU_AMD_SOCKET_F

View File

@ -368,4 +368,3 @@ __main:
post_code(POST_DEAD_CODE) post_code(POST_DEAD_CODE)
hlt hlt
jmp .Lhlt jmp .Lhlt

View File

@ -450,4 +450,3 @@ mtrr_table:
.word 0x208, 0x209, 0x20A, 0x20B .word 0x208, 0x209, 0x20A, 0x20B
.word 0x20C, 0x20D, 0x20E, 0x20F .word 0x20C, 0x20D, 0x20E, 0x20F
mtrr_table_end: mtrr_table_end:

View File

@ -9,4 +9,3 @@ config CPU_INTEL_NUM_FIT_ENTRIES
depends on CPU_INTEL_FIRMWARE_INTERFACE_TABLE depends on CPU_INTEL_FIRMWARE_INTERFACE_TABLE
help help
This option selects the number of empty entries in the FIT table. This option selects the number of empty entries in the FIT table.

View File

@ -318,4 +318,3 @@ mtrr_table:
.word 0x20C, 0x20D, 0x20E, 0x20F .word 0x20C, 0x20D, 0x20E, 0x20F
.word 0x210, 0x211, 0x212, 0x213 .word 0x210, 0x211, 0x212, 0x213
mtrr_table_end: mtrr_table_end:

View File

@ -293,4 +293,3 @@ mtrr_table:
.word 0x26B, 0x26C, 0x26D .word 0x26B, 0x26C, 0x26D
.word 0x26E, 0x26F .word 0x26E, 0x26F
mtrr_table_end: mtrr_table_end:

View File

@ -332,4 +332,3 @@ mtrr_table:
.word 0x20C, 0x20D, 0x20E, 0x20F .word 0x20C, 0x20D, 0x20E, 0x20F
.word 0x210, 0x211, 0x212, 0x213 .word 0x210, 0x211, 0x212, 0x213
mtrr_table_end: mtrr_table_end:

View File

@ -244,4 +244,3 @@ mtrr_table:
.word 0x208, 0x209, 0x20A, 0x20B .word 0x208, 0x209, 0x20A, 0x20B
.word 0x20C, 0x20D, 0x20E, 0x20F .word 0x20C, 0x20D, 0x20E, 0x20F
mtrr_table_end: mtrr_table_end:

View File

@ -24,4 +24,3 @@ config DCACHE_RAM_SIZE
hex hex
default 0x01000 default 0x01000
depends on CPU_INTEL_SLOT_2 depends on CPU_INTEL_SLOT_2

View File

@ -39,4 +39,3 @@ config DCACHE_RAM_SIZE
default 0x01000 default 0x01000
endif endif

View File

@ -29,4 +29,3 @@ config DCACHE_RAM_SIZE
default 0x4000 default 0x4000
endif # CPU_INTEL_SOCKET_MPGA604 endif # CPU_INTEL_SOCKET_MPGA604

View File

@ -39,4 +39,3 @@ SECTIONS
} }
#endif #endif
} }

View File

@ -275,4 +275,3 @@ __main:
post_code(POST_DEAD_CODE) post_code(POST_DEAD_CODE)
hlt hlt
jmp .Lhlt jmp .Lhlt

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