index
:
riscv-gnu-toolchain/qemu/roms/ipxe.git
8021x
8d337ec
HEAD
acpimac
aenq
aqc1xx
armlinux
asn1fix
assert
autoexec_pxe
autoexecpath
autovlan
bigint_output_constraints
cached_proxydhcp
cachedhcp
cc
centos7
ci
cleardhcp
cookie
coverity_scan
dell3440b
des
determinism
dhcpnak
dns_primary
edk2
efi_watchdog
efibridge
eficmdline
eficompress
efiinitrd
efiset
efivars
efivars2
efivlan
eisa
ena
entropy
esx
fix486
flr
freebsd
fxsr
gcc12
gcmassert
guid
hackesp
hermon_link_poll
hermon_reset
hwmac
hyperv
imagecmdline
imgextract
initrd
interpreter
ioactive
iscsicap
issue123
itautec
kexec
kexec2
kexec3
keyvals
letsencrypt
lldp
loong64
loongarch64
mac_passthru
master
mschapv2
mtureset
mult
naptest
netidx
netstate
nodejs
noinitrd
nosyslinux
ntpsetting
opsize
params
peerdisc_recent
peerdist
pkcs8
pkgcache
processorbind
pxemenuscroll
rdrand
realtek_hack
riscv64
rndis_padding
rpl
rtlvlan
sbat
sepcode
shim
shim2
shim3
shim4
shim5
shutdown_tpl_notify
simpletextinputex
slash128
slash31
smbios3
snploop
snppad
srandtime
supplicant
sysmac
tcpwindow
temp
thunderbolt_workaround
tlsfrag2
tlsfrag3
tmp
tmpintf
tpl
ubuntu2204
udpdrop
uri
uricolon
usbdisk
utf8
vbox
vetodhcp6
vgafix
wimboot
x25519
xen
xen-sg
xhci_fail
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
drivers
/
bitbash
Age
Commit message (
Expand
)
Author
Files
Lines
2018-04-20
[mii] Add bit-bashing interface
Sylvie Barlow
1
-0
/
+162
2015-03-02
[legal] Relicense files under GPL2_OR_LATER_OR_UBDL
Michael Brown
3
-3
/
+15
2012-08-24
[bitbash] Add optional open() and close() methods for bit-bashing interfaces
Michael Brown
2
-1
/
+16
2012-07-20
[legal] Update FSF mailing address in GPL licence texts
Michael Brown
3
-3
/
+6
2011-03-04
[spi] Reset device on each access
Michael Brown
1
-0
/
+3
2010-04-19
[build] Rename gPXE to iPXE
Michael Brown
3
-5
/
+5
2009-05-28
[spi] Add address-length autodetection to the SPI bit-bashing code
Michael Brown
1
-12
/
+39
2009-05-18
[legal] Add a selection of FILE_LICENCE declarations
Michael Brown
3
-0
/
+6
2008-10-01
[i2c] Generalise i2c bit-bashing support to addressless devices
Michael Brown
1
-39
/
+108
2008-03-02
Modify gPXE core and drivers to work with the new timer subsystem
Alexey Zaytsev
3
-3
/
+2
2007-07-28
Ensure clock line is in the idle state before asserting chip select.
Michael Brown
1
-0
/
+4
2007-07-01
Support cards such as natsemi which treat the data as little-endian
Michael Brown
1
-17
/
+24
2006-12-04
Abstracted out part of the concept of an SPI device to a generalised NVS
Michael Brown
1
-5
/
+4
2006-12-04
Changed length parameter in SPI methods to be a byte length, rather than
Michael Brown
1
-5
/
+3
2006-12-04
Generalised the SPI abstraction layer to also be able to handle interfaces
Michael Brown
3
-55
/
+78
2006-09-27
We don't actually have a stdio.h header file. Our printf() functions are
Michael Brown
2
-2
/
+0
2006-09-27
added stdio.h to includes for DBG compilation
Marty Connor
2
-0
/
+3
2006-06-14
Generalise three-wire interface to generic SPI interface.
Michael Brown
1
-0
/
+165
2006-06-14
Move per-transition delays from generic bit-bashing layer to i2c layer
Michael Brown
2
-8
/
+15
2006-06-12
Change read_bit() to return 0 or -1UL, rather than 0 or 1.
Michael Brown
2
-3
/
+5
2006-06-11
Added bit-bashing i2c interface code
Michael Brown
1
-0
/
+313
2006-06-08
Added sketch of bit-bashing interface common code
Michael Brown
1
-0
/
+55