Gitiles
Code Review
Sign In
review.coreboot.org
/
seabios
/
b0d42bd03225ad61e5421e12b57f633f84637328
b0d42bd
Minor - comment updates in romlayout.S
by Kevin O'Connor
· 9 years ago
aa66d65
Use an aligned stack offset when entering on the extra stack
by Kevin O'Connor
· 9 years ago
b4eb6fc
vgabios: Add software cursor capability
by Kevin O'Connor
· 9 years ago
6fed307
vgabios: Support emulating text mode attributes while in graphics mode
by Kevin O'Connor
· 9 years ago
09ae7f1
Minor - move PORT_PS2_CTRLB from hw/ps2port.h to hw/timer.c
by Kevin O'Connor
· 9 years ago
09f876f
megasas: read addional PCI I/O bar
by Hannes Reinecke
· 9 years ago
8523016
Fix PNP regression introduced in 99cb8f3e due to missed conversion
by Kevin O'Connor
· 9 years ago
136d4ec
vgabios: Add support for reading framebuffer in "direct" mode
by Kevin O'Connor
· 9 years ago
12900b1
vgabios: Fill in available legacy modes in video_func_static at runtime
by Kevin O'Connor
· 9 years ago
6397790
vgabios: Move standard table definitions to std/vga.h
by Kevin O'Connor
· 9 years ago
c5acee4
vgabios: Only set the dcc_index=8 if stdvga ports are available
by Kevin O'Connor
· 9 years ago
5b89d95
vgabios: Only init BDA device details in init_bios_area()
by Kevin O'Connor
· 9 years ago
c9aecfc
vgabios: Refactor get/set_cursor_shape() code
by Kevin O'Connor
· 9 years ago
479fd72
vgabios: Set cursor shape fixes
by Kevin O'Connor
· 9 years ago
f4b1dbc
vgabios: Rename vbe_flags to flags
by Kevin O'Connor
· 9 years ago
7217ae7
vgabios: Don't pass vmode_g to vgafb_move_chars() / vgafb_clear_chars()
by Kevin O'Connor
· 9 years ago
f7f2263
vgabios: Cache a pointer to the current mode struct in the BDA
by Kevin O'Connor
· 9 years ago
9978d49
vgabios: Don't declare custom internal BDA storage in std/bda.h
by Kevin O'Connor
· 9 years ago
78c42e5
Remove unused macro ENTRY_ST
by Kevin O'Connor
· 9 years ago
99cb8f3
Do full BREGS backup/restore for pmm, pnp, and irqentry_extrastack
by Kevin O'Connor
· 9 years ago
46000f5
Create assembler macros for saving and restoring 'struct bregs'
by Kevin O'Connor
· 9 years ago
283ae1f
Don't clobber %ax on ENTRY_INTO32 macro
by Kevin O'Connor
· 9 years ago
cf43622
Use 32bit memcpy in int1587 when applicable
by Kevin O'Connor
· 9 years ago
54a1c6d
usb: Use usb_realloc_pipe for pipe alloc, update, and free.
by Kevin O'Connor
· 9 years ago
277ea6f
ehci: Export ehci_realloc_pipe() instead of ehci_alloc_pipe()
by Kevin O'Connor
· 9 years ago
2e0c2ea
ohci: Export ohci_realloc_pipe() instead of ohci_alloc_pipe()
by Kevin O'Connor
· 9 years ago
89452cc
uhci: Export uhci_realloc_pipe() instead of uhci_alloc_pipe()
by Kevin O'Connor
· 9 years ago
c427def
xhci: Change xhci_update_pipe() to xhci_realloc_pipe() and use for alloc too
by Kevin O'Connor
· 9 years ago
2bfd170
usb: Clarify usb freelist manipulations
by Kevin O'Connor
· 9 years ago
f332943
usb: Rename free_pipe() to usb_free_pipe()
by Kevin O'Connor
· 9 years ago
222bad4
usb: Rename send_default_control() to usb_send_default_control()
by Kevin O'Connor
· 9 years ago
674f140
usb: Rename findEndPointDesc() to usb_find_desc()
by Kevin O'Connor
· 9 years ago
98cdad3
usb: Rename usb_getFrameExp() to usb_get_period()
by Kevin O'Connor
· 9 years ago
20c9be3
usb: Rename ?hci_control() to ?hci_send_control()
by Kevin O'Connor
· 9 years ago
bfb7b58
Backup and restore a20 on call32_sloppy()
by Kevin O'Connor
· 9 years ago
341f8d9
Move a20 code from system.c and ps2port.h to x86.h
by Kevin O'Connor
· 9 years ago
55215cd
Implement call32 mechanism using SMIs.
by Kevin O'Connor
· 9 years ago
15721bf
Fully restore 16bit state during call16_sloppy()
by Kevin O'Connor
· 9 years ago
1188480
Break up call32() into call32() and call32_sloppy()
by Kevin O'Connor
· 9 years ago
2342129
Move call16() functions from romlayout.S to inline assembler in stacks.c
by Kevin O'Connor
· 9 years ago
eb88bf7
build: Support declaring 32bit C functions that must reside in the f-segment
by Kevin O'Connor
· 9 years ago
9984b9d
Update reset() to use call16_back()
by Kevin O'Connor
· 9 years ago
79c3ab3
Simplify farcall16 code
by Kevin O'Connor
· 9 years ago
dcacfa0
Track when entering via call32() and use the same mode for stack_hop_back()
by Kevin O'Connor
· 9 years ago
8056825
Update stack_hop_back() to jump to 16bit mode if called in 32bit mode.
by Kevin O'Connor
· 9 years ago
7e1baf2
Update invoke_mouse_handler() to use need_hop_back()
by Kevin O'Connor
· 9 years ago
fabc1b5
Add need_hop_back() call that determines if stack_hop_back is needed
by Kevin O'Connor
· 9 years ago
1389eee
Move stack hop code below call32/call16 code in stacks.c
by Kevin O'Connor
· 9 years ago
d5c6174
pmm: Fix entry point to support non-zero %ss
by Kevin O'Connor
· 9 years ago
1208543
Revert "Use the extra stack for 16bit USB and PS2 keyboard/mouse commands."
by Kevin O'Connor
· 9 years ago
67d1fbe
ehci: Fix bug in hub port assignment
by Kevin O'Connor
· 9 years ago
0f68130
usb: Perform device detect polling on all usb controllers.
by Kevin O'Connor
· 9 years ago
e2d6fdd
ehci: Stall uhci/ohci init only until default port routing is done.
by Kevin O'Connor
· 9 years ago
57e3401
ohci: Repeatedly poll for device detect for 100ms.
by Kevin O'Connor
· 9 years ago
6cd080a
uhci: Repeatedly poll for device detect for 100ms.
by Kevin O'Connor
· 9 years ago
dc6552c
xhci: Change xhci_hub_detect() to use connect status instead of link state.
by Kevin O'Connor
· 9 years ago
c001ed8
usb-hub: Enable power to all ports prior to calling usb_enumerate().
by Kevin O'Connor
· 9 years ago
5ac31b8
ehci: Move port power up from ehci_hub_detect() to check_ehci_ports().
by Kevin O'Connor
· 9 years ago
7fb82b7
xhci: Add xhci_check_ports() and xhci_free_pipes() functions.
by Kevin O'Connor
· 9 years ago
a76a4e1
xhci: Move root hub and setup code to top of file.
by Kevin O'Connor
· 9 years ago
c46f5a9
xhci: Use high memory instead of low memory for internal storage.
by Kevin O'Connor
· 9 years ago
b203013
xhci: Remove 16bit code wrappers.
by Kevin O'Connor
· 9 years ago
ab8ef4a
xhci: Call usb_desc2pipe() on xhci_update_pipe().
by Kevin O'Connor
· 9 years ago
0806e9e
usb: Fix usb_xfer_time() to work when called in 16bit mode.
by Kevin O'Connor
· 9 years ago
a2959d6
build: Update kconfig to version in Linux 3.16.
by Kevin O'Connor
· 9 years ago
a9f4816
Minor - remove stray tab from src/fw/smm.c.
by Kevin O'Connor
· 9 years ago
2e73b1d
acpi: use specified macro instead of magic-number
by zhanghailiang
· 9 years ago
e710447
boot: Change ":rom%d" boot order rom instance to ":rom%x"
by Kevin O'Connor
· 9 years ago
275672e
boot: Fix boot order for SCSI target, lun > 9
by Markus Armbruster
· 9 years ago
3aa31d7
hw/pci: reserve IO and mem for pci express downstream ports with no devices attached
by Marcel Apfelbaum
· 9 years ago
a932b90
vgabios: Fix broken build resulting from e5749978.
by Kevin O'Connor
· 9 years ago
68354a6
romlayout: Use "rep ; nop" not "rep nop".
by Ian Campbell
· 9 years ago
083ee29
ohci: Update usb command timeouts to use usb_xfer_time()
by Kevin O'Connor
· 9 years ago
b53fe2c
uhci: Update usb command timeouts to use usb_xfer_time()
by Kevin O'Connor
· 9 years ago
ab9d771
ehci: Update usb command timeouts to use usb_xfer_time()
by Kevin O'Connor
· 9 years ago
88fa227
xhci: Update the times for usb command timeouts.
by Kevin O'Connor
· 9 years ago
ffc0687
build: Minor - fix comments referring to old tools/ directory.
by Kevin O'Connor
· 9 years ago
ab482e0
build: Get fixed address variables from 32bit compile pass (not 16bit)
by Kevin O'Connor
· 9 years ago
38729bc
build: Only export needed fields in LayoutInfo in layoutrom.py.
by Kevin O'Connor
· 9 years ago
8216a47
build: Use fileid instead of category to write sections in layoutrom.py.
by Kevin O'Connor
· 9 years ago
e574997
build: Keep segmented sections separate until final link step.
by Kevin O'Connor
· 9 years ago
b40016f
build: Rework getRelocs() to use a hash instead of categories in layoutrom.py
by Kevin O'Connor
· 9 years ago
bf70fbf
build: Refactor findInit() function.
by Kevin O'Connor
· 9 years ago
ee95253
build: Use customized entry point for each type of build.
by Kevin O'Connor
· 9 years ago
c228d70
build: Refactor layoutrom.py gc() function.
by Kevin O'Connor
· 9 years ago
cc132ab
build: Extract section visiting logic in layoutrom.py.
by Kevin O'Connor
· 9 years ago
2634270
build: Remove unused function getSectionsStart() from layoutrom.py.
by Kevin O'Connor
· 9 years ago
43197a2
Abstract reset call (and possible 16bit mode switch) into reset() function.
by Kevin O'Connor
· 9 years ago
5438c8f
Remove the TODO file.
by Kevin O'Connor
· 9 years ago
d71d52b
Make sure handle_smi() and handle_smp() are compiled out if not enabled.
by Kevin O'Connor
· 9 years ago
67fd42c
vgabios: Use .code16 not .code16gcc
by David Woodhouse
· 9 years ago
5b22d93
romlayout: Use .code16 not .code16gcc
by David Woodhouse
· 9 years ago
04b531a
build: use -m16 where available instead of asm(".code16gcc")
by David Woodhouse
· 9 years ago
ec44fac
build: Avoid absolute paths during "whole-program" compiling.
by Kevin O'Connor
· 9 years ago
ca34ce5
Move most of the VAR16FIXED() defs to misc.c.
by Kevin O'Connor
· 9 years ago
e9eaaaf
Remove old Bochs bios fixed address string at 0xfff00.
by Kevin O'Connor
· 9 years ago
dd7527c
Don't enable thread preemption during S3 resume vga option rom execution.
by Kevin O'Connor
· 9 years ago
0673b78
smp: Replace QEMU SMP init assembler code with C; run only in 32bit mode.
by Kevin O'Connor
· 9 years ago
31bcda2
smm: Use a C struct to define the layout of the SMM area.
by Kevin O'Connor
· 9 years ago
f4c511c
smm: Replace SMI assembler code with C code.
by Kevin O'Connor
· 9 years ago
Next »