|
|
|
@3749
|
[3749]
|
2 months |
jcrouse |
Signed-off-by: Robert Millan <rmh@…>
Acked-by: Jordan Crouse …
|
|
|
|
@3744
|
[3744]
|
2 months |
jcrouse |
[PATCH] coreinfo: Add multiboot parsing support
Rename the "coreboot" …
|
|
|
|
@3621
|
[3621]
|
3 months |
stuge |
Do not try to display non-printable characters on the bootlog and
ramdump …
|
|
|
|
@3599
|
[3599]
|
4 months |
jcrouse |
Fix overflow in modwin erase. Do not refresh modwin yet, since it is …
|
|
|
|
@3566
|
[3566]
|
4 months |
stepan |
define array size in a single place (trivial)
Signed-off-by: Stefan …
|
|
|
|
@3508
|
[3508]
|
5 months |
stepan |
off by 1. (trivial)
Signed-off-by: Stefan Reinauer …
|
|
|
|
@3507
|
[3507]
|
5 months |
stepan |
commit real fix to pci module of coreinfo (trivial)
Signed-off-by: Stefan …
|
|
|
|
@3501
|
[3501]
|
5 months |
jcrouse |
This patch updates coreinfo to use the ACS_ macros for line graphics.
…
|
|
|
|
@3492
|
[3492]
|
5 months |
stuge |
Fix garbage characters on screen. mvwaddch inserts one character,
not a …
|
|
|
|
@3490
|
[3490]
|
5 months |
stepan |
i messed this up.
Signed-off-by: Stefan Reinauer <stepan@…> …
|
|
|
|
@3489
|
[3489]
|
5 months |
stepan |
compile fix (trivial)
Signed-off-by: Stefan Reinauer …
|
|
|
|
@3487
|
[3487]
|
5 months |
stepan |
fix some more warnings.
Signed-off-by: Stefan Reinauer …
|
|
|
|
@3486
|
[3486]
|
5 months |
stepan |
fix warnings when starting make menuconfig
(trivial)
Signed-off-by: …
|
|
|
|
@3484
|
[3484]
|
5 months |
uwe |
Drop useless .gitignore files.
Signed-off-by: Uwe Hermann …
|
|
|
|
@3479
|
[3479]
|
5 months |
stepan |
Add a full set of pci access functions.
Signed-off-by: Stefan Reinauer …
|
|
|
|
@3477
|
[3477]
|
5 months |
stepan |
fix cross compilationor libpayload / coreinfo by honoring
the setting of …
|
|
|
|
@3476
|
[3476]
|
5 months |
uwe |
Cosmetic fixes (trivial).
Signed-off-by: Uwe Hermann <uwe@…> …
|
|
|
|
@3475
|
[3475]
|
5 months |
stepan |
fix make menuconfig if no libintl.h is found. (trivial)
Signed-off-by: …
|
|
|
|
@3472
|
[3472]
|
5 months |
uwe |
Move out some hardcoded strings in coreinfo to become Kconfig variables. …
|
|
|
|
@3471
|
[3471]
|
5 months |
uwe |
Remove duplicated code which is already in libpayload (trivial). …
|
|
|
|
@3427
|
[3427]
|
6 months |
uwe |
Random coding style fixes and simplifications (trivial).
This will even …
|
|
|
|
@3419
|
[3419]
|
6 months |
uwe |
Add a coreinfo module which can hexdump arbitrary RAM regions and
allows …
|
|
|
|
@3371
|
[3371]
|
7 months |
jcrouse |
coreinfo: Enable serial support
Remove the lines preventing serial + …
|
|
|
|
@3355
|
[3355]
|
8 months |
jcrouse |
coreinfo: Specify a name, listname and desc item for coreinfo
These …
|
|
|
|
@3342
|
[3342]
|
8 months |
uwe |
Add KEY_ESC (trivial).
Signed-off-by: Uwe Hermann <uwe@…> …
|
|
|
|
@3340
|
[3340]
|
8 months |
jcrouse |
coreinfo: Use the ESC key to exit the payload
Enable the ESC key to …
|
|
|
|
@3339
|
[3339]
|
8 months |
jcrouse |
coreinfo: Fix the subwindow refresh based on the libpayload changes
…
|
|
|
|
@3297
|
[3297]
|
8 months |
uwe |
Quickfix to repair 'make clean; make menuconfig' (trivial).
…
|
|
|
|
@3289
|
[3289]
|
8 months |
jcrouse |
coreinfo: Add a module for browsing the boot LAR
Signed-off-by: Jordan …
|
|
|
|
@3286
|
[3286]
|
8 months |
jcrouse |
coreinfo: Show the current time and date in the menu
Signed-off-by: …
|
|
|
|
@3285
|
[3285]
|
8 months |
jcrouse |
We were in the risk of running out of space in the option menu at
the …
|
|
|
|
@3284
|
[3284]
|
8 months |
jcrouse |
The previous commit had more in it then I wanted - so I am reverting
this …
|
|
|
|
@3283
|
[3283]
|
8 months |
jcrouse |
coreinfo: Move the rdtsc.h include into the #ifdef CONFIG_MODULE_CPUINFO
…
|
|
|
|
@3247
|
[3247]
|
9 months |
uwe |
Add support for a 'bootlog' module to coreinfo.
It displays the coreboot …
|
|
|
|
@3246
|
[3246]
|
9 months |
uwe |
Show index numbers in the NVRAM dump, similar to the PCI config space …
|
|
|
|
@3228
|
[3228]
|
9 months |
jcrouse |
coreinfo: Make coreinfo use the gcc-wrappers from libpayload
…
|
|
|
|
@3216
|
[3216]
|
9 months |
uwe |
Fix the case where the user selects no modules in Kconfig at all.
Until …
|
|
|
|
@3214
|
[3214]
|
9 months |
uwe |
Document a rough estimate of how much space in the ELF file each of the …
|
|
|
|
@3211
|
[3211]
|
9 months |
uwe |
Doing another 'make' after a 'make clean' was broken until now. Fix it
by …
|
|
|
|
@3203
|
[3203]
|
9 months |
uwe |
Add support for an "NVRAM Dump" screen in coreinfo (optional), as well as …
|
|
|
|
@3191
|
[3191]
|
10 months |
uwe |
Various tiny fixes (trivial):
- Show PCI IDs as 4-digit numbers always.
…
|
|
|
|
@3188
|
[3188]
|
10 months |
uwe |
Add a recent kconfig version to coreinfo, in order to make the
supported …
|
|
|
|
@3187
|
[3187]
|
10 months |
uwe |
Make functions static (where possible) to reduce code size (trivial). …
|
|
|
|
@3181
|
[3181]
|
10 months |
uwe |
Smaller fixes to allow using -Wall (trivial).
Signed-off-by: Uwe Hermann …
|
|
|
|
@3176
|
[3176]
|
10 months |
uwe |
Add -Os to the CFLAGS for size improvements.
Signed-off-by: Jordan Crouse …
|
|
|
|
@3174
|
[3174]
|
10 months |
uwe |
Cosmetic changes and coding style fixes by running 'indent', with some …
|
|
|
|
@3173
|
[3173]
|
10 months |
jcrouse |
corinfo: Inital release of the coreinfo code
This is the intial release …
|