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
2012-03-16
Remove code that disabled cache in _x86boot_start
Duncan Laurie
2012-01-18
X86: Implement arch_phys_memset so that it can wipe memory above 4GB
Gabe Black
2012-01-18
X86: Fix some minor bugs in the code that picks a relocation address
Gabe Black
2012-01-17
CHROMIUM: x86: Fix off-by-one error in do_elf_reloc_fixups()
Duncan Laurie
2012-01-13
X86: Override calculate_relocation_address to use the e820 map
Gabe Black
2012-01-13
Declare __text_start and __bss_end which will be used in the next commit
Gabe Black
2012-01-13
X86: Make calculate_relocation_address an overridable function
Gabe Black
2012-01-13
X86: Increase the size of the phys_size_t and phys_addr_t types
Gabe Black
2012-01-13
X86: Make the upper bound on relocated symbols closed instead of open
Gabe Black
2012-01-10
CHROMIUM: x86: Ignore memory >4GB when parsing Coreboot tables
Duncan Laurie
2011-12-15
x86: Conditionally load environment based on device tree
Stefan Reinauer
2011-11-22
Add support for specifying an initrd with the zboot command
Gabe Black
2011-11-22
UPSTREAM: Reduce build times
Wolfgang Denk
2011-11-03
Clean up MTRR 7 right before jumping to the kernel
Stefan Reinauer
2011-10-27
Use new VBNV section in coreboot table
Stefan Reinauer
2011-10-20
Import the glibc implementation of x86 memset into u-boot
Gabe Black
2011-10-13
Reorder x86's post relocation memory layout
Gabe Black
2011-10-13
Fill in the dram info using the e820 map on coreboot/x86
Gabe Black
2011-10-12
Add a CBMEM timestamp generated right before the kernel startup.
Vadim Bendebury
2011-10-07
Fix the inline assembly constraints in boot_zimage
Gabe Black
2011-10-06
Move Starting kernel... message to the function that starts the kernel
Stefan Reinauer
2011-10-04
console: Implement pre-console buffer
Graeme Russ
2011-10-03
Process all cbmem table references consistently.
Vadim Bendebury
2011-09-28
Track whether u-boot was warm or cold booted, and implement is_processor_reset
Gabe Black
2011-09-27
Fix global data offset macros which are used in assembly
Gabe Black
2011-09-26
Enable coreboot timestamp facility support in u-boot.
Vadim Bendebury
2011-09-24
Refactor hw timer code to accommodate execution tracing.
Vadim Bendebury
2011-09-24
Retrieve timestamp table information from coreboot table.
Vadim Bendebury
2011-09-22
Make coreboot / chromeos config more similar to ARM configs.
Stefan Reinauer
2011-09-22
Add coreboot library sources.
Vadim Bendebury
2011-09-19
Fix a stray merge conflict in arch/x86/lib/video.c
Gabe Black
2011-09-19
Add slightly finer grained progress indication on x86
Stefan Reinauer
2011-09-19
Don't spam POST80 codes with slow IO functions
Stefan Reinauer
2011-09-12
Rearrange initialization sequence to provide early access to environment.
Vadim Bendebury
2011-09-07
Restore ability to print before relocation.
Vadim Bendebury
2011-09-06
Fix AHCI driver to operate on Intel controllers.
Vadim Bendebury
2011-08-30
Pass correct VDAT address to the vboot wrapper.
Vadim Bendebury
2011-08-29
Fix typo in pcat_timer.c
Stefan Reinauer
2011-08-29
Change printf to puts to avoid a buffer overflow
Gabe Black
2011-08-29
Refactor the zboot underpinnings so they can be reused with a vboot image
Gabe Black
2011-08-29
Fix device tree corruption problem.
Vadim Bendebury
2011-08-29
Enable OF_CONTROL for Alex.
Vadim Bendebury
2011-08-29
Wrap small helper functions from libgcc to avoid an ABI mismatch
Gabe Black
2011-08-29
Fix checking if information about vboot's nv storage was in the cb tables
Gabe Black
2011-08-29
If the ICH SPI driver is compiled in, initialize it during startup
Gabe Black
2011-08-29
Include types.h explicitly in the i386 version of io.h
Gabe Black
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
[next]