upstream u-boot with additional patches for our devices/boards: https://lists.denx.de/pipermail/u-boot/2017-March/282789.html (AXP crashes) ; Gbit ethernet patch for some LIME2 revisions ; with SPI flash support
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
u-boot/arch/x86/cpu
Simon Glass 3f603cbbb8 dm: Use uclass_first_device_err() where it is useful 9 years ago
..
baytrail x86: baytrail: Add option to disable the internal UART to setup_early_uart() 9 years ago
coreboot dm: x86: spi: Convert ICH SPI driver to driver model PCI API 9 years ago
efi x86: Convert to use driver model timer 9 years ago
ivybridge dm: Use uclass_first_device_err() where it is useful 9 years ago
qemu x86: qemu: Convert to use DM PCI API 9 years ago
quark x86: quark: Use Quark's own PCI config APIs 9 years ago
queensbay x86: tnc: Remove IGD and SDVO devices from driver model 9 years ago
Makefile x86: ivybridge: Remove NORTHBRIDGE_INTEL_SANDYBRIDGE 9 years ago
call32.S x86: Add a way to call 32-bit code from 64-bit mode 10 years ago
call64.S x86: Tidy up the 64-bit calling code 10 years ago
config.mk x86: Add Kconfig options to be used by arch/x86/cpu/config.mk 10 years ago
cpu.c x86: Bring up northbridge, pch and lpc after the CPUs 9 years ago
cpu_x86.c x86: Move MP initialization codes into a common place 10 years ago
interrupts.c dm: Use uclass_first_device_err() where it is useful 9 years ago
ioapic.c x86: Add I/O APIC register access routines 10 years ago
irq.c x86: irq: Convert to use DM PCI API 9 years ago
lapic.c x86: Remove inline for lapic access routines 10 years ago
mp_init.c x86: fix memalign() parameter order 9 years ago
mtrr.c
pci.c x86: pci: Drop legacy PCI APIs 9 years ago
resetvec.S Use correct spelling of "U-Boot" 9 years ago
sipi_vector.S x86: Pass correct cpu_index to ap_init() 10 years ago
start.S Fix board init code to respect the C runtime environment 9 years ago
start16.S x86: fsp: Load GDT before calling FspInitEntry 10 years ago
turbo.c
u-boot.lds