-
- Downloads
x86: Initial commit for running as a coreboot payload
Add a target for running u-boot as a coreboot payload in boards.cfg, a
board, CPU and a config. This is a skeleton implementation which always
reports the size of memory as 64 MB.
Signed-off-by:
Gabe Black <gabeblack@chromium.org>
Showing
- arch/x86/cpu/coreboot/Makefile 55 additions, 0 deletionsarch/x86/cpu/coreboot/Makefile
- arch/x86/cpu/coreboot/asm-offsets.c 25 additions, 0 deletionsarch/x86/cpu/coreboot/asm-offsets.c
- arch/x86/cpu/coreboot/coreboot_car.S 29 additions, 0 deletionsarch/x86/cpu/coreboot/coreboot_car.S
- arch/x86/cpu/coreboot/sdram.c 39 additions, 0 deletionsarch/x86/cpu/coreboot/sdram.c
- board/chromebook-x86/coreboot/Makefile 53 additions, 0 deletionsboard/chromebook-x86/coreboot/Makefile
- board/chromebook-x86/coreboot/coreboot.c 77 additions, 0 deletionsboard/chromebook-x86/coreboot/coreboot.c
- board/chromebook-x86/coreboot/coreboot_pci.c 30 additions, 0 deletionsboard/chromebook-x86/coreboot/coreboot_pci.c
- board/chromebook-x86/coreboot/coreboot_start.S 29 additions, 0 deletionsboard/chromebook-x86/coreboot/coreboot_start.S
- board/chromebook-x86/coreboot/coreboot_start16.S 46 additions, 0 deletionsboard/chromebook-x86/coreboot/coreboot_start16.S
- boards.cfg 1 addition, 0 deletionsboards.cfg
- include/configs/coreboot.h 225 additions, 0 deletionsinclude/configs/coreboot.h
- include/serial.h 1 addition, 1 deletioninclude/serial.h
arch/x86/cpu/coreboot/Makefile
0 → 100644
arch/x86/cpu/coreboot/asm-offsets.c
0 → 100644
arch/x86/cpu/coreboot/coreboot_car.S
0 → 100644
arch/x86/cpu/coreboot/sdram.c
0 → 100644
board/chromebook-x86/coreboot/Makefile
0 → 100644
board/chromebook-x86/coreboot/coreboot.c
0 → 100644
board/chromebook-x86/coreboot/coreboot_pci.c
0 → 100644
include/configs/coreboot.h
0 → 100644
Please register or sign in to comment