Sign in
fuchsia
/
third_party
/
depthcharge
/
HEAD
64aab15
gigaboot: Update to the 1.1 version of the protocol.
by Gabe Black
· 8 years ago
main
master
28fcf03
rpi3: Add a config for the raspberry pi 3.
by Gabe Black
· 8 years ago
2fbd604
rpi3: Add a bootplan for raspberry pi 3.
by Gabe Black
· 8 years ago
a714968
rpi3: Add a raspberry pi 3 board directory.
by Gabe Black
· 8 years ago
58d89e3
usb: Clean up the generic hub code a little.
by Gabe Black
· 8 years ago
8c2df2c
usb: Clean up the USB initialization code.
by Gabe Black
· 8 years ago
3021545
kconfig: Move some options out of the libpayload Kconfig.
by Gabe Black
· 8 years ago
3699678
pci: Move the x86 only PCI implementation into the arch/x86 directory.
by Gabe Black
· 8 years ago
06c0d82
pci: Move the pci.h header file out of libpayload and into depthcharge.
by Gabe Black
· 8 years ago
4a8cf14
udc: Get rid of the unused USB device controller support.
by Gabe Black
· 8 years ago
b1cd334
libpayload: Move coreboot_tables.h and sysinfo.h into base/coreboot.
by Gabe Black
· 8 years ago
3328177
base: Move cbfs and sysinfo files in base into a subdir called coreboot.
by Gabe Black
· 8 years ago
20292ba
libpayload: Move the USB functions in libpayload.h to usb/usb.h.
by Gabe Black
· 8 years ago
25884bc
libpayload: Stop including libpayload.h in some unnecessary places.
by Gabe Black
· 8 years ago
36b6142
libpayload: cmos: Move cmos access code out of libpayload.
by Gabe Black
· 8 years ago
41bb2f4
hexdump: Add a compiler guard to hexdump.h.
by Gabe Black
· 8 years ago
2eebe1d
libpayload: Remove some old files, and move some files to depthcharge-y.
by Gabe Black
· 8 years ago
11344cb
uefi: net: Ignore device paths which are subpaths of already seen devices.
by Gabe Black
· 8 years ago
9a8ba74
uefi: If MediaPresentSupported is false, assume media is present.
by Gabe Black
· 8 years ago
4db343b
Use the ipchecksum function in the ipv6 stack.
by Gabe Black
· 8 years ago
9b89e34
Make the ipchecksum function usable in the ipv6 stack.
by Gabe Black
· 8 years ago
9fb1543
ipv6: Simplify the ipv6 address printing function.
by Gabe Black
· 8 years ago
38951e7
ipv6: Factor out global cache of mac/ip addresses.
by Gabe Black
· 8 years ago
5593103
inet6: Make some private members static and prefixed into a namespace.
by Gabe Black
· 8 years ago
fa677b1
ipv6: Change the name of a constant ipv6 address to match depthcharge style.
by Gabe Black
· 8 years ago
3b9d23d
ipv6: Pass through device/connection info to get rid of the singleton.
by Gabe Black
· 8 years ago
59eb136
ipv6: Constrict the inet6 header file.
by Gabe Black
· 8 years ago
cc21091
ipv6: Get rid of the custom endian functions and ip6 address type.
by Gabe Black
· 8 years ago
16b70c5
ipv6: Use the existing ethernet frame type constants.
by Gabe Black
· 8 years ago
5c84491
ipv6: Replace the ipv6 specific mac_addr_t type with the generic MacAddress.
by Gabe Black
· 8 years ago
ec65007
ipv6: Fix up the style in the ipv6 code.
by Gabe Black
· 8 years ago
9230b09
gigaboot: Change how the ramdisk is handled.
by Gabe Black
· 8 years ago
05abbb4
x86: Make the rdtsc utility function work correctly on x86_64.
by Gabe Black
· 8 years ago
9572fe1
netboot: Support gigaboot when not running on UEFI.
by Gabe Black
· 8 years ago
95390b6
uefi: netboot: Wire in gigaboot.
by Gabe Black
· 8 years ago
2236300
gigaboot: Add a gigaboot protocol implementation.
by Gabe Black
· 8 years ago
e453461
ipv6: Add a somewhat modified version of the ipv6 stack from gigaboot.
by Gabe Black
· 8 years ago
933f7c6
uefi: Select the gigaboot boot mechanism.
by Gabe Black
· 8 years ago
e4bf22c
net: Add a kconfig to select the gigaboot boot mechanism.
by Gabe Black
· 8 years ago
5c0f614
net: uefi: Enable all the receive filters.
by Gabe Black
· 8 years ago
8bfa437
asix: Enable promiscuous mode.
by Gabe Black
· 8 years ago
331df40
net: Update the MTU to 1518.
by Gabe Black
· 8 years ago
abe9ed4
make: Get rid of DONT_GC_NETBOOT.
by Gabe Black
· 8 years ago
b3a9ab3
netboot: Clean up the netboot.h header file.
by Gabe Black
· 8 years ago
6c24d34
net: Switch to the "connection" interface and get rid of uip app callbacks.
by Gabe Black
· 8 years ago
5e253e3
net: Add a "connection" interface which can abstract ipv4 and ipv6.
by Gabe Black
· 8 years ago
0b2d76f
net: Get rid of the unused net_get_callback function.
by Gabe Black
· 8 years ago
3d410e4
netboot: Handle the "params" area having zero size.
by Gabe Black
· 8 years ago
33234e3
net: Move the LINK_MTU config option out of UIP and into depthcharge proper.
by Gabe Black
· 8 years ago
88aba35
uip: Simplify the definition of the uip data buffer.
by Gabe Black
· 8 years ago
8d113c6
net: Abstract the ethernet frame type handling.
by Gabe Black
· 8 years ago
b050dff
netboot: Move parameter loading into the netboot function.
by Gabe Black
· 8 years ago
5c3ed63
uip: Move UIP into a new ipv4 directory.
by Gabe Black
· 8 years ago
16042b3
net: Get rid of the idea of a universal network device.
by Gabe Black
· 8 years ago
ee006d2
net: Move the mac address and ethernet header types out of UIP.
by Gabe Black
· 8 years ago
30baf3e
x86: handoff: Clear out some cruft in the generic module handoff code.
by Gabe Black
· 8 years ago
4bea908
sysinfo: Remove the cbmem console pointer from the structure.
by Gabe Black
· 8 years ago
48a3aa9
sysinfo: Stop installing the cbmem console in the sysinfo structure.
by Gabe Black
· 8 years ago
b7637df
cbmem: Move the console into the FWDB.
by Gabe Black
· 8 years ago
7b818cf
cbmem console: Move the implementation from libpayload to depthcharge.
by Gabe Black
· 8 years ago
1ed8499
sysinfo: Remove the timestamp table pointer from the structure.
by Gabe Black
· 8 years ago
b3988cf
sysinfo: Stop installing the timestamp table in the sysinfo structure.
by Gabe Black
· 8 years ago
2556f59
timestamp: Keep the timestamp table in the FWDB.
by Gabe Black
· 8 years ago
5218361
vboot: Build vboot related code as a separate source class.
by Gabe Black
· 8 years ago
8a68fe5
memory: Generalize the memory range management code.
by Gabe Black
· 8 years ago
d4dabfe
make: Make it possible to build only particular images.
by Gabe Black
· 8 years ago
6c3ae00
coreboot: Move coreboot table processing code out of depthcharge-y.
by Gabe Black
· 8 years ago
07f9104
sysinfo: Move the global sysinfo structure into FWDB.
by Gabe Black
· 8 years ago
df4d8bc
boot: Move boot.h from vboot to boot.
by Gabe Black
· 8 years ago
ed814b2
zimage: Don't include vboot_api.h unnecessarily.
by Gabe Black
· 8 years ago
844aa89
uefi: Enable the UEFI network wrapper driver.
by Gabe Black
· 8 years ago
8204876
uefi: net: Add a driver which wraps the UEFI simple network interface.
by Gabe Black
· 8 years ago
86af97a
tftp: Wait up to 100ms before resending the last packet.
by Gabe Black
· 8 years ago
f324980
uefi: Include BaseType.h in SimpleNetwork.h instead of doing it transitively.
by Gabe Black
· 8 years ago
bc977c3
tftp: Send an ack to the last data packet.
by Gabe Black
· 8 years ago
003d091
net: Get rid of tue unused net_get_device function.
by Gabe Black
· 8 years ago
68a9c75
usb: eth: Stop freeing the dev_data pointer.
by Gabe Black
· 8 years ago
95f7848
net: Get rid of the network driver dev_data field.
by Gabe Black
· 8 years ago
80e3a76
net: mdio: Pull the MDIO interface out of the generic net device driver.
by Gabe Black
· 8 years ago
63bb715
usb: eth: Some style fixes.
by Gabe Black
· 8 years ago
57bcaf7
net: usb: Don't guard dc_usb_initialize() with a static variable.
by Gabe Black
· 8 years ago
8fc8c4a
uip: Handle the endianess config option correctly.
by Gabe Black
· 8 years ago
c078f2a
netboot: Move the netboot protocol implementation under src/net.
by Gabe Black
· 8 years ago
9d4b8ac
netboot: Get rid of the empty kconfig.
by Gabe Black
· 8 years ago
3af69af
uip: Move the uip source into a subdirectory.
by Gabe Black
· 8 years ago
14e4a8c
uefi: Implement a netboot module.
by Gabe Black
· 8 years ago
3d2bb39
uefi: Handle file info structures that are larger than the default.
by Gabe Black
· 8 years ago
17a9429
uefi: Refactor the fwdb/storage setup so it can be used outside of vboot.
by Gabe Black
· 8 years ago
c25ab61
uefi: Implement the netboot_params_storage callback.
by Gabe Black
· 8 years ago
393c502
netboot: Use the new netboot_params_storage() function.
by Gabe Black
· 8 years ago
b197f93
dcdir: Wire up netboot_params_storage.
by Gabe Black
· 8 years ago
e7892be
coreboot: Wire up netboot_params_storage.
by Gabe Black
· 8 years ago
abde669
netboot: Add a callback for finding netboot parameter storage.
by Gabe Black
· 8 years ago
b1b2faf
uefi: Simplify finding RW images.
by Gabe Black
· 8 years ago
0314bc5
uefi: Switch to the generic nvstorage implementaiton.
by Gabe Black
· 8 years ago
4a9a85a
vboot: Add a generic nvstorage driver.
by Gabe Black
· 8 years ago
5b4398b
drivers: net: Only build USB networking if USB is enabled.
by Gabe Black
· 8 years ago
e77e0da
uefi: Add a storage driver based on non-volatile variables.
by Gabe Black
· 8 years ago
3c48aad
x86: When filling in the zero page e820 ranges, merge ones with the same type.
by Gabe Black
· 8 years ago
b160282
git: Fix the update script to work on macs.
by Gabe Black
· 8 years ago
Next »