|
|
|
@3749
|
[3749]
|
10 days |
jcrouse |
Signed-off-by: Robert Millan <rmh@…>
Acked-by: Jordan Crouse …
|
|
|
|
@3748
|
[3748]
|
10 days |
jcrouse |
Signed-off-by: Robert Millan <rmh@…>
Acked-by: Jordan Crouse …
|
|
|
|
@3744
|
[3744]
|
10 days |
jcrouse |
[PATCH] coreinfo: Add multiboot parsing support
Rename the "coreboot" …
|
|
|
|
@3743
|
[3743]
|
10 days |
jcrouse |
[PATCH] Add sysinfo_have_multiboot function
Add a new infrastructure for …
|
|
|
|
@3735
|
[3735]
|
2 weeks |
stuge |
Update bayou to use ACS_ macros for line drawing characters.
…
|
|
|
|
@3720
|
[3720]
|
3 weeks |
uwe |
Get the lzma/ directory from v3 via svn:externals, for use with Bayou.
…
|
|
|
|
@3719
|
[3719]
|
3 weeks |
uwe |
Import a slightly modified Bayou version into svn. This is based
on the …
|
|
|
|
@3691
|
[3691]
|
4 weeks |
oxygene |
make escape code handling for serial terminal more robust
Signed-off-by: …
|
|
|
|
@3686
|
[3686]
|
4 weeks |
jcrouse |
Fix ordering problem in the libpayload Makefile. The include of
'include …
|
|
|
|
@3685
|
[3685]
|
4 weeks |
stepan |
add multiboot support to defconfig (trivial)
Signed-off-by: Stefan …
|
|
|
|
@3684
|
[3684]
|
4 weeks |
stepan |
ouch. something went wrong with applying that old patch
Signed-off-by: …
|
|
|
|
@3683
|
[3683]
|
4 weeks |
stepan |
This has been sitting here since a looong time.
* allow versions of …
|
|
|
|
@3681
|
[3681]
|
4 weeks |
jcrouse |
[PATCH] fix video console init
Move console_add_output-driver() inside …
|
|
|
|
@3679
|
[3679]
|
5 weeks |
oxygene |
This patch removes most of the #ifdefs in libc/console.c, and
replaces it …
|
|
|
|
@3677
|
[3677]
|
5 weeks |
jcrouse |
[PATCH] libpayload: Fix overflow in _delay function
On faster machines, …
|
|
|
|
@3676
|
[3676]
|
5 weeks |
jcrouse |
[PATCH] libpayload: Add a strtoul() function
Signed-off-by: Jordan …
|
|
|
|
@3675
|
[3675]
|
5 weeks |
jcrouse |
[PATCH] libpayload: Bail if the keyboard controller isn't there
If the …
|
|
|
|
@3674
|
[3674]
|
5 weeks |
jcrouse |
[PATCH] libpayload: Fix the PCI search function
Remove a possiblity for …
|
|
|
|
@3673
|
[3673]
|
5 weeks |
jcrouse |
[PATCH] libpayload: Add multiboot support
Make libpayload applications …
|
|
|
|
@3672
|
[3672]
|
5 weeks |
jcrouse |
[PATCH] libpayload: Add pci_set_bus_master() function
Allow the payload …
|
|
|
|
@3671
|
[3671]
|
5 weeks |
jcrouse |
[PATCH] libpayload: Use gcc to compile assembly files
Using gcc to …
|
|
|
|
@3662
|
[3662]
|
5 weeks |
oxygene |
- reduced memory requirements a lot (from >100kb/controller to
…
|
|
|
|
@3642
|
[3642]
|
6 weeks |
jcrouse |
libpayload: Rename Geode video driver to Geode LX video driver.
This is …
|
|
|
|
@3641
|
[3641]
|
6 weeks |
oxygene |
move variable declaration to where it is used, to prevent gcc failure. …
|
|
|
|
@3621
|
[3621]
|
8 weeks |
stuge |
Do not try to display non-printable characters on the bootlog and
ramdump …
|
|
|
|
@3611
|
[3611]
|
8 weeks |
stepan |
accidently backed out r3598. Sorry Ulf, will pay more attention next time. …
|
|
|
|
@3609
|
[3609]
|
8 weeks |
stepan |
add svn:ignore for temporary files and directories. (trivial)
…
|
|
|
|
@3608
|
[3608]
|
8 weeks |
stepan |
* Add strsep (since strtok is considered obsolete)
* add a bunch of string …
|
|
|
|
@3607
|
[3607]
|
8 weeks |
stepan |
Use a block cursor on VGA console :-)
Signed-off-by: Stefan Reinauer …
|
|
|
|
@3606
|
[3606]
|
8 weeks |
stepan |
fix option handling in libpayload
Signed-off-by: Stefan Reinauer …
|
|
|
|
@3605
|
[3605]
|
8 weeks |
stepan |
* add keyboard layout support to libpayload
* add a reset handler …
|
|
|
|
@3604
|
[3604]
|
8 weeks |
stepan |
* factor out serial hardware init
* add reverse color support for serial
* …
|
|
|
|
@3601
|
[3601]
|
8 weeks |
stepan |
Add default config file to libpayload so that one can do make defconfig …
|
|
|
|
@3599
|
[3599]
|
2 months |
jcrouse |
Fix overflow in modwin erase. Do not refresh modwin yet, since it is …
|
|
|
|
@3598
|
[3598]
|
2 months |
jcrouse |
Adjust width of stdscr to exactly SCREEN_X. This fixes alignment issues …
|
|
|
|
@3592
|
[3592]
|
2 months |
oxygene |
1.
Preset CC to gcc in Makefile. There are some $(shell $(CC) ...) …
|
|
|
|
@3581
|
[3581]
|
2 months |
stepan |
fix regression in libpayload introduced by merge of the keyboard drivers. …
|
|
|
|
@3580
|
[3580]
|
2 months |
oxygene |
- unify keycodes for non-ASCII keys by using curses' codes and labels
- …
|
|
|
|
@3579
|
[3579]
|
2 months |
stepan |
This patch adds damage detection to libpayload's tinycurses. This …
|
|
|
|
@3578
|
[3578]
|
2 months |
stepan |
* Implement scrolling in tinycurses
* Fix an off by one bug
…
|
|
|
|
@3576
|
[3576]
|
2 months |
oxygene |
makes cursorx and cursory signed, as there
are several "if (cursorx < 0)" …
|
|
|
|
@3575
|
[3575]
|
2 months |
jcrouse |
Fix the USB code to find the headers after they were moved.
…
|
|
|
|
@3574
|
[3574]
|
2 months |
jcrouse |
Move the USB header files to a common location for install
purposes.
…
|
|
|
|
@3568
|
[3568]
|
3 months |
jcrouse |
Add editing keypad keys and the missing F11 key to the curses serial
input …
|
|
|
|
@3566
|
[3566]
|
3 months |
stepan |
define array size in a single place (trivial)
Signed-off-by: Stefan …
|
|
|
|
@3565
|
[3565]
|
3 months |
stuge |
Make the serial output driver 8 bit clean. Remove …
|
|
|
|
@3561
|
[3561]
|
3 months |
jcrouse |
Add support for curses color output over serial.
Note that the sequence …
|
|
|
|
@3560
|
[3560]
|
3 months |
oxygene |
This patch adds USB capabilities to libpayload. It requires some
memalign …
|
|
|
|
@3559
|
[3559]
|
3 months |
oxygene |
Add memalign(align, size).
Signed-off-by: Patrick Georgi …
|
|
|
|
@3558
|
[3558]
|
3 months |
stepan |
The keyboard driver mixed up the key press/release events for the
special …
|
|
|
|
@3555
|
[3555]
|
3 months |
uwe |
Various Doxygen-related fixes in libpayload (trivial).
- Drop all …
|
|
|
|
@3554
|
[3554]
|
3 months |
stepan |
fix typo
Signed-off-by: Paul Menzel <paulepanter@…> …
|
|
|
|
@3553
|
[3553]
|
3 months |
jcrouse |
[PATCH]: libpayload: Document time functions
No code changes.
…
|
|
|
|
@3552
|
[3552]
|
3 months |
jcrouse |
[PATCH]: libpayload: Document the architecture specific routines
No code …
|
|
|
|
@3551
|
[3551]
|
3 months |
jcrouse |
[PATCH]: libpayload: change the type of the cpu_khz variable
This makes …
|
|
|
|
@3550
|
[3550]
|
3 months |
jcrouse |
[PATCH]: libpayload: Document readline
No code changes.
Signed-off-by: …
|
|
|
|
@3549
|
[3549]
|
3 months |
jcrouse |
[PATCH]: libpayload: Document include/libpayload.h
No code changes.
…
|
|
|
|
@3548
|
[3548]
|
3 months |
jcrouse |
[PATCH]: Libpayload: Remove static variables from the doxygen output
No …
|
|
|
|
@3545
|
[3545]
|
3 months |
jcrouse |
libpayload: Expand doxygen definitions
Expand libpayload.h to include a …
|
|
|
|
@3544
|
[3544]
|
3 months |
stepan |
fix libpayload build dependencies (trivial)
Signed-off-by: Stefan …
|
|
|
|
@3540
|
[3540]
|
3 months |
uwe |
Add a Doxygen config file and a Makefile target 'doxy' or 'doxygen' which …
|
|
|
|
@3539
|
[3539]
|
3 months |
stepan |
fix string function prototypes in libpayload according to sysv/4.3bsd. …
|
|
|
|
@3538
|
[3538]
|
3 months |
uwe |
Fix some Doxygen warnings and/or typos (trivial).
Signed-off-by: Uwe …
|
|
|
|
@3537
|
[3537]
|
3 months |
stepan |
How could -ffreestanding slip through here. Required because libpayload is …
|
|
|
|
@3533
|
[3533]
|
3 months |
stepan |
A missing semicolon prevents libpayload to compile, this patch fixes that. …
|
|
|
|
@3527
|
[3527]
|
3 months |
stepan |
trivial fix for memcpy return code in case someone uses it.
Thanks to Ulf …
|
|
|
|
@3525
|
[3525]
|
3 months |
stepan |
misc fixes:
* give struct memrange a name
* add explicit cast. …
|
|
|
|
@3524
|
[3524]
|
3 months |
stepan |
make all drivers relocatable. Per default, an 1:1 mapping is assumed. …
|
|
|
|
@3523
|
[3523]
|
3 months |
stepan |
* add readline()
* add fatal()
Signed-off-by: Stefan Reinauer …
|
|
|
|
@3522
|
[3522]
|
3 months |
stepan |
* add readline()
* add fatal()
Signed-off-by: Stefan Reinauer …
|
|
|
|
@3521
|
[3521]
|
3 months |
stepan |
replace static functions by macros, because otherwise every unused …
|
|
|
|
@3520
|
[3520]
|
3 months |
stepan |
add functions to query cursor position to video layer
Signed-off-by: …
|
|
|
|
@3519
|
[3519]
|
3 months |
stepan |
libpayload: Fix the memcpy functions
There was a bit of confusion in …
|
|
|
|
@3518
|
[3518]
|
3 months |
stepan |
fix typo in ctype.c
Signed-off-by: Stefan Reinauer …
|
|
|
|
@3517
|
[3517]
|
3 months |
jcrouse |
Add a kconfig option to choose between outputing ACS characters or
their …
|
|
|
|
@3516
|
[3516]
|
3 months |
jcrouse |
Fix tinycurses color output on the VGA console.
The CGA compatible 16 …
|
|
|
|
@3515
|
[3515]
|
3 months |
uwe |
Add more information to the libpayload README (trivial).
Signed-off-by: …
|
|
|
|
@3513
|
[3513]
|
3 months |
stepan |
add block io functions
Signed-off-by: Stefan Reinauer …
|
|
|
|
@3512
|
[3512]
|
3 months |
stepan |
trivial fix: ipchksum takes an unspecified input blob, not explicitly a …
|
|
|
|
@3510
|
[3510]
|
3 months |
stepan |
* fix memory allocator bug that lead to freelist corruption on the first …
|
|
|
|
@3508
|
[3508]
|
3 months |
stepan |
off by 1. (trivial)
Signed-off-by: Stefan Reinauer …
|
|
|
|
@3507
|
[3507]
|
3 months |
stepan |
commit real fix to pci module of coreinfo (trivial)
Signed-off-by: Stefan …
|
|
|
|
@3506
|
[3506]
|
3 months |
stepan |
add PCI_BUS macro (trivial)
Signed-off-by: Stefan Reinauer …
|
|
|
|