aboutsummaryrefslogtreecommitdiff
path: root/board/intel
AgeCommit message (Expand)Author
2023-10-09board: Remove essentially empty board files and MakefilesTom Rini
2023-08-09x86: slimbootloader: Convert to text environmentSimon Glass
2023-08-09x86: minnowmax: Convert to text environmentSimon Glass
2023-08-09x86: cougarcanyon2: Convert to text environmentSimon Glass
2023-08-09x86: cherryhill: Convert to text environmentSimon Glass
2023-08-09x86: edison: Convert to text environmentSimon Glass
2023-08-09x86: galileo: Convert to text environmentSimon Glass
2023-08-09x86: bayleybay: Convert to text environmentSimon Glass
2023-08-09x86: crownbay: Convert to text environmentSimon Glass
2022-10-31Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASESimon Glass
2022-10-17dm: treewide: Use uclass_first_device_err when accessing one deviceMichal Suchanek
2022-03-08board: .gitignore: replace dsdt.c by dsdt_generated.cPhilippe Reynes
2022-02-25scripts: Makefile.lib: generate dsdt_generated.c instead of dsdt.cPhilippe Reynes
2021-08-25Merge branch 'next-socfpga' of https://github.com/tienfong/uboot_mainlineTom Rini
2021-08-25board: intel: Add socdk board support for Intel N5X deviceSiew Chin Lim
2021-03-08Merge branch 'v2021.04-rc4' of https://github.com/lftan/u-bootTom Rini
2021-01-15Merge branch '2021.04-rc' of https://github.com/lftan/u-bootTom Rini
2021-01-05Merge tag 'v2021.01-rc5' into nextTom Rini
2020-12-16x86: edison: Switch to DM_USB_GADGETAndy Shevchenko
2020-12-16x86: edison: BINMAN selection is specific to the boardAndy Shevchenko
2020-12-13dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass
2020-11-06x86: galileo: Use devicetree for SMBIOS settingsSimon Glass
2020-09-25x86: edison: Generate an image suitable for xFSTKSimon Glass
2020-09-21x86: edison: Move config SYS_MALLOC_LEN to KconfigAndy Shevchenko
2020-09-01x86: intel: slimbootloader: Remove dead codeAndy Shevchenko
2020-09-01x86: intel: minnowmax: Remove dead codeAndy Shevchenko
2020-09-01x86: intel: galileo: Remove dead codeAndy Shevchenko
2020-09-01x86: intel: edison: Remove dead codeAndy Shevchenko
2020-09-01x86: intel: crownbay: Remove dead codeAndy Shevchenko
2020-09-01x86: intel: cougarcanyon2: Remove dead codeAndy Shevchenko
2020-09-01x86: intel: cherryhill: Remove dead codeAndy Shevchenko
2020-09-01x86: intel: bayleybay: Remove dead codeAndy Shevchenko
2020-07-28Makefile: Rename ALL-y to INPUTS-ySimon Glass
2020-06-02x86: minnowmax: Add support for Winbond flashSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18common: Drop init.h from common headerSimon Glass
2020-01-07board: intel: agilex: Add socdk board support for Intel Agilex SoCLey Foon Tan
2019-12-02common: Move some board functions out of common.hSimon Glass
2019-10-08x86: Rename existing FSP code to fsp1Simon Glass
2019-08-11env: Drop environment.h header file where not neededSimon Glass
2019-08-11env: Move env_set() to env.hSimon Glass
2019-08-09board: intel: Add new slimbootloader boardPark, Aiden
2019-08-09x86: edison: Enable SD slotAndy Shevchenko
2018-06-17x86: baytrail: Drop EFI-specific test logicsBin Meng
2018-05-07SPDX: Convert all of our multiple license tags to Linux Kernel styleTom Rini
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini
2017-10-07x86: edison: Bring minimal ACPI support to the boardAndy Shevchenko
2017-09-16x86: Support Intel Cherry Hill boardBin Meng
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass