~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* x86: Change testing logic of mtrr commitBin Meng2023-08-01
* x86: Do cache set-up by default when booting from corebootSimon Glass2021-07-15
* x86: coreboot: Don't setup MTRR when booting from corebootSimon Glass2021-03-27
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-02
* x86: cpu: Skip init code when chain loadingSimon Glass2020-04-30
* common: Move board_get_usable_ram_top() out of common.hSimon Glass2019-12-02
* x86: Use mtrr_commit() with FSP2Simon Glass2019-10-08
* x86: Drop weak version board_get_usable_ram_top()Bin Meng2019-09-10
* x86: Skip setting up MTRRs in slimbootloaderPark, Aiden2019-08-09
* x86: Revert "Don't set up MTRRs in SPL"Andy Shevchenko2019-06-22
* x86: Don't set up MTRRs in SPLSimon Glass2019-05-08
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-07
* x86: Use X86_32BIT_INIT instead of X86_RESET_VECTORSimon Glass2017-02-06
* x86: Drop unused init_helper functionsSimon Glass2016-10-11
* treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada2016-09-23
* x86: Remove calculate_relocation_address()Bin Meng2015-08-26
* dm: x86: spi: Convert ICH SPI driver to driver modelSimon Glass2015-04-18
* x86: Test mtrr support flag before accessing mtrr msrBin Meng2015-01-23
* x86: Commit the current MTRRs before relocationSimon Glass2015-01-13
* x86: Remove unnecessary find_fdt(), prepare_fdt() functionsSimon Glass2014-11-21
* dts: re-write dts/Makefile more simply with KbuildMasahiro Yamada2014-02-19
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24
* x86: Remove legacy board init codeSimon Glass2013-05-13
* x86: Use sections header to obtain link symbolsSimon Glass2013-03-15
* Introduce generic pre-relocation board_f.cSimon Glass2013-03-15
* x86: Support relocation of FDT on start-upSimon Glass2013-03-04
* x86: Add an __end symbol to signal the end of the U-Boot binarySimon Glass2013-03-04
* x86: Add function to get top of usable ramSimon Glass2013-03-04
* x86: Add support for CONFIG_OF_CONTROLGabe Black2012-12-06
* x86: Make calculate_relocation_address an overridable functionGabe Black2012-12-06
* x86: Reorder x86's post relocation memory layoutGabe Black2012-12-06
* x86: Initialise SPI if enabledGabe Black2012-12-06
* x86: Put global data on the stackGraeme Russ2012-11-28
* x86: Forward declare gd_tGraeme Russ2012-11-28
* net: move bootfile init into eth_initializeMike Frysinger2012-05-15
* net: punt bd->bi_ip_addrMike Frysinger2012-05-15
* x86: Convert board_init_f_r to a processing loopGraeme Russ2012-01-04
* x86: Split init functions out of board.cGraeme Russ2012-01-04