summaryrefslogtreecommitdiffstats
path: root/arch/x86/cpu/slimbootloader
Commit message (Expand)AuthorAgeFilesLines
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-023-0/+3
* dm: Use access methods for dev/uclass private dataSimon Glass2021-01-051-1/+1
* serial: Update NS16550_t and struct NS16550Simon Glass2021-01-051-1/+1
* dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass2020-12-131-2/+2
* dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass2020-12-131-2/+2
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-131-2/+2
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-131-2/+2
* common: Drop log.h from common headerSimon Glass2020-05-182-0/+2
* common: Drop init.h from common headerSimon Glass2020-05-181-0/+1
* x86: serial: Use NS16550_DYNAMIC in Slim BootloaderPark, Aiden2020-02-041-8/+5
* x86: timer: use a timer base of 0Simon Glass2019-12-151-0/+1
* common: Move board_get_usable_ram_top() out of common.hSimon Glass2019-12-021-0/+1
* common: Move checkcpu() out of common.hSimon Glass2019-12-021-0/+1
* x86: slimbootloader: Set TSC information for tsc_timerPark, Aiden2019-08-091-0/+37
* x86: slimbootloader: Add serial driverPark, Aiden2019-08-092-1/+68
* x86: slimbootloader: Add memory configurationPark, Aiden2019-08-092-1/+152
* x86: Add new slimbootloader CPU typePark, Aiden2019-08-094-0/+59