This website requires JavaScript.
Explore
Help
Sign In
openbios
/
openfirmware
Watch
1
Star
0
Fork
0
You've already forked openfirmware
mirror of
https://github.com/openbios/openfirmware.git
synced
2025-05-09 00:21:49 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
openfirmware
/
ofw
History
Mitch Bradley
152e4b9cc7
Added a bunch of PReP stuff
...
git-svn-id: svn://coreboot.org/openfirmware@3738 1552c027-8020-0410-b4b5-a757f869b4ce
2014-09-02 21:07:35 +00:00
..
confvar
Core - Converted config-int, chosen-int, chosen-value, and chosen-variable to cell size intead of explicit 32-bit. Those values often contain pointers that need the full width of the processors native cell size, and represent dynamically-determined information that does not need portability across processor types. Property values in the device description portion of the device tree remain as explicit 32-bit chunks. The OFW client library code needs to be changed accordingly, but has not yet been changed.
2012-03-26 17:35:34 +00:00
core
core - use initial values from a current instance package if there is one, fixes clearing of display on subsequent select, caused by my-termemu not persisting, fixes OLPC
#12765
, thanks to Mitch Bradley.
2014-03-20 04:06:05 +00:00
disklabel
disklabel - abort open if the partition has a type for a filesystem that is not present in the build. Fixes failure to boot when an NTFS filesystem is present on an unsecured system. OLPC
#12678
.
2013-05-16 05:00:21 +00:00
elf
Initial revision
2006-11-13 09:53:03 +00:00
fcode
Added a FirmWorks-specific extension FCode "us" for microsecond-granularity delays.
2011-10-11 18:17:44 +00:00
fs
Added a bunch of PReP stuff
2014-09-02 21:07:35 +00:00
gui
GUI - Fixed bug introduced by recent mouse/touchscreen/pointer revamp. menu was broken on systems without a touchscreen.
2012-03-28 06:06:20 +00:00
help
Initial revision
2006-11-13 09:53:03 +00:00
inet
OLPC - ntp-set-clock did leave device open if name lookup failed,
fixes
#12735
2013-08-14 09:09:24 +00:00
inetv6
Changed OFW core code to allow phandle values to be origin-relative addresses instead of absolute (possibly run-time-relocated) addresses, thus making it much easier to encode phandle values in properties built at compile time.
2012-06-29 20:46:30 +00:00
linux
Initial revision
2006-11-13 09:53:03 +00:00
ppp
Added 32-bit disclaimer in ofw/ppp/md5.fth
2009-04-06 03:01:41 +00:00
termemu
Terminal Emulator - reset colour on <ESC>[m, adopt ECMA-48 SGR semantics, as used by VT100, Linux console, xterm, and other emulators.
2012-02-15 00:27:00 +00:00
tokenizer
Tokenizer - added some aliases that are useful for debugging and testing.
2013-03-25 22:56:58 +00:00
wifi
OLPC XO-1.5 XO-1.75 XO-4 - restore four game key reflash over HTTP, by doing a redundant scan for the OLPC-NANDblaster SSID before handing control to NANDblaster,
fixes
#12740
. Due to r3701, active scan for transmitting laptop became unreliable probably because of the lack of air time, so switch to a passive scan, and increase passive scan to cover two beacons.
2013-08-29 06:17:10 +00:00