summaryrefslogtreecommitdiff
path: root/common/hwconfig.c
AgeCommit message (Expand)Author
2021-09-30WS cleanup: remove SPACE(s) followed by TABWolfgang Denk
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2019-08-11env: Move env_set() to env.hSimon Glass
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass
2017-08-16env: Rename setenv() to env_set()Simon Glass
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2011-02-02Minor Coding Style Cleanup.Wolfgang Denk
2011-01-19powerpc/8xxx: Add hwconfig APIs to address early parsing used by DDR initKumar Gala
2010-12-09hwconfig: Fix handling of env_hwconfig, board_hwconfig, and cpu_hwconfigKumar Gala
2010-11-30hwconfig: Fix dummy initialization of {board, cpu}_hwconfigKumar Gala
2010-10-23hwconfig: Utilize getenv_f before relocation to allow for larger bufferKumar Gala
2010-06-29hwconfig: Add some unit testsAnton Vorontsov
2010-06-29hwconfig: Fix stop characters parsing for subkeysAnton Vorontsov
2009-07-16Add simple hwconfig infrastructureAnton Vorontsov