index
:
u-boot-toradex.git
2011.12-colibri_vf
2014.04-toradex
2014.10-toradex
2014.10-toradex-next
2015.04-imx7-1.1.0_ga-toradex-next
2015.04-toradex
2015.04-toradex-next
2016.11-toradex
2016.11-toradex-next
colibri
colibri-next
colibri_vf
toradex_2019.07
toradex_2019.07-next
toradex_2020.07
toradex_imx6
toradex_imx_lf_v2022.04
toradex_imx_lf_v2024.04
toradex_imx_v2017.03_4.9.123_imx8mm_ga-bring_up
toradex_imx_v2017.03_4.9.51_imx8_beta1-bring_up
toradex_imx_v2017.03_4.9.51_imx8_beta2-bring_up
toradex_imx_v2018.03_4.14.62_1.0.0_beta-bringup
toradex_imx_v2018.03_4.14.78_1.0.0_ga-bringup
toradex_imx_v2018.03_4.14.98_2.3.0_bringup
toradex_imx_v2020.04_5.4.24_2.1.0
toradex_imx_v2020.04_5.4.70_2.3.0
toradex_ti-u-boot-2021.01_bringup
toradex_ti-u-boot-2023.04
toradex_ti-u-boot-2024.04
U-Boot bootloader for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
Age
Commit message (
Expand
)
Author
2011-08-29
Add GPIO parsing on coreboot+uboot combo
Stefan Reinauer
2011-08-29
Implement vbnv support.
Vadim Bendebury
2011-08-29
Initialize the device tree pointer to NULL in i386.
Gabe Black
2011-08-29
Add a dummy implementation for timer_get_us.
Gabe Black
2011-08-29
Add some header files with stub implementations/definitions that vboot needs.
Gabe Black
2011-08-29
Add a default x86 implementation for cleanup_before_linux.
Gabe Black
2011-08-29
Add a pointer to the global data structure to point to the device tree.
Gabe Black
2011-08-29
x86: fix the global variables alignment
Vincent Palatin
2011-08-29
Add coreboot framebuffer support.
Stefan Reinauer
2011-08-29
Extra information strings from the coreboot tables.
Gabe Black
2011-08-29
Allow compiling out realmode/bios code.
Gabe Black
2011-08-29
Add support for booting Linux using the 32 bit boot protocol.
Gabe Black
2011-08-29
Add infrastructure to extract an e820 table from the coreboot tables.
Gabe Black
2011-08-29
Force the lib_sysinfo structure to be in the .data section.
Gabe Black
2011-08-29
Change how reset code is excluded.
Gabe Black
2011-08-29
Clean up the i386 zimage code in preparation to extend it.
Gabe Black
2011-08-29
Determine the ram size using the coreboot tables.
Gabe Black
2011-08-29
Import code from coreboot's libpayload to parse the coreboot table.
Gabe Black
2011-08-29
Fix a bug determining the size of memory moved into RAM.
Gabe Black
2011-08-29
Don't relocate symbols which point to things that aren't relocated.
Gabe Black
2011-08-29
Tell u-boot about PCI bus 0 when initializing the coreboot "board".
Gabe Black
2011-08-29
Add some missing includes.
Gabe Black
2011-08-29
Fix how the location of the realmode and bios blobs are calculated.
Gabe Black
2011-08-29
If there's no flash, don't call flash_init from the i386 board init code.
Gabe Black
2011-08-29
Allow excluding reset handling code from u-boot.
Gabe Black
2011-08-24
Add an implementation for a coreboot SOC.
Gabe Black
2011-08-24
Remove the prototype for the unused function board_init.
Gabe Black
2011-08-24
Move the SC520 specific pci.h header into an sc520 directory.
Gabe Black
2011-08-24
Fix a compiler warning in arch/i386/lib/realmode.c.
Gabe Black
2011-05-19
Minor coding style cleanup.
Wolfgang Denk
2011-04-30
Handle most LDSCRIPT setting centrally
Scott Wood
2011-04-13
sc520: Move reset to stand-alone file
Graeme Russ
2011-04-13
x86: Rename i386 to x86
Graeme Russ