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
toradex_u-boot-2024.07_smarc-imx8mp-bringup
U-Boot bootloader for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
chromeos
Age
Commit message (
Expand
)
Author
2012-01-18
Make the memory wiping code use arch_phys_memset
Gabe Black
2012-01-13
Make the memory wipe code handle 64 bit addresses properly
Gabe Black
2011-12-20
Security: Make sure not to overflow the in memory version of the GBB
Gabe Black
2011-12-20
Revert "Security: Make sure not to overflow the in memory version of the GBB"
Simon Glass
2011-12-20
Security: Fix a security bug in the border_check function.
Gabe Black
2011-12-20
Security: Make sure not to overflow the in memory version of the GBB
Gabe Black
2011-12-16
For ChromeOS systems, don't show coreboot as BIOS vendor/version
Stefan Reinauer
2011-12-15
Don't use bogus gbb address when booting up rewriteable firmware.
Vadim Bendebury
2011-11-18
Tidy up fdt_decode_alloc_region() to make alloc separate
Simon Glass
2011-11-04
Introduce ability to use hardware SPI mapping for read accesses.
Vadim Bendebury
2011-10-18
Don't use ARM's hard coded RO value for EC status on x86.
Stefan Reinauer
2011-10-12
[PATCH1/2] mrc cache: Add MRC cache FMAP entry support.
Vadim Bendebury
2011-10-11
Refactor the memory wipe infrastructure to better support x86
Gabe Black
2011-10-06
Revert "Add support for a bios-base device tree/flashmap setting"
Gabe Black
2011-10-04
CHROMIUM: Guard lib/chromeos/fdt_decode correctly
Simon Glass
2011-09-23
Use the vdat firmware index when setting up the ACPI crossystem data table
Gabe Black
2011-09-20
Set up basic vboot data for use by crossystem
Gabe Black
2011-09-19
fdt: Move Chrome OS memory areas to fdt
Simon Glass
2011-09-15
CHROMIUMOS: small code clean ups in boot_kernel/fdt_decode
Simon Glass
2011-09-14
Add support for a bios-base device tree/flashmap setting
Gabe Black
2011-08-29
CHROMIUM: guard boot_kernel fdt codes with #ifdef
Che-Liang Chiou
2011-08-29
Choose the right boot function for x86
Stefan Reinauer
2011-08-29
Introduce generic TPM support in u-boot.
Vadim Bendebury
2011-08-29
Decouple x86 u-boot from fdt related functions.
Vadim Bendebury
2011-08-29
Make the chromeos FMAP data structures more generic and in their own files.
Gabe Black
2011-08-29
CHROMIUM: avoid using printf %s on long strings
Che-Liang Chiou
2011-08-29
CHROMIUM: make sure update_cmdline does not buffer overflow
Che-Liang Chiou
2011-08-29
CHROMIUM: eliminate confusing comma separator
Che-Liang Chiou
2011-08-29
CHROMIUM: remove using sprintf to convert a known constant to string
Che-Liang Chiou
2011-08-29
CHROMIUM: cherry-pick gbb partial loading optimization
Che-Liang Chiou
2011-08-29
CHROMIUM: reorganize config headers
Che-Liang Chiou
2011-08-29
CHROMIUM: add cros_vboot/cros_legacy to kernel command line
Che-Liang Chiou
2011-08-29
CHROMIUM: factor out gbb loader functions
Che-Liang Chiou
2011-08-29
CHROMIUM: reserve board-specific section for crossystem data
Che-Liang Chiou
2011-08-29
CHROMIUM: remove dependency to deprecated code
Che-Liang Chiou
2011-08-29
CHROMIUM: Remove use of LOAD_KERNEL_INVALID from u-boot.
Doug Anderson
2011-08-29
Make crossystem_data.c include fdt_support.h explicitly
Gabe Black
2011-08-29
CHROMIUM: reunify boot_kernel
Che-Liang Chiou
2011-08-29
CHROMIUM: honor /chromeos-config/twostop-optional flag of device tree
Che-Liang Chiou
2011-08-29
CHROMIUM: Remove deprecated gbb_bmpblk library.
Tom Wai-Hong Tam
2011-08-29
CHROMIUM: Add memory wipe library and its test.
Tom Wai-Hong Tam
2011-08-29
CHROMIUM: rename and remove members of crossystem data blob
Che-Liang Chiou
2011-08-29
CHROMIUM: use a fixed binary layout of crossystem data
Che-Liang Chiou
2011-08-29
CHROMIUM: remove codes based on deprecated API of vboot_reference
Che-Liang Chiou
2011-08-29
CHROMIUM: revert commit 7ad165
Che-Liang Chiou
2011-08-29
CHROMIUM: crossystem_data bugfix
Olof Johansson
2011-08-29
CHROMIUM: don't report active-firmware
Olof Johansson
2011-08-29
CHROMIUM: twostop: update twostop logic
Che-Liang Chiou
2011-08-29
fdt: Adjust flashmap to better align with correct bindings
Simon Glass
2011-08-29
CHROMIUM: vboot fdt: specify switches using real gpio references
Olof Johansson
[next]