Gitiles
Code Review
Sign In
review.coreboot.org
/
seabios
/
ddbb6da35099f99edaad3ddad2a187591387925c
/
src
/
misc.c
d6728f3
add serial console support
by Gerd Hoffmann
· 4 years, 9 months ago
6bcacf7
Fix typos found by codespell
by Stefan Weil
· 7 years ago
ab482e0
build: Get fixed address variables from 32bit compile pass (not 16bit)
by Kevin O'Connor
· 8 years ago
ca34ce5
Move most of the VAR16FIXED() defs to misc.c.
by Kevin O'Connor
· 8 years ago
e9eaaaf
Remove old Bochs bios fixed address string at 0xfff00.
by Kevin O'Connor
· 8 years ago
6c68e7a
If an int 1587 call is made from an option rom, stay in bigreal mode.
by Kevin O'Connor
· 8 years ago
4ade523
Remove ioport.h; disperse its contents to other header files.
by Kevin O'Connor
· 9 years ago
2d2fa31
Move function definitions for output.c from util.h to new file output.h.
by Kevin O'Connor
· 9 years ago
3df600b
Move stacks.c definitions from util.h to new file stacks.h.
by Kevin O'Connor
· 9 years ago
fa9c66a
Rename util.c to string.c and introduce string.h.
by Kevin O'Connor
· 9 years ago
5d369d8
Move code centered around specific hardware devices to src/hw/
by Kevin O'Connor
· 9 years ago
aa7c234
PIC code cleanups.
by Kevin O'Connor
· 9 years ago
e52ad39
Use CONFIG_ prefix for Kconfig variables; use BUILD_ for others.
by Kevin O'Connor
· 9 years ago
f85e4bc
Calculate "RamSize" needed by 16bit interface dynamically.
by Kevin O'Connor
· 9 years ago
89a2f96
Convert VAR16VISIBLE, VAR16EXPORT, and VAR32VISIBLE to VARFSEG.
by Kevin O'Connor
· 9 years ago
3a735ba
The mathcp setup touches the PIC and thus move to the "setup" phase.
by Kevin O'Connor
· 9 years ago
02313b2
Add runningOnQEMU() and runningOnXen() for runtime platform detection.
by Kevin O'Connor
· 9 years ago
d83c87b
Normalize POST initialization function name suffixes.
by Kevin O'Connor
· 9 years ago
e51316d
Minor - remove CLEARBITS_BDA and SETBITS_BDA macros.
by Kevin O'Connor
· 10 years ago
1297e5d
Fix winxp boot regression introduced in ecdc655a.
by Kevin O'Connor
· 10 years ago
ecdc655
Run all hardware irq handlers on the extra stack.
by Kevin O'Connor
· 10 years ago
cc9e1bf
Add FUNC16() helper macro for converting a 16bit func to a segoff_s.
by Kevin O'Connor
· 12 years ago
ae6924d
Minor - introduce GDT_GRANLIMIT macro.
by Kevin O'Connor
· 12 years ago
0f78889
Avoid code addresses >64K in big real mode.
by Kevin O'Connor
· 12 years ago
643062f
Add int1589 support.
by Kevin O'Connor
· 12 years ago
1ca05b0
Be sure to add "void" to all function prototypes that take no args.
by Kevin O'Connor
· 12 years ago
ad90159
Enhance experimental option rom "threading" - enable preemption.
by Kevin O'Connor
· 13 years ago
372e071
Rename VAR16_32 to VAR16VISIBLE.
by Kevin O'Connor
· 13 years ago
eaa2e55
Add helper macros for defining GDT descriptors.
by Kevin O'Connor
· 13 years ago
0bf9270
Add Post Memory Manager (PMM) support.
by Kevin O'Connor
· 13 years ago
2929c35
Add malloc_high/fseg() and rework bios table creation to use them.
by Kevin O'Connor
· 13 years ago
75f49b3
Register int02 handler (nmi); disable NMI by default.
by Kevin O'Connor
· 13 years ago
e07e18e
Minor - rename BX_PANIC to panic.
by Kevin O'Connor
· 13 years ago
35ae726
Rename MAKE_FARPTR (and similar) to MAKE_FLATPTR.
by Kevin O'Connor
· 13 years ago
df2c19a
Reserve space for buffers in f-segment; don't allocate from freespace.
by Kevin O'Connor
· 13 years ago
3085376
Move variables from assembler to C code.
by Kevin O'Connor
· 13 years ago