Gitiles
Code Review
Sign In
review.coreboot.org
/
seabios
/
7fc039e9c262b4199fab497f3e12f4e425c37560
/
Makefile
3bbd11f
pci: remove old pci initilaization code
by Gerd Hoffmann
· 13 years ago
e434e31
Fix compile error - remove bmp.c from being compiled twice.
by Kevin O'Connor
· 13 years ago
5042ca5
Add an option to let seabios show BMP file as a logo.
by Wayne Xia
· 13 years ago
6e4583c
Remove dev-i440fx.c/h - move code closer to its callers.
by Kevin O'Connor
· 13 years ago
74c7878
Add support for use as Xen HVM BIOS.
by Ian Campbell
· 13 years ago
1442c31
Move support for copying out BIOS tables into its own file.
by Ian Campbell
· 13 years ago
626416e
Check for broken LD that ships with Ubuntu 11.04.
by Kevin O'Connor
· 13 years ago
fb2f10d
Prep version for next release.
by Kevin O'Connor
· 14 years ago
f18b09b
Update version to 0.6.2
by Kevin O'Connor
· 14 years ago
rel-0.6.2
3dba4c2
Support non-local build directory - allow "make OUT=abc/" to work.
by Kevin O'Connor
· 14 years ago
42d9771
The vgabios build must depend on autoconf.h.
by Kevin O'Connor
· 14 years ago
32aa9f3
fix parallel compilation of SeaBIOS
by Stefan Reinauer
· 14 years ago
713be89
Start using Kconfig to configure SeaBIOS settings.
by Kevin O'Connor
· 14 years ago
0da7bfd
Build changes for Linux kconfig code to work in seabios dir structure.
by Kevin O'Connor
· 14 years ago
311f887
Minor build fixes.
by Kevin O'Connor
· 14 years ago
d52fdf6
add ahci support
by Gerd Hoffmann
· 14 years ago
58a38e8
pci: introduce pci_region to manage pci io/memory/prefmemory regions.
by Isaku Yamahata
· 14 years ago
244caf8
Try to hard-reboot on rerun of post even on emulators.
by Kevin O'Connor
· 14 years ago
d9c916e
Prep version for next release.
by Kevin O'Connor
· 14 years ago
0ff9051
Update version to 0.6.1
by Kevin O'Connor
· 14 years ago
rel-0.6.1
0d6b8d5
seabios: pciinit: use pci device initializer helper function.
by Kevin O'Connor
· 14 years ago
afbed1b
Initial bootsplash support.
by Kevin O'Connor
· 14 years ago
12cbb43
seabios: remove iasl output file when error.
by Isaku Yamahata
· 14 years ago
9c447c3
Allow wait_irq to be called in 32bit code.
by Kevin O'Connor
· 14 years ago
89acfa3
Support for booting from virtio disks
by Gleb Natapov
· 14 years ago
9ba1dea
Simplify build by manually resolving external symbols in layoutrom.py.
by Kevin O'Connor
· 14 years ago
ba28541
Prep version for next release.
by Kevin O'Connor
· 14 years ago
12bffd5
Update version to 0.6.0.
by Kevin O'Connor
· 14 years ago
rel-0.6.0
d705e5a
Disable inlining on old compilers.
by Kevin O'Connor
· 14 years ago
190cc62
Add USB EHCI controller support.
by Kevin O'Connor
· 15 years ago
3b79f8b
Only compile usb-hub.c and paravirt.c with 32bit code.
by Kevin O'Connor
· 15 years ago
7149fc8
Initial support for booting from USB drives.
by Kevin O'Connor
· 15 years ago
76977b2
Move common "command data block" functions to new file blockcmd.c.
by Kevin O'Connor
· 15 years ago
54671c1
Initial support for USB hubs.
by Kevin O'Connor
· 15 years ago
6fc91b2
Prep version for next release.
by Kevin O'Connor
· 15 years ago
5da6833
Update version to 0.5.1
by Kevin O'Connor
· 15 years ago
rel-0.5.1
f9b25d3
Fix vgahook sign issue; add warning to build to catch future cases.
by Kevin O'Connor
· 15 years ago
1ca05b0
Be sure to add "void" to all function prototypes that take no args.
by Kevin O'Connor
· 15 years ago
c003148
Implement native 32bit APM support.
by Kevin O'Connor
· 15 years ago
871e0a0
Add support for 32bit PCI BIOS entry.
by Kevin O'Connor
· 15 years ago
52a300f
Introduce MODESEGMENT define; rename VISIBLE32 to VISIBLE32FLAT.
by Kevin O'Connor
· 15 years ago
a2195e4
Increase version in preparation for next release.
by Kevin O'Connor
· 15 years ago
494302f
Update version to 0.5.0.
by Kevin O'Connor
· 15 years ago
rel-0.5.0
ad90159
Enhance experimental option rom "threading" - enable preemption.
by Kevin O'Connor
· 15 years ago
7cefbfa
Move stack manipulation code from util.c to new file stacks.c.
by Kevin O'Connor
· 15 years ago
3a337b2
Reorder source code to work around weird -combine issue.
by Kevin O'Connor
· 15 years ago
59f0283
Add stubs for USB OHCI support.
by Kevin O'Connor
· 15 years ago
d91f9d4
Add rule to compile DSDT to make file.
by Kevin O'Connor
· 15 years ago
e7cc764
Move qemu config code from smbios.c to its own files. Add support for
by Kevin O'Connor
· 15 years ago
114592f
Initial support for USB, UHCI, and USB Keyboards.
by Kevin O'Connor
· 15 years ago
5b8f809
Allow rom to grow beyond 64K.
by Kevin O'Connor
· 15 years ago
141436b
Prep version id for next release.
by Kevin O'Connor
· 15 years ago
56629e7
Note version 0.4.2.
by Kevin O'Connor
· 15 years ago
rel-0.4.2
a3855ad
Add support for using floppy images in CBFS.
by Kevin O'Connor
· 15 years ago
c892b13
Separate ATA code from generic disk code.
by Kevin O'Connor
· 15 years ago
c95d2ce
Add auto-generated version info to each build.
by Kevin O'Connor
· 15 years ago
e54ee38
Add PMM stubs.
by Kevin O'Connor
· 15 years ago
22e1b91
Expand int155f "vgahook" detection.
by Kevin O'Connor
· 15 years ago
e6caca8
Minor - clarify intermediate object file names.
by Kevin O'Connor
· 15 years ago
5c3f5dd
Don't use "objcopy --extract-symbol" - old binutils don't have that option.
by Kevin O'Connor
· 15 years ago
e97ca7b
Forward port bochs smp changes; rename smpdetect.c to smp.c.
by Kevin O'Connor
· 15 years ago
d82a1ca
Avoid makefile "else ifeq" syntax - old versions don't support it.
by Kevin O'Connor
· 15 years ago
0942e7f
Avoid -fwhole-program on broken gcc instead of stopping build.
by Kevin O'Connor
· 15 years ago
942d495
Add support for gcc v3.x compilers.
by Kevin O'Connor
· 15 years ago
c069394
Do garbage collection of unused sections.
by Kevin O'Connor
· 15 years ago
7173f6f
Keep relocated 16bit code so checkstack can use it.
by Kevin O'Connor
· 15 years ago
1445843
Eliminate "_code32_" prefix on 32bit symbols referenced from 16bit code.
by Kevin O'Connor
· 15 years ago
8d8e094
VGA: Commit missing change to Makefile.
by Kevin O'Connor
· 15 years ago
1f2c307
Add initial port of the "open source vga bios" project.
by Kevin O'Connor
· 15 years ago
592323f
Add LZMA decompression support to CBFS.
by Kevin O'Connor
· 15 years ago
d944114
Fixup previous memcpy optimization.
by Kevin O'Connor
· 15 years ago
b49e058
Turn off new gcc tree-switch-conversion option in 16bit mode.
by Kevin O'Connor
· 15 years ago
7cf17f2
Rework linker scripts so they work on new version of ld.
by Kevin O'Connor
· 15 years ago
03f630e
Expand gcc tests.
by Kevin O'Connor
· 15 years ago
9f4e1d9
Reorganize boot code.
by Kevin O'Connor
· 16 years ago
231f710
Enhance makefile to autodetect if AVOIDCOMBINE is needed.
by Kevin O'Connor
· 16 years ago
3085376
Move variables from assembler to C code.
by Kevin O'Connor
· 16 years ago
711ddc6
Try to automatically fit sections into open spaces in the fixed area.
by Kevin O'Connor
· 16 years ago
202024a
Layout fixed area using linker instead of assembler.
by Kevin O'Connor
· 16 years ago
b1b7c2a
Change license from GPLv3 to LGPLv3.
by Kevin O'Connor
· 16 years ago
7061eb6
Initial KVM support.
by Kevin O'Connor
· 16 years ago
7bb3253
Silence the strict-aliasing warnings that older compilers emit.
by Kevin O'Connor
· 16 years ago
9646224
Tune gcc stack growth parameter.
by Kevin O'Connor
· 16 years ago
92f95b0
Add more linker protections around variables accessed from 16bit mode.
by Kevin O'Connor
· 16 years ago
51358db
Move pir table offset from ebda to a global variable.
by Kevin O'Connor
· 16 years ago
0c3068d
Initial PnP bios call support.
by Kevin O'Connor
· 16 years ago
18e38b2
Improve support for old 16bit resume handlers.
by Kevin O'Connor
· 16 years ago
a06bfb6
Execute smp detect code in place instead of copying it.
by Kevin O'Connor
· 16 years ago
9e82122
Makefile cleanups.
by Kevin O'Connor
· 16 years ago
952974e
Add tool for generating assembler offset definition file.
by Kevin O'Connor
· 16 years ago
d9a8b2d
Cleanup a20 code.
by Kevin O'Connor
· 16 years ago
1b7d884
Support .bss variables in 16bit code (ones that the 32bit code can set).
by Kevin O'Connor
· 16 years ago
2fc90bd
Be sure to define defaults for NM,STRIP,OBJCOPY in Makefile.
by Kevin O'Connor
· 16 years ago
86cebee
Fix cross compilation issues of seabios
by Kevin O'Connor
· 16 years ago
714325c
Separate out and enhance option rom scanning code.
by Kevin O'Connor
· 16 years ago
cbffa8e
Add stubs for VIA vga bios callbacks to system bios.
by Kevin O'Connor
· 16 years ago
c43bcba
Don't allow CFLAGS to be set from commandline.
by Kevin O'Connor
· 16 years ago
ae8be53
Remove vgahooks.c from Makefile.
by Kevin O'Connor
· 16 years ago
3b89719
Rewrite ps2 port (keyboard/mouse) handling.
by Kevin O'Connor
· 16 years ago
7ab798f
Always define macro MODE16 - that way it can be used in C conditionals.
by Kevin O'Connor
· 16 years ago
Next »