This website requires JavaScript.
Explore
Help
Sign In
minix
/
u-boot
Watch
1
Star
0
Fork
0
You've already forked u-boot
mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced
2025-09-05 09:56:34 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
u-boot
/
arch
/
i386
/
cpu
History
Graeme Russ
5a3876d2ac
x86: Dont clobber %eax after getting memory size
...
By using another register, reduce code size by one instruction
2010-10-07 20:03:28 +11:00
..
sc520
x86: Don't clobber %ebx
2010-10-07 20:03:28 +11:00
config.mk
i386: Move cpu/i386/* to arch/i386/cpu/*
2010-04-13 09:13:26 +02:00
cpu.c
x86: Move loading of GTD to C code
2010-10-07 20:03:21 +11:00
interrupts.c
x86: Fix %ss and %esp in register structure for interrupts
2010-10-07 20:03:23 +11:00
Makefile
x86: Use CONFIG_SERIAL_MULTI
2010-05-06 00:16:46 +02:00
resetvec.S
i386: Move cpu/i386/* to arch/i386/cpu/*
2010-04-13 09:13:26 +02:00
start16.S
x86: Remove usage of %ebp as a return pointer
2010-10-07 20:03:27 +11:00
start.S
x86: Dont clobber %eax after getting memory size
2010-10-07 20:03:28 +11:00